summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-root-shell.config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-12-04 16:46:01 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2021-12-08 05:02:58 +0000
commit6021f24bbf526d34fead6120e9d3961358cb68fb (patch)
tree2be7357675b97d3b72ec13c6b64b865067dad704 /debian/open-infrastructure-root-shell.config
parentAdding VERSION.txt. (diff)
downloadroot-shell-main.tar.xz
root-shell-main.zip
Adding debian version 20211204-1.HEADmain
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
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