diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-07-03 10:46:27 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2008-10-23 20:59:10 +0200 |
commit | 688f4743ab915dea5c157b82b3afa9230880d3f9 (patch) | |
tree | 3e38b88b9acc66efc26b59a79ea176ca0883c48f /packages/dpkg/dpkg.inc | |
parent | 86f7175cc8759812d71c8f95c22ad9edc292b4b6 (diff) |
dpkg: rm rcS.d/S98configure to not run it on non-first boot (from Poky)
Diffstat (limited to 'packages/dpkg/dpkg.inc')
-rw-r--r-- | packages/dpkg/dpkg.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/dpkg/dpkg.inc b/packages/dpkg/dpkg.inc index 1065f2c186..dfbdf718f9 100644 --- a/packages/dpkg/dpkg.inc +++ b/packages/dpkg/dpkg.inc @@ -24,6 +24,7 @@ if [ "x$D" != "x" ]; then # this happens at S98 where our good 'ole packages script used to run printf "#!/bin/sh dpkg --configure -a + rm -f /${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure \n" > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${DPKG_INIT_POSITION}configure fi |