File: network-preseed.postinst

package info (click to toggle)
preseed 1.125
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 852 kB
  • sloc: sh: 442; perl: 153; makefile: 5
file content (17 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh
set -e

. /usr/share/debconf/confmodule
. /lib/preseed/preseed.sh

# Re-enable locale and kbd selection
echo 0 >/var/run/auto-install.active

/lib/preseed/auto-install.sh

dhcp_url=$(dhcp_preseed_url)
if [ -n "$dhcp_url" ]; then
	preseed_location "$dhcp_url"
fi
preseed preseed/url
preseed_command preseed/early_command