fix missing name changes

pull/13762/head
Sharif Elgamal 2022-03-18 14:15:53 -07:00
parent f8658543fd
commit 36d66995ea
3 changed files with 5 additions and 5 deletions

View File

@ -2,6 +2,6 @@ set default="0"
set timeout="5"
menuentry "Buildroot" {
linux /boot/vmlinuz console=tty0 rw # kernel
initrd /boot/initrd.img # rootfs
linux /boot/bzimage console=tty0 rw # kernel
initrd /boot/initrd # rootfs
}

View File

@ -22,7 +22,7 @@ support/scripts/genimage.sh -c "$GENIMAGE_CFG"
cd "$BINARIES_DIR"
mkdir -p root/boot
cp bzImage root/boot/bzImage
cp bzImage root/boot/bzimage
cp rootfs.cpio.gz root/boot/initrd
mkdir -p root/EFI/BOOT
cp efi-part/EFI/BOOT/* root/EFI/BOOT/

View File

@ -22,8 +22,8 @@ support/scripts/genimage.sh -c "$GENIMAGE_CFG"
cd "$BINARIES_DIR"
mkdir -p root/boot
cp bzImage root/boot/vmlinuz
cp rootfs.cpio.gz root/boot/initrd.img
cp bzImage root/boot/bzimage
cp rootfs.cpio.gz root/boot/initrd
mkdir -p root/EFI/BOOT
cp efi-part/EFI/BOOT/* root/EFI/BOOT/
cp efiboot.img root/EFI/BOOT/