summaryrefslogtreecommitdiffstats
path: root/hosts/logi1/conf
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2018-01-13 18:35:30 (EST)
committer P. J. McDermott <pj@pehjota.net>2018-01-13 18:35:30 (EST)
commit76606ce4031f08e64937b22fab370550347066e7 (patch)
treec320d07bd011328783ab55a67d15609d3d0d4602 /hosts/logi1/conf
parenta90ed425cf5b8fd5d17419df972bc4029a05e9d7 (diff)
downloadpc-inst-76606ce4031f08e64937b22fab370550347066e7.zip
pc-inst-76606ce4031f08e64937b22fab370550347066e7.tar.gz
pc-inst-76606ce4031f08e64937b22fab370550347066e7.tar.bz2
logi1: New host
Diffstat (limited to 'hosts/logi1/conf')
-rw-r--r--hosts/logi1/conf41
1 files changed, 41 insertions, 0 deletions
diff --git a/hosts/logi1/conf b/hosts/logi1/conf
new file mode 100644
index 0000000..cf2d02e
--- /dev/null
+++ b/hosts/logi1/conf
@@ -0,0 +1,41 @@
+#!/bin/sh
+
+# start,size,id,bootable
+part_script='
+ 1024,+,83,*
+ '
+
+# fs mp type options dump pass
+fstab='
+ @DEV1@ / ext4 errors=remount-ro 0 1
+ /var/swap swap swap defaults,pri=100 0 0
+ '
+
+mirror='http://deb.debian.org/debian'
+suite='stretch'
+arch='amd64'
+extra_pkgs='
+ grub-pc
+ linux-image-amd64
+ sysvinit-core
+ '
+
+locale='en_US'
+supported_locales='en_US.UTF-8 en_DK.UTF-8'
+
+time_zone='UTC'
+
+passwd_shadow='on'
+root_passwd_crypted='$6$XMSNMQ6H8G0$9J.jbKWARqSLj51uC1L3J9y0nO/E6.7/l6JdUAwL6Dn.KVeaYbmA2H4EBHT.d55a49gifPkF0AuUnziKN45rF.'
+root_login=true
+user_make=true
+user_name='pj'
+user_full_name='P. J. McDermott'
+user_groups='adm cdrom floppy sudo audio dip video plugdev netdev 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)
+ wireshark-common wireshark-common/install-setuid boolean true
+ '