summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-root-shell.config
diff options
context:
space:
mode:
Diffstat (limited to 'debian/open-infrastructure-root-shell.config')
-rw-r--r--debian/open-infrastructure-root-shell.config11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/open-infrastructure-root-shell.config b/debian/open-infrastructure-root-shell.config
new file mode 100644
index 0000000..7d485e3
--- /dev/null
+++ b/debian/open-infrastructure-root-shell.config
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+set -e
+
+. /usr/share/debconf/confmodule
+
+db_settitle open-infrastructure-root-shell/title
+db_input low open-infrastructure-root-shell/setuid-root || true
+db_go
+
+db_stop