Compare commits

...

2 Commits

Author SHA1 Message Date
Ryan Heywood 89ada7e795
Merge branch 'anton/set-kernel-log-level' 2025-02-17 02:19:11 -05:00
Anton Livaja 4fa6761729
set kernel log level to 3 2025-02-17 00:36:38 -05:00
1 changed files with 1 additions and 1 deletions

View File

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