|
|
@ -199,7 +199,6 @@ case $PROJECT in
|
|
|
|
add_task install minimal standard server
|
|
|
|
add_task install minimal standard server
|
|
|
|
COMPONENTS='main'
|
|
|
|
COMPONENTS='main'
|
|
|
|
PREINSTALL_POOL_SEEDS='server-ship'
|
|
|
|
PREINSTALL_POOL_SEEDS='server-ship'
|
|
|
|
OPTS="${OPTS:+$OPTS }--debian-installer=live"
|
|
|
|
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
|
ubuntu-core)
|
|
|
|
ubuntu-core)
|
|
|
@ -293,6 +292,13 @@ case $PROJECT in
|
|
|
|
kubuntu|kubuntu-active)
|
|
|
|
kubuntu|kubuntu-active)
|
|
|
|
ln -s /usr/share/live/build/examples/hooks/kubuntu_chroot_icon-theme.sh config/chroot_local-hooks/
|
|
|
|
ln -s /usr/share/live/build/examples/hooks/kubuntu_chroot_icon-theme.sh config/chroot_local-hooks/
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ubuntu-server)
|
|
|
|
|
|
|
|
cat > config/chroot_local-hooks/ubuntu-server_chroot_remove-fstab.sh <<EOF
|
|
|
|
|
|
|
|
#! /bin/sh
|
|
|
|
|
|
|
|
rm -f /etc/fstab
|
|
|
|
|
|
|
|
EOF
|
|
|
|
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
|
|
|
case $SUBPROJECT in
|
|
|
|
case $SUBPROJECT in
|
|
|
|