plymouth service: update root fs before stage 2

This commit is contained in:
Nikolay Amiantov 2016-07-18 13:40:41 +03:00
parent 9cab592abd
commit 7513a1d2f5

View File

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