diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 20:07:09 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2013-05-06 20:07:09 +0200 |
commit | 01e91f9c2196571f16ed1bea8f4d72bddfa0ee6b (patch) | |
tree | 7a8264ab2c28316b2d385877650cd2f09d6b81b0 /functions/defaults.sh | |
parent | 45f1f9f0a0783479dec16138fdd095291577c843 (diff) | |
download | vyos-live-build-01e91f9c2196571f16ed1bea8f4d72bddfa0ee6b.tar.gz vyos-live-build-01e91f9c2196571f16ed1bea8f4d72bddfa0ee6b.zip |
Adding hook to disable 70-persistent-cd.rules udev rule to prevent udev remember the cd device name both the one of the build system and the one of the live system (Closes: #706926).
Diffstat (limited to 'functions/defaults.sh')
-rwxr-xr-x | functions/defaults.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 049918759..d2b71058b 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -507,6 +507,7 @@ Set_defaults () remove-openssh-server-host-keys \ remove-python-py \ remove-temporary-files \ + remove-udev-persistent-cd-rules \ remove-udev-persistent-net-rules \ remove-systemd-machine-id \ update-apt-file-cache \ |