summaryrefslogtreecommitdiff
path: root/functions
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2011-08-23 17:13:45 +0200
committerDaniel Baumann <daniel@debian.org>2011-08-23 17:13:45 +0200
commit88befb176680d6f88bcdd11bd347d0f1680efdf5 (patch)
tree88d55e57177dbf444d5295f2188c3d138f52e89b /functions
parent9a59c0a2d65dde87839e9d184a9e561885b8b743 (diff)
downloadvyos-live-build-88befb176680d6f88bcdd11bd347d0f1680efdf5.tar.gz
vyos-live-build-88befb176680d6f88bcdd11bd347d0f1680efdf5.zip
Moving removal of udev persistent rules from chroot_hacks to a hook, that way it can be easily skipped if desired.
Diffstat (limited to 'functions')
-rwxr-xr-xfunctions/defaults.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh
index 5538dfbae..3fc895f44 100755
--- a/functions/defaults.sh
+++ b/functions/defaults.sh
@@ -588,7 +588,8 @@ Set_defaults ()
update-apt-xapian-index \
update-mlocate-database \
remove-openssh-server-host-keys \
- remove-python-py}"
+ remove-python-py \
+ remove-udev-persistent-rules}"
;;
kubuntu)
@@ -597,7 +598,8 @@ Set_defaults ()
update-mlocate-database \
remove-gnome-icon-cache \
remove-openssh-server-host-keys \
- remove-python-py}"
+ remove-python-py \
+ remove-udev-persistent-rules}"
;;
esac