remove rootfstype=ramfs from extlinux.conf

This commit is contained in:
Tobias Powalowski 2023-02-12 18:39:54 +01:00
parent 1143815ff2
commit 6392dd82a9

View file

@ -193,7 +193,7 @@ label linux
menu label Boot System (automatic boot in 10 seconds...) menu label Boot System (automatic boot in 10 seconds...)
kernel /boot/vmlinuz-${_ARCH} kernel /boot/vmlinuz-${_ARCH}
initrd /boot/initramfs.img initrd /boot/initramfs.img
append rootfstype=ramfs console=ttyS0,115200 console=tty0 audit=0 ${_SMP} append console=ttyS0,115200 console=tty0 audit=0 ${_SMP}
EOF EOF
} }