diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-01-01 22:22:14 +0000 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-01-01 22:22:14 +0000 |
commit | ec221b25bd8118e5fd56993b1db04dcfc14c6ab7 (patch) | |
tree | 7c0b65925d4aa37a4d39650b66ba2c78302a89d3 | |
parent | a00808b8f4af9fc731d6d57ea5959c1dba7387f1 (diff) |
avoid initramfs copying, we will generate it on the fly
-rwxr-xr-x | iso64 | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |