try without boot splash
This commit is contained in:
parent
aff8cd2835
commit
1c3135225a
1 changed files with 0 additions and 11 deletions
|
@ -32,10 +32,6 @@ in
|
||||||
|
|
||||||
# my kernel parameters
|
# my kernel parameters
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
# Plymouth
|
|
||||||
"quiet"
|
|
||||||
"splash"
|
|
||||||
|
|
||||||
# don't check for split locks, for KVM and Co.
|
# don't check for split locks, for KVM and Co.
|
||||||
"split_lock_detect=off"
|
"split_lock_detect=off"
|
||||||
|
|
||||||
|
@ -123,13 +119,6 @@ in
|
||||||
# setup the console stuff early
|
# setup the console stuff early
|
||||||
console.earlySetup = true;
|
console.earlySetup = true;
|
||||||
|
|
||||||
# boot splash
|
|
||||||
boot.plymouth = {
|
|
||||||
enable = true;
|
|
||||||
theme = "hexa_retro";
|
|
||||||
themePackages = [ pkgs.adi1090x-plymouth-themes ];
|
|
||||||
};
|
|
||||||
|
|
||||||
# root file system, tmpfs
|
# root file system, tmpfs
|
||||||
fileSystems."/" = {
|
fileSystems."/" = {
|
||||||
device = "none";
|
device = "none";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue