mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
systemd: dont run fsck on root
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
80dc22edd1
commit
01d93d4393
@ -128,6 +128,10 @@ post_makeinstall_target() {
|
||||
rm -rf $INSTALL/lib/systemd/system/getty.target
|
||||
rm -rf $INSTALL/lib/systemd/system/multi-user.target.wants/getty.target
|
||||
|
||||
# remove rootfs fsck
|
||||
rm -rf $INSTALL/lib/systemd/system/systemd-fsck-root.service
|
||||
rm -rf $INSTALL/lib/systemd/system/local-fs.target.wants/systemd-fsck-root.service
|
||||
|
||||
mkdir -p $INSTALL/usr/config
|
||||
cp -R $PKG_DIR/config/*.sample $INSTALL/usr/config
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user