mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-07-24 23:31:30 +00:00
Import patches-unapplied version 2.115 to ubuntu/raring-proposed
Imported using git-ubuntu import. Changelog parent: b4c227022820c0da81428ffcb6c7a64861a1ccd4 New changelog entries: * live-build/auto/config: Run the ubuntukylin-default-settings chroot hook.
This commit is contained in:
parent
b4c2270228
commit
5cc031fcd9
7
debian/changelog
vendored
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
|
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