Adding live-helper 1.0~a1-3.

This commit is contained in:
Daniel Baumann 2007-09-23 10:04:47 +02:00
parent 49524055a1
commit 811ff0532f
3 changed files with 15 additions and 1 deletions

8
debian/changelog vendored
View File

@ -1,10 +1,16 @@
live-helper (1.0~a1-3) unstable; urgency=low
* helpers/lh_chroot_hacks: Added removal of udev persistent-net rule.
-- Daniel Baumann <daniel@debian.org> Wed, 14 Mar 2007 21:00:00 +0100
live-helper (1.0~a1-2) unstable; urgency=low
* functions/defaults.sh: Fixed setting of LIVE_SYSVINIT.
* helpers/lh_chroot_sysvinit: Changed check for LIVE_SYSVINIT from disabled to
enabled.
-- Daniel Baumann <daniel@debian.org> Mon, 12 Mar 2007 18:00:00 +0100
-- Daniel Baumann <daniel@debian.org> Wed, 14 Mar 2007 18:00:00 +0100
live-helper (1.0~a1-1) unstable; urgency=low

View File

@ -1,3 +1,8 @@
2007-03-14 Daniel Baumann <daniel@debian.org>
* helpers/lh_chroot_hacks: Added removal of udev persistent-net rule.
* Uploaded 1.0~a1-3.
2007-03-14 Daniel Baumann <daniel@debian.org>
* functions/defaults.sh: Fixed setting of LIVE_SYSVINIT.

View File

@ -27,6 +27,9 @@ Check_lockfile "${LIVE_ROOT}"/.lock
# Creating lock file
Create_lockfile "${LIVE_ROOT}"/.lock
# Removing udev mac caching rule
rm -f chroot/etc/udev/rules.d/z25_persistent-net.rules
case "${LIVE_BINARY_IMAGE}" in
net)
case "${LH_APT}" in