summaryrefslogtreecommitdiffstats
path: root/debian/patches/upstream/0001-host-variable.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/upstream/0001-host-variable.patch')
-rw-r--r--debian/patches/upstream/0001-host-variable.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/debian/patches/upstream/0001-host-variable.patch b/debian/patches/upstream/0001-host-variable.patch
deleted file mode 100644
index 53e9e6d..0000000
--- a/debian/patches/upstream/0001-host-variable.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-Author: Daniel Baumann <daniel.baumann@progress-linux.org>
-Description: Adding host variable for preseed files.
-
-diff -Naurp open-infrastructure-compute-tools.orig/share/build-scripts/debconf open-infrastructure-compute-tools/share/build-scripts/debconf
---- open-infrastructure-compute-tools.orig/share/build-scripts/debconf
-+++ open-infrastructure-compute-tools/share/build-scripts/debconf
-@@ -123,6 +123,8 @@ then
- exit 1
- fi
-
-+HOST="$(echo ${NAME} | cut -d. -f1)"
-+
- Mount ()
- {
- # Mounting rw bind mounts
-@@ -686,6 +688,7 @@ EOF
-
- sed -e "s|@FILE@|${FILE}|g" \
- -e "s|@NAME@|${NAME}|g" \
-+ -e "s|@HOST@|${HOST}|g" \
- -e "s|@IPV4_ADDRESS1@|${IPV4_ADDRESS1}|g" \
- -e "s|@IPV4_ADDRESS1_PART1@|${IPV4_ADDRESS1_PART1}|g" \
- -e "s|@IPV4_ADDRESS1_PART2@|${IPV4_ADDRESS1_PART2}|g" \
-@@ -1185,6 +1188,7 @@ trap 'Umount' EXIT HUP INT QUIT TERM
- umask 0022
-
- export NAME
-+export HOST
-
- Debconf
-
-diff -Naurp open-infrastructure-compute-tools.orig/share/build-scripts/debconf.d/0002-preseed-debconf open-infrastructure-compute-tools/share/build-scripts/debconf.d/0002-preseed-debconf
---- open-infrastructure-compute-tools.orig/share/build-scripts/debconf.d/0002-preseed-debconf
-+++ open-infrastructure-compute-tools/share/build-scripts/debconf.d/0002-preseed-debconf
-@@ -93,6 +93,7 @@ do
- fi
-
- sed -e "s|@NAME@|${NAME}|g" \
-+ -e "s|@HOST@|${HOST}|g" \
- -e "s|@IPV4_ADDRESS1@|${IPV4_ADDRESS1}|g" \
- -e "s|@IPV4_ADDRESS1_PART1@|${IPV4_ADDRESS1_PART1}|g" \
- -e "s|@IPV4_ADDRESS1_PART2@|${IPV4_ADDRESS1_PART2}|g" \