delphinium-sdk/blends/devuan-desktop-live/beowulf/rootfs-overlay/usr/lib/refractainstaller/post-install/cleanup-rclocal.sh
2020-11-13 13:52:11 +01:00

8 lines
103 B
Bash
Executable File

#!/bin/sh
sed -i '/dpkg.*ping/d' /target/etc/rc.local
sed -i '/eudev/d' /target/etc/rc.local
exit 0