plymouth service: update root fs before stage 2

wip/yesman
Nikolay Amiantov 8 years ago
parent 9cab592abd
commit 7513a1d2f5
  1. 4
      nixos/modules/system/boot/plymouth.nix

@ -125,6 +125,10 @@ in
plymouth show-splash
'';
boot.initrd.postMountCommands = ''
plymouth update-root-fs --new-root-dir="$targetRoot"
'';
};
}

Loading…
Cancel
Save