LL_Runit_Scripts/sv/plymouth-switch-root/run

5 lines
105 B
Text
Raw Normal View History

2021-06-22 07:08:05 +00:00
#!/bin/sh -e
test -e /etc/initrd-release
/bin/plymouth update-root-fs --new-root-dir=/sysroot
exec pause