xbps-casper: update to 0.4.1 (udev>=152 related changes).

--HG--
extra : convert_revision : 821968cea15baed3e6e1ad3ba65268c2795e752a
This commit is contained in:
Juan RP 2010-04-23 11:58:48 +02:00
parent 9d17a83159
commit 1d73c986bb
2 changed files with 2 additions and 2 deletions

View File

@ -185,7 +185,7 @@ do_netmount() {
modprobe "${MP_QUIET}" af_packet # For DHCP
/sbin/udevadm trigger
/sbin/udevadm trigger --action=add
/sbin/udevadm settle
ipconfig ${DEVICE} /tmp/net-${DEVICE}.conf | tee /netboot.config

View File

@ -1,6 +1,6 @@
# Template file for 'xbps-casper'
pkgname=xbps-casper
version=0.4.0
version=0.4.1
build_style=custom-install
short_desc="Run a live preinstalled system from read-only media"
maintainer="Juan RP <xtraeme@gmail.com>"