LL_Runit_Scripts/sv/plymouth-switch-root/run
2021-06-22 09:08:05 +02:00

4 lines
105 B
Bash

#!/bin/sh -e
test -e /etc/initrd-release
/bin/plymouth update-root-fs --new-root-dir=/sysroot
exec pause