From d40f055803c2b41f81485f2e7822bd59c53ae8c6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 9 Dec 2015 17:29:29 +0000 Subject: fix live kernel location --- iso32 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'iso32') diff --git a/iso32 b/iso32 index ff73ce2..20ff1bd 100755 --- a/iso32 +++ b/iso32 @@ -21,8 +21,8 @@ makeisox86 () { mount -t squashfs "$chrootx86" "$coremnt" rsync -aHAXr --progress "$coremnt/" ""$isoname"/livecd/" # Put our kernel and initramfs in place - cp -avx ""$isoname"/livecd/boot/"$kernelname"" ""$isoname"/"$releasename"" - cp -avx ""$isoname"/livecd/boot/"$ramfsname"" ""$isoname"/"$releasename.igz"" + cp -avx ""$isoname"/livecd/boot/"$kernelname"" ""$isoname"/boot/"$releasename"" + cp -avx ""$isoname"/livecd/boot/"$ramfsname"" ""$isoname"/boot/"$releasename.igz"" # Squash live environment mksquashfs ""$isoname"/livecd" ""$isoname"/livecd.squashfs" -b 1048576 -comp xz -Xdict-size 100% umount "$coremnt" -- cgit v1.2.3