mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-23 08:42:00 +00:00
live-build/auto/config: Run the ubuntukylin-default-settings chroot
hook.
This commit is contained in:
parent
c6553f7af8
commit
464cdd3e4c
7
debian/changelog
vendored
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…
x
Reference in New Issue
Block a user