mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
vmklive: update for latest changes to base-system-live.
This commit is contained in:
parent
da91c4ff91
commit
a992c6aa4b
2 changed files with 3 additions and 9 deletions
|
@ -339,16 +339,10 @@ cp -f /boot/vmlinuz-${KERNELVERSION} "$BUILDDIR/casper/vmlinuz" || error_out $?
|
||||||
mkdir -p "$ROOTFS/lib/modules"
|
mkdir -p "$ROOTFS/lib/modules"
|
||||||
cp -a /lib/modules/${KERNELVERSION} "$ROOTFS/lib/modules" || error_out $?
|
cp -a /lib/modules/${KERNELVERSION} "$ROOTFS/lib/modules" || error_out $?
|
||||||
|
|
||||||
# XXX: install GNU find, grep and xargs.
|
|
||||||
for f in find grep xargs; do
|
|
||||||
install -Dm755 /usr/bin/${f} "$ROOTFS/usr/bin/$f" || error_out $?
|
|
||||||
done
|
|
||||||
|
|
||||||
# XXX: install lsblk and blkid from util-linux.
|
# XXX: install lsblk and blkid from util-linux.
|
||||||
install -Dm755 /bin/lsblk "$ROOTFS/usr/bin/lsblk" || error_out $?
|
install -Dm755 /usr/bin/lsblk "$ROOTFS/usr/bin/lsblk" || error_out $?
|
||||||
install -Dm755 /sbin/blkid "$ROOTFS/sbin/blkid" || error_out $?
|
install -Dm755 /usr/sbin/blkid "$ROOTFS/sbin/blkid" || error_out $?
|
||||||
|
|
||||||
rm -f "$ROOTFS/bin/grep" || error_out $?
|
|
||||||
#
|
#
|
||||||
# Copy required xbps-casper files for autologin.
|
# Copy required xbps-casper files for autologin.
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vmklive'
|
# Template file for 'vmklive'
|
||||||
pkgname=vmklive
|
pkgname=vmklive
|
||||||
version=0.8.4
|
version=0.8.5
|
||||||
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…
Add table
Reference in a new issue