From 9d53b87be6a947bff78e202be5641990b58d47a0 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 8 May 2021 13:16:07 +0200 Subject: Better serial management Yay, I wrote my final information technology exam yesterday (abitur). Only english and mathematics are left now - hype!! (sorry for polluting my commit messages with useless personal news but this will affect the future of Melvix as my free time and therefore the time that I'm working on this project will increase massively once I'm finished with all my exams) --- boot/grub.cfg | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'boot') diff --git a/boot/grub.cfg b/boot/grub.cfg index f25a976..7f310e9 100644 --- a/boot/grub.cfg +++ b/boot/grub.cfg @@ -1,6 +1,12 @@ set timeout=0 set default=0 -menuentry "Melvix" { - multiboot /boot/melvix okidoki + +menuentry "Melvix with logging" { + multiboot /boot/melvix log + boot +} + +menuentry "Melvix without logging" { + multiboot /boot/melvix boot } -- cgit v1.2.3