Import patches-unapplied version 2.115 to ubuntu/raring-proposed

Imported using git-ubuntu import.

Changelog parent: b4c2270228

New changelog entries:
  * live-build/auto/config: Run the ubuntukylin-default-settings chroot
    hook.
impish
Colin Watson 12 years ago committed by usd-importer
parent b4c2270228
commit 5cc031fcd9

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.115) raring; urgency=low
* live-build/auto/config: Run the ubuntukylin-default-settings chroot
hook.
-- Colin Watson <cjwatson@ubuntu.com> Wed, 27 Mar 2013 14:47:51 +0000
livecd-rootfs (2.114) raring; urgency=low
* 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
#! /bin/sh
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
;;
esac

Loading…
Cancel
Save