remove whitespace

This commit is contained in:
Anton Livaja 2025-02-17 04:29:17 -05:00
parent c350dec98f
commit a5b695c2af
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
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 loglevel=3
linux /boot/vmlinuz init=/init console=ttyS0 console=tty0 ro loglevel=3
initrd /boot/initramfs
}