Making populating of live.chroot.list distribution specific.
This commit is contained in:
parent
75ba99dd27
commit
8eaba8ea5c
|
@ -1357,9 +1357,18 @@ then
|
|||
cat > config/package-lists/live.list.chroot << EOF
|
||||
live-boot
|
||||
live-config
|
||||
live-config-sysvinit
|
||||
EOF
|
||||
|
||||
case "${LB_PARENT_DISTRIBUTION}" in
|
||||
wheezy)
|
||||
echo "live-config-sysvinit" >> config/package-lists/live.list.chroot
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "live-config-systemd" >> config/package-lists/live.list.chroot
|
||||
;;
|
||||
esac
|
||||
|
||||
fi
|
||||
|
||||
cat > config/build << EOF
|
||||
|
|
Loading…
Reference in New Issue