mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-13 04:11:11 +00:00
Import patches-unapplied version 2.203 to ubuntu/trusty-proposed
Imported using git-ubuntu import. Changelog parent: 3371bafe21afe9ba81dbd5d0fd9672440c5a0b89 New changelog entries: * Add hostname and machine-info to the writable paths, so that hostnamectl can change them to create a sane default bluetooth device name.
This commit is contained in:
parent
3371bafe21
commit
ae76d5d754
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.203) trusty; urgency=medium
|
||||
|
||||
* Add hostname and machine-info to the writable paths, so that hostnamectl
|
||||
can change them to create a sane default bluetooth device name.
|
||||
|
||||
-- Chris Wayne <chris.wayne@canonical.com> Mon, 20 Jan 2014 15:34:59 +0100
|
||||
|
||||
livecd-rootfs (2.202) trusty; urgency=medium
|
||||
|
||||
* Add the minimal task to ubuntu-core to preserve brand consistency.
|
||||
|
@ -3,8 +3,9 @@ set -e
|
||||
set -x
|
||||
|
||||
mkdir -p /etc/writable
|
||||
touch /etc/writable/machine-info
|
||||
|
||||
for f in timezone localtime; do
|
||||
for f in timezone localtime machine-info hostname; do
|
||||
if [ -e /etc/$f ]; then
|
||||
echo "I: Moving /etc/$f to /etc/writable/"
|
||||
mv /etc/$f /etc/writable/$f
|
||||
|
Loading…
x
Reference in New Issue
Block a user