2023-04-07 snapshot

This commit is contained in:
phanes
2023-04-07 00:37:06 -04:00
parent 7428c41ce9
commit 6b852ee8f0
4 changed files with 13 additions and 7 deletions

View File

@@ -1,9 +1,15 @@
set timeout=5
set default=0
set gfxmode=1024x768x32
set gfxpayload=keep
serial --speed=115200 --unit=0 --word=8 --parity=no --stop=1
terminal_input console serial
terminal_output console serial
menuentry "Dark Horse Linux (Pre-Alpha)" {
set root=(cd)
linux /boot/vmlinuz-6.0.12-dark_horse-pyrois boot=live root=/dev/sr0 rw
linux /boot/vmlinuz-6.0.12-dark_horse-pyrois boot=live root=/dev/sr0 toram overlay tmpfs_size=50% rd.shell rd.debug systemd.log_level=debug systemd.log_target=kmsg log_buf_len=1M console=tty1 console=ttyS0,115200
initrd /boot/initramfs-6.0.12.img
}