molecules/boot: Try to be lesser verbose

This way on older systems we can hide ACPI messages that are not so important and have a more uniform and clean boot sequence
This commit is contained in:
Joost Ruis
2019-10-19 02:56:42 +02:00
parent 3a0b1c420e
commit f81a0e43ae

View File

@@ -59,7 +59,7 @@ menuentry "Start Sabayon __VERSION__ SpinBase" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon overlayfs cdroot root=live:UUID=5c403dad00049b51 rootfstype=auto rd.live.overlay.overlayfs ${init_opt} splash quiet rd.live.image rd.vconsole.keymap=${bootkeymap} vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon overlayfs cdroot root=live:UUID=5c403dad00049b51 rootfstype=auto rd.live.overlay.overlayfs ${init_opt} splash quiet loglevel=3 rd.systemd.show_status=auto rd.udev.log_priority=3 rd.live.image rd.vconsole.keymap=${bootkeymap} vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}
@@ -68,7 +68,7 @@ menuentry "Installation" {
echo "Language: ${bootlang}"
echo "Keyboard: ${bootkeymap}"
echo "Please wait..."
linux /boot/sabayon overlayfs cdroot root=live:UUID=5c403dad00049b51 rootfstype=auto rd.live.overlay.overlayfs ${init_opt} splash quiet installer-gui rd.live.image rd.vconsole.keymap=${bootkeymap} vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
linux /boot/sabayon overlayfs cdroot root=live:UUID=5c403dad00049b51 rootfstype=auto rd.live.overlay.overlayfs ${init_opt} splash quiet loglevel=3 rd.systemd.show_status=auto rd.udev.log_priority=3 installer-gui rd.live.image rd.vconsole.keymap=${bootkeymap} vconsole.keymap=${bootkeymap} locale=${bootlang} ${modeset_opt} ${acpi_opt} --
initrd /boot/sabayon.igz
}