From ec221b25bd8118e5fd56993b1db04dcfc14c6ab7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 1 Jan 2016 22:22:14 +0000 Subject: avoid initramfs copying, we will generate it on the fly --- iso64 | 3 --- 1 file changed, 3 deletions(-) (limited to 'iso64') diff --git a/iso64 b/iso64 index 2579fe0..299d951 100755 --- a/iso64 +++ b/iso64 @@ -14,11 +14,8 @@ makeisox64 () { # mount && copy our core stage 4 image mount -t squashfs "$chrootx64" "$isostagingx64" rsync -aHAXr --progress "$isostagingdirx64/" "$isosyncdirx64/" - # copy our kernel cp -avx ""$isosyncdirx64"/boot/"$isokernelnamex64"" ""$isorootdirx64"/boot/vmlinuz" - cp -avx ""$isosyncdirx64"/boot/"$isoramfsname"" ""$isorootdirx64"/boot/initrd" sha256sum ""$isorootdirx64"/boot/vmlinuz" | tee ""$isorootdirx64"/boot/vmlinuz.sha256" - sha256sum ""$isorootdirx64"/boot/initrd" | tee ""$isorootdirx64"/boot/initrd.sha256" # configure portage && give up control for package / desktop environment installation isostartx64 isooverlaysx64 -- cgit v1.2.3