plymouth service: update root fs before stage 2

+4
+4
nixos/modules/system/boot/plymouth.nix
··· 125 plymouth show-splash 126 ''; 127 128 }; 129 130 }
··· 125 plymouth show-splash 126 ''; 127 128 + boot.initrd.postMountCommands = '' 129 + plymouth update-root-fs --new-root-dir="$targetRoot" 130 + ''; 131 + 132 }; 133 134 }