vmklive: create /etc dir before writing motd.

This commit is contained in:
davehome 2012-02-06 18:48:43 -07:00
parent 934a33f7d1
commit 896a564557
2 changed files with 2 additions and 1 deletions

View file

@ -304,6 +304,7 @@ ${XBPS_BIN_CMD} -r "$ROOTFS" list > \
# Prepare /etc/motd.
#
info_msg "[2/9] Creating /etc/motd..."
mkdir -p "$ROOTFS"/etc
write_etc_motd
#

View file

@ -1,6 +1,6 @@
# Template file for 'vmklive'
pkgname=vmklive
version=0.8.1
version=0.8.2
short_desc="Void GNU/Linux live image maker"
maintainer="Juan RP <xtraeme@gmail.com>"
license="Public domain"