From 10ea3c16d592a8134355936ecee2a636ba97ff36 Mon Sep 17 00:00:00 2001 From: itdominator <1itdominator@gmail.com> Date: Tue, 7 Sep 2021 15:00:30 -0500 Subject: [PATCH] added note to script --- src/step_3_create_boot_structure.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/step_3_create_boot_structure.sh b/src/step_3_create_boot_structure.sh index 4620fe7..962b400 100755 --- a/src/step_3_create_boot_structure.sh +++ b/src/step_3_create_boot_structure.sh @@ -44,6 +44,9 @@ function move_iso_linux_parts() { # We will need a kernel and an initrd that was built with the Casper scripts. # Grab them from the chroot. Use the current version. # Note that before 9.10, the initrd was in gz not lz format... + # Should look inti makeinitcpio: + # https://wiki.archlinux.org/title/Mkinitcpio + # Is that the same stuff? I'm thinking not but...I r dumb. echo "If this fails then use what's in chroot/boot/...:" echo "Copying ${CHROOT_PTH}/boot/vmlinuz-5.4.**-**-generic to image/casper/vmlinuz" sudo cp "${CHROOT_PTH}"/boot/vmlinuz-5.4.**-**-generic image/casper/vmlinuz