diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-15 15:22:00 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-10-15 15:22:09 +0000 |
commit | 5efdef53405b037d3492c3839589b0f2eebcc3e8 (patch) | |
tree | d9691593a34f635e11cdf37b332d8b36e8cf8591 /share/build-scripts/debconf | |
parent | Releasing debian version 20221002-1. (diff) | |
download | open-infrastructure-compute-tools-5efdef53405b037d3492c3839589b0f2eebcc3e8.tar.xz open-infrastructure-compute-tools-5efdef53405b037d3492c3839589b0f2eebcc3e8.zip |
Merging upstream version 20221015.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/build-scripts/debconf')
-rwxr-xr-x | share/build-scripts/debconf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/build-scripts/debconf b/share/build-scripts/debconf index b589fce..36482a3 100755 --- a/share/build-scripts/debconf +++ b/share/build-scripts/debconf @@ -471,6 +471,9 @@ EOF rm -f "${DIRECTORY}/etc/mtab" ln -s /proc/self/mounts "${DIRECTORY}/etc/mtab" + # Removing machine-id + rm -f "${DIRECTORY}/etc/machine-id" + # Removing resolv.conf rm -f "${DIRECTORY}/etc/resolv.conf" cp /etc/resolv.conf "${DIRECTORY}/etc" |