1
0
mirror of https://github.com/rancher/os.git synced 2025-09-10 03:01:02 +00:00
Files
os/files/etc/cos/bootargs.cfg

9 lines
339 B
INI
Raw Normal View History

2021-06-27 00:14:52 -07:00
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