~ubuntu-branches/ubuntu/maverick/debian-installer-utils/maverick

1
2
3
4
5
6
7
8
9
#! /bin/sh -e

. /usr/share/debconf/confmodule

db_capb backup
db_input high di-utils-shell/do-shell || [ $? -eq 30 ]
db_go || exit 10

start-shell di-utils-shell/do-shell /bin/sh || true