diff options
author | Daniel Baumann <daniel@debian.org> | 2011-01-02 01:15:23 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:40 +0100 |
commit | 69513e92791328e23ee856c00d439ae590678b91 (patch) | |
tree | a9dcce10bf632891b55721a7dda56f0a7f9167e7 /functions | |
parent | dd9ecf35600a2df29afd7ca5eecf120fa85fcdbd (diff) | |
download | vyos-live-build-69513e92791328e23ee856c00d439ae590678b91.tar.gz vyos-live-build-69513e92791328e23ee856c00d439ae590678b91.zip |
Removing lb_chroot_sysvinit in favour of a hook, which is the appropriate way to handle this.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 9d990d65b..ba4bcef3b 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -668,9 +668,6 @@ Set_defaults () LB_VOLATILE="${LB_VOLATILE:-true}" - # Setting sysvinit option - LB_SYSVINIT="${LB_SYSVINIT:-false}" - ## config/binary # Setting image filesystem |