|
@@ -1,15 +0,0 @@
|
|
|
-echo \
|
|
|
- "#!/bin/sh
|
|
|
-exit 101" >"$TARGET/usr/sbin/policy-rc.d"
|
|
|
-
|
|
|
-chmod 755 "$TARGET/usr/sbin/policy-rc.d"
|
|
|
-
|
|
|
-[ -f "$TARGET/sbin/start-stop-daemon.REAL" ] || mv "$TARGET/sbin/start-stop-daemon" "$TARGET/sbin/start-stop-daemon.REAL"
|
|
|
-echo \
|
|
|
- "#!/bin/sh
|
|
|
-echo
|
|
|
-echo \"Warning: Fake start-stop-daemon called, doing nothing\"" >"$TARGET/sbin/start-stop-daemon"
|
|
|
-chmod 755 "$TARGET/sbin/start-stop-daemon"
|
|
|
-
|
|
|
-mkdir -p "$TARGET/var/lib/dpkg"
|
|
|
-echo "apt apt" >"$TARGET/var/lib/dpkg/cmethopt"
|