mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 09:16:29 +00:00
hostname in database moved to etc/
Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
e1e1809717
commit
70813a1d64
@ -11,8 +11,10 @@ start() {
|
|||||||
if cat /proc/cmdline | grep -q 'com.docker.database'
|
if cat /proc/cmdline | grep -q 'com.docker.database'
|
||||||
then
|
then
|
||||||
DATABASE="$(cat /proc/cmdline | sed -e 's/.*com.docker.database="//' -e 's/".*//')"
|
DATABASE="$(cat /proc/cmdline | sed -e 's/.*com.docker.database="//' -e 's/".*//')"
|
||||||
HOSTFILE="/Database/branch/master/ro/${DATABASE}/hostname"
|
HOSTFILE="/Database/branch/master/ro/${DATABASE}/etc/hostname"
|
||||||
[ -s ${HOSTFILE} ] && opts="-F ${HOSTFILE}"
|
[ -s ${HOSTFILE} ] && opts="-F ${HOSTFILE}"
|
||||||
|
else
|
||||||
|
[ -s /etc/hostname ] && opts="-F /etc/hostname"
|
||||||
fi
|
fi
|
||||||
ebegin "Setting hostname"
|
ebegin "Setting hostname"
|
||||||
hostname $opts
|
hostname $opts
|
||||||
|
Loading…
Reference in New Issue
Block a user