mirror of
https://github.com/rancher/os.git
synced 2025-09-03 15:54:24 +00:00
9 lines
339 B
INI
9 lines
339 B
INI
![]() |
set kernel=/boot/vmlinuz
|
||
|
if [ -n "$recoverylabel" ]; then
|
||
|
set kernelcmd="console=tty1 console=ttyS0 root=live:LABEL=$recoverylabel rd.live.dir=/ rd.live.squashimg=$img panic=5"
|
||
|
else
|
||
|
set kernelcmd="console=tty1 console=ttyS0 root=LABEL=$label cos-img/filename=$img panic=5 security=selinux selinux=1"
|
||
|
fi
|
||
|
|
||
|
set initramfs=/boot/initrd
|