summaryrefslogtreecommitdiffstats
path: root/hosts/print1/conf
blob: b53eac57c89d7314df5e8895d0f4d59d56bdb01d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#!/bin/sh

#	start,size,id,bootable
part_script='
	,+,83,*
	'

#	fs           mp       type    options              dump    pass
fstab='
	@DEV1@       /        ext4    errors=remount-ro    0       1
	'

mirror='http://deb.debian.org/debian'
suite='bullseye'
arch='amd64'
extra_pkgs='
	linux-image-amd64
	sysvinit-core
	'
apt_sources='
	deb http://deb.debian.org/debian bullseye main
	deb-src http://deb.debian.org/debian bullseye main

	deb http://security.debian.org/debian-security bullseye-security main
	deb-src http://security.debian.org/debian-security bullseye-security main
	'
apt_preferences='
	Package: systemd*
	Pin: release *
	Pin-Priority: -1
	'

locale='en_US'
supported_locales='en_US.UTF-8 en_DK.UTF-8'

time_zone='America/New_York'

passwd_shadow='on'
root_passwd_crypted=''
root_login=false
user_make=true
user_name='pj'
user_full_name='P. J. McDermott'
user_groups='adm sudo lpadmin'
user_passwd_crypted='$6$.4kiiaCvfP$WZtL6RXtWtW0lIRnx2GyJwaN1OdkQUEHOulzxyXlS.dKTClhaI9Hkq3.bdE6TC613VqgEekwPgm3.T1D9CCuk0'

debconf_selections='
	keyboard-configuration keyboard-configuration/layout select English (US)
	keyboard-configuration keyboard-configuration/variant select English (US)
	'