other name
0eab0e1191f1ea41765c2347539e9b26e1753a71
1 files changed
build.sh
diff --git a/build.sh b/build.sh
index e3ff2a1..d20aa8d 100755
--- a/build.sh
+++ b/build.sh
@@ -31,12 +31,12 @@ ME="Bootsector Linux loader 1.3 (C) 2023 By Alphons van der Heijden"
# INITRD can have multiple gz files, for example INITRD=rootfs.gz,modules.gz
-WORK=/mnt/sdb1/release/iso_contents/boot
+WORK=/mnt/sda1/release/iso_contents/boot
KERNEL=$WORK/vmlinuz64
-INITRD=$WORK/corepure64.gz
+INITRD=$WORK/vmtux64.gz
#rootfs64.gz,$WORK/modules64.gz
CMDLINE="'loglevel=3 nozswap'"
-OUTPUT=/tmp/linux
+OUTPUT=/tmp/vmtux
#
echo