live-build/auto/config: Run the ubuntukylin-default-settings chroot

hook.
ubuntu/trusty
Colin Watson 12 years ago
parent c6553f7af8
commit 464cdd3e4c

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.115) UNRELEASED; urgency=low
* live-build/auto/config: Run the ubuntukylin-default-settings chroot
hook.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 27 Mar 2013 14:46:41 +0000
livecd-rootfs (2.114) raring; urgency=low livecd-rootfs (2.114) raring; urgency=low
* Revert changes in 2.113. This needs to be done in cdimage/debian-cd * Revert changes in 2.113. This needs to be done in cdimage/debian-cd

@ -384,6 +384,18 @@ case $PROJECT in
cat > config/hooks/100-remove-fstab.chroot <<EOF cat > config/hooks/100-remove-fstab.chroot <<EOF
#! /bin/sh #! /bin/sh
rm -f /etc/fstab rm -f /etc/fstab
EOF
;;
ubuntukylin)
cat > config/hooks/100-ubuntukylin.chroot <<EOF
#! /bin/sh
set -e
HOOK=/usr/share/ubuntukylin-default-settings/hooks/chroot
if [ -x \$HOOK ]; then
exec \$HOOK
fi
exit 0
EOF EOF
;; ;;
esac esac

Loading…
Cancel
Save