delphinium-sdk/blends/devuan-desktop-live/beowulf/rootfs-overlay/usr/lib/refractainstaller/post-install/cleanup-rclocal.sh

8 lines
103 B
Bash
Raw Permalink Normal View History

2020-11-13 12:52:11 +00:00
#!/bin/sh
sed -i '/dpkg.*ping/d' /target/etc/rc.local
sed -i '/eudev/d' /target/etc/rc.local
exit 0