diff options
author | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:46 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2007-09-23 10:04:46 +0200 |
commit | f6a05f356e7d5cf929187c69491ca6041007a3c3 (patch) | |
tree | 5ab003498be8ad81fc1b7e4ba116be9c9ca5298b /helpers | |
parent | 2b43599e4674970f342d14454ac330f80063733d (diff) | |
download | vyos-live-build-f6a05f356e7d5cf929187c69491ca6041007a3c3.tar.gz vyos-live-build-f6a05f356e7d5cf929187c69491ca6041007a3c3.zip |
Adding live-helper 1.0~a1-2.
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/lh_chroot_sysvinit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/lh_chroot_sysvinit b/helpers/lh_chroot_sysvinit index e4746d6ee..933da573e 100755 --- a/helpers/lh_chroot_sysvinit +++ b/helpers/lh_chroot_sysvinit @@ -27,7 +27,7 @@ Create_lockfile "${LIVE_ROOT}"/.lock # Checking stage file Check_stagefile "${LIVE_ROOT}"/.stage/chroot_sysvinit -if [ "${LIVE_SYSVINIT}" = "disabled" ] +if [ "${LIVE_SYSVINIT}" = "enabled" ] then # Disable all for FILE in "${LIVE_CHROOT}"/etc/init.d/* |