2009-11-18 19:25:03 -01:00
|
|
|
#!/bin/sh
|
|
|
|
|
2010-09-02 12:45:03 +00:00
|
|
|
# This is a hook for live-build(7) to remove udev persistent device generator
|
2009-11-18 19:25:03 -01:00
|
|
|
# rules.
|
|
|
|
# To enable it, copy or symlink this hook into your config/chroot_local-hooks
|
|
|
|
# directory.
|
|
|
|
|
|
|
|
rm -f /etc/udev/rules.d/*persistent-net-generator.rules
|