system: Bootloader

This commit is contained in:
Sweetbread 2024-11-24 20:20:29 +03:00
parent 56da2e4979
commit 3e3fb132f5

View File

@ -7,16 +7,16 @@
}; };
initrd = { initrd = {
verbose = false; verbose = false;
systemd.enable = true; # systemd.enable = true;
}; };
consoleLogLevel = 0; consoleLogLevel = 0;
kernelParams = [ kernelParams = [
"quiet" "quiet"
"splash" "splash"
"boot.shell_on_fail" "boot.shell_on_fail"
# "loglevel=3" "loglevel=3"
# "rd.systemd.show_status=false" "rd.systemd.show_status=false"
# "rd.udev.log_level=3" "rd.udev.log_level=3"
"udev.log_priority=0" "udev.log_priority=0"
]; ];
plymouth = { plymouth = {