mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-19 05:24:12 -05:00
ricing
This commit is contained in:
parent
58dea90ea9
commit
663aeffed8
9 changed files with 92 additions and 37 deletions
|
|
@ -1,8 +1,27 @@
|
|||
{
|
||||
config.boot.loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
config = {
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
};
|
||||
# Can press any key to get the generation list, otherwise just load the first one cause it's probably what you want
|
||||
timeout = 0;
|
||||
};
|
||||
|
||||
# Silent Booting
|
||||
consoleLogLevel = 0;
|
||||
initrd.verbose = false;
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
"boot.shell_on_fail"
|
||||
"loglevel=3"
|
||||
"rd.systemd.show_status=false"
|
||||
"rd.udev.log_level=3"
|
||||
"udev.log_priority=3"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue