fix syslogd and klogd #43

Open
anton wants to merge 4 commits from anton/fix-syslogd into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bd15a10d23 - Show all commits

View File

@ -1,5 +1,5 @@
set timeout=1
menuentry "Linux Airgap" {
linux /boot/vmlinuz init=/init console=ttyS0 console=tty0 ro loglevel=3
linux /boot/vmlinuz init=/init console=ttyS0 console=tty0 ro loglevel=7
initrd /boot/initramfs
}