File: 05preseed

package info (click to toggle)
preseed 1.41
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 424 kB
  • ctags: 9
  • sloc: sh: 336; makefile: 25
file content (13 lines) | stat: -rwxr-xr-x 248 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
set -e

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

if [ -e $logfile ]; then
	grep -v "^d-i[ 	]" $logfile | (
		if ! log-output -t preseed chroot /target debconf-set-selections; then
			error load_error $logfile
		fi
	)
fi