chore(hygiene): final script cleanup and plymouth optimization
- Remove unused pkg and cmd helper scripts - Optimize Plymouth settings for cleaner boot in all environments - Skip hardware auto-detection logic in Live ISO environment
This commit is contained in:
@@ -18,11 +18,14 @@ let
|
||||
in
|
||||
{
|
||||
boot.initrd.systemd.enable = true;
|
||||
boot.initrd.verbose = false;
|
||||
console.earlySetup = true;
|
||||
boot.consoleLogLevel = 0;
|
||||
boot.plymouth = {
|
||||
enable = true;
|
||||
themePackages = [ nomarchy-plymouth ];
|
||||
theme = "nomarchy";
|
||||
};
|
||||
|
||||
boot.kernelParams = [ "quiet" "splash" "loglevel=3" ];
|
||||
boot.kernelParams = [ "quiet" "splash" "loglevel=3" "rd.systemd.show_status=false" "rd.udev.log_level=3" "udev.log_priority=3" "boot.shell_on_fail" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user