diff options
author | Daniel Baumann <daniel@debian.org> | 2012-12-12 11:43:39 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-12-12 11:44:38 +0100 |
commit | 79fb672816c9e3eea23a5179eb90bbfbe2700a51 (patch) | |
tree | b9e474318dd372f8e5497de939a1ab1a6640e862 /functions | |
parent | 55c9617e61be2c9da82c0e936d567fc27e551fcd (diff) | |
download | vyos-live-build-79fb672816c9e3eea23a5179eb90bbfbe2700a51.tar.gz vyos-live-build-79fb672816c9e3eea23a5179eb90bbfbe2700a51.zip |
Adding default hook to remove mdadm configuration.
mdadm creates a /etc/mdadm/mdadm.conf configuration file
on package installation which contains array information
from the build system.
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index 7b33bbd30..e6fe7c5c6 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -609,7 +609,8 @@ Set_defaults () remove-openssh-server-host-keys \ remove-python-py \ remove-udev-persistent-rules \ - remove-linux-image-backups}" + remove-linux-image-backups \ + remove-mdadm-configuration}" ;; kubuntu) @@ -621,7 +622,8 @@ Set_defaults () remove-openssh-server-host-keys \ remove-python-py \ remove-udev-persistent-rules \ - remove-linux-image-backups}" + remove-linux-image-backups \ + remove-mdadm-configuration}" ;; esac |