mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
ubuntu-touch: Make writable symlinks relative.
This commit is contained in:
parent
7060858b2e
commit
f61be85fdc
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
livecd-rootfs (2.191) UNRELEASED; urgency=low
|
||||
|
||||
* ubuntu-touch: Make writable symlinks relative.
|
||||
|
||||
-- Martin Pitt <martin.pitt@ubuntu.com> Mon, 30 Sep 2013 13:58:45 +0200
|
||||
|
||||
livecd-rootfs (2.190) saucy; urgency=low
|
||||
|
||||
* ubuntu-touch: Add 03-etc-writable.chroot hook to move/symlink files in
|
||||
|
@ -10,5 +10,5 @@ for f in timezone localtime; do
|
||||
mv /etc/$f /etc/writable/$f
|
||||
fi
|
||||
echo "I: Linking /etc/$f to /etc/writable/"
|
||||
ln -s /etc/writable/$f /etc/$f
|
||||
ln -s writable/$f /etc/$f
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user