vmklive: create /etc dir before writing motd.
This commit is contained in:
parent
934a33f7d1
commit
896a564557
2 changed files with 2 additions and 1 deletions
|
@ -304,6 +304,7 @@ ${XBPS_BIN_CMD} -r "$ROOTFS" list > \
|
||||||
# Prepare /etc/motd.
|
# Prepare /etc/motd.
|
||||||
#
|
#
|
||||||
info_msg "[2/9] Creating /etc/motd..."
|
info_msg "[2/9] Creating /etc/motd..."
|
||||||
|
mkdir -p "$ROOTFS"/etc
|
||||||
write_etc_motd
|
write_etc_motd
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vmklive'
|
# Template file for 'vmklive'
|
||||||
pkgname=vmklive
|
pkgname=vmklive
|
||||||
version=0.8.1
|
version=0.8.2
|
||||||
short_desc="Void GNU/Linux live image maker"
|
short_desc="Void GNU/Linux live image maker"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="Public domain"
|
license="Public domain"
|
||||||
|
|
Loading…
Reference in a new issue