blob: 7d485e33883bbc267fbef01f37e94fe9b4e494aa (
plain)
1
2
3
4
5
6
7
8
9
10
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
|