xbps-casper: update to 0.4.1 (udev>=152 related changes).
--HG-- extra : convert_revision : 821968cea15baed3e6e1ad3ba65268c2795e752a
This commit is contained in:
parent
9d17a83159
commit
1d73c986bb
2 changed files with 2 additions and 2 deletions
|
@ -185,7 +185,7 @@ do_netmount() {
|
||||||
|
|
||||||
modprobe "${MP_QUIET}" af_packet # For DHCP
|
modprobe "${MP_QUIET}" af_packet # For DHCP
|
||||||
|
|
||||||
/sbin/udevadm trigger
|
/sbin/udevadm trigger --action=add
|
||||||
/sbin/udevadm settle
|
/sbin/udevadm settle
|
||||||
|
|
||||||
ipconfig ${DEVICE} /tmp/net-${DEVICE}.conf | tee /netboot.config
|
ipconfig ${DEVICE} /tmp/net-${DEVICE}.conf | tee /netboot.config
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xbps-casper'
|
# Template file for 'xbps-casper'
|
||||||
pkgname=xbps-casper
|
pkgname=xbps-casper
|
||||||
version=0.4.0
|
version=0.4.1
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Run a live preinstalled system from read-only media"
|
short_desc="Run a live preinstalled system from read-only media"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in a new issue