e2k: Use standard PATH for kernel in stage1

This commit is contained in:
Anton Midyukov 2021-02-09 00:45:45 +07:00
parent 131ef0f66b
commit 918293f1f4

View File

@ -33,15 +33,15 @@ for i in live altinst rescue; do
label=$label
partition=0
image=/alt0/vmlinux.0
image=/boot/image
cmdline=console=ttyS0,115200 console=tty0 hardreset fastboot live automatic=method:cdrom ${stage2:+$stage2 }${GLOBAL_STAGE2_BOOTARGS:+$GLOBAL_STAGE2_BOOTARGS }${GLOBAL_BOOT_LANG:+lang=$GLOBAL_BOOT_LANG}
initrd=/alt0/full.cz
initrd=/boot/full.cz
label=${label}_flash
partition=0
image=/alt0/vmlinux.0
image=/boot/image
cmdline=console=ttyS0,115200 console=tty0 hardreset fastboot live lowmem automatic=method:disk,label:altinst,directory:/ ${stage2:+$stage2 }${GLOBAL_STAGE2_BOOTARGS:+$GLOBAL_STAGE2_BOOTARGS }${GLOBAL_BOOT_LANG:+lang=$GLOBAL_BOOT_LANG}
initrd=/alt0/full.cz
initrd=/boot/full.cz
EOF
done