Also don't create the update-motd directory since we're not writing to it.

It will almost certainly be created at some point but we don't need to
create it here.
ubuntu/trusty
Steve Langasek 6 years ago
parent 7583c4f0b9
commit d2b34d4930

@ -122,10 +122,6 @@ cat > /etc/fstab << EOM
LABEL=cloudimg-rootfs / ext4 defaults 0 0 LABEL=cloudimg-rootfs / ext4 defaults 0 0
EOM EOM
## Make sure that the update-motd.d directory exists
[ ! -e "${rootd}/etc/update-motd.d" ] &&
mkdir -p "${rootd}/etc/update-motd.d"
# for quantal and newer, add /etc/overlayroot.local.conf # for quantal and newer, add /etc/overlayroot.local.conf
# but do not overwrite anything that somehow got there # but do not overwrite anything that somehow got there
if [ -f "${rootd}/etc/overlayroot.conf" ] && if [ -f "${rootd}/etc/overlayroot.conf" ] &&

Loading…
Cancel
Save