8 lines
307 B
INI
8 lines
307 B
INI
# Copyright (C) 2026 Mark Robillard Jr (MARKMENTAL)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
set default="0"
|
|
set timeout="5"
|
|
|
|
menuentry "Mentalnet GNU/Linux" {
|
|
linux /boot/bzImage root=@ROOTDEV@ rootwait rw console=ttyS0,9600n8 console=tty0 i8042.nomux i8042.noloop noapic acpi=off i8042.dumbkbd=1
|
|
}
|