blob: 9a5fed2ca21158d03ea2726975a3d9d19763fcdd (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
# This is a hook for live-build(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
|