xbps-mklive: needs initramfs-tools >= 0.99, bump to 0.3.3.
This commit is contained in:
parent
438b6f3650
commit
cb5b38f7f7
2 changed files with 3 additions and 2 deletions
|
@ -195,7 +195,7 @@ write_etc_motd
|
||||||
|
|
||||||
info_msg "Rebuilding and copying initramfs..."
|
info_msg "Rebuilding and copying initramfs..."
|
||||||
# Set lzma compression for the initramfs, to save space.
|
# Set lzma compression for the initramfs, to save space.
|
||||||
sed -i -e "s|COMPRESSION_TYPE=gzip|COMPRESSION_TYPE=lzma|" \
|
sed -i -e "s|COMPRESS=gzip|COMPRESS=lzma|" \
|
||||||
$TEMP_ROOTFS/etc/initramfs-tools/initramfs.conf
|
$TEMP_ROOTFS/etc/initramfs-tools/initramfs.conf
|
||||||
xbps-bin.static -r $TEMP_ROOTFS -f reconfigure kernel
|
xbps-bin.static -r $TEMP_ROOTFS -f reconfigure kernel
|
||||||
[ $? -ne 0 ] && error_out $?
|
[ $? -ne 0 ] && error_out $?
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-mklive'
|
# Template file for 'xbps-mklive'
|
||||||
pkgname=xbps-mklive
|
pkgname=xbps-mklive
|
||||||
version=0.3.2
|
version=0.3.3
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="XBPS Live image maker"
|
short_desc="XBPS Live image maker"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
@ -14,6 +14,7 @@ noarch=yes
|
||||||
Add_dependency full cdrtools
|
Add_dependency full cdrtools
|
||||||
Add_dependency full squashfs-tools
|
Add_dependency full squashfs-tools
|
||||||
Add_dependency full syslinux
|
Add_dependency full syslinux
|
||||||
|
Add_dependency full initramfs-tools ">=0.99.debian0.94.4"
|
||||||
|
|
||||||
do_build()
|
do_build()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue