Adding example hook to remove udev persistent device generator rules.
This commit is contained in:
parent
2630eff357
commit
856db7bbeb
|
@ -0,0 +1,8 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
# This is a hook for live-helper(7) to remove udev persistent device generator
|
||||||
|
# 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
|
Loading…
Reference in New Issue