plymouth service: update root fs before stage 2

Changed files
+4
nixos
modules
system
+4
nixos/modules/system/boot/plymouth.nix
···
plymouth show-splash
'';
};
}
···
plymouth show-splash
'';
+
boot.initrd.postMountCommands = ''
+
plymouth update-root-fs --new-root-dir="$targetRoot"
+
'';
+
};
}