From 400d4cc56c6cc5e04a2c13aa786bd995ed8ac423 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Thu, 08 Feb 2018 00:48:27 -0500 Subject: cutter1: New host --- (limited to 'hosts/cutter1/conf') diff --git a/hosts/cutter1/conf b/hosts/cutter1/conf new file mode 100644 index 0000000..f7d5d32 --- /dev/null +++ b/hosts/cutter1/conf @@ -0,0 +1,51 @@ +#!/bin/sh + +# start,size,id,bootable +part_script=' + ,+,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=' + linux-image-amd64 + sysvinit-core + ' +apt_sources=' + deb http://deb.debian.org/debian stretch main + deb-src http://deb.debian.org/debian stretch main + + deb http://security.debian.org/debian-security stretch/updates main + deb-src http://security.debian.org/debian-security stretch/updates main + + deb http://deb.debian.org/debian stretch-backports main + deb-src http://deb.debian.org/debian stretch-backports main + + deb http://deb.debian.org/debian-debug stretch-debug main + ' + +locale='en_US' +supported_locales='en_US.UTF-8 en_DK.UTF-8' + +time_zone='UTC' + +passwd_shadow='on' +root_passwd_crypted='$6$f65H32OqVRCio9qX$9HW5miPDXJkrfg3UXu6Yh5PmHq5ek0y29Qr4GMf38XRqmjvUOOJMqnQHVZAb8D2utTOyH0IDGHjglHfzuwmzU0' +root_login=true +user_make=true +user_name='cam' +user_full_name='CAM User' +user_groups='adm cdrom floppy sudo audio dip video plugdev netdev' +user_passwd_crypted='$6$f65H32OqVRCio9qX$9HW5miPDXJkrfg3UXu6Yh5PmHq5ek0y29Qr4GMf38XRqmjvUOOJMqnQHVZAb8D2utTOyH0IDGHjglHfzuwmzU0' + +debconf_selections=' + keyboard-configuration keyboard-configuration/layout select English (US) + keyboard-configuration keyboard-configuration/variant select English (US) + ' -- cgit v0.9.1