Added haze host for first installation
This commit is contained in:
parent
921401a0b1
commit
a6b5385200
25
class/HAZE.var
Normal file
25
class/HAZE.var
Normal file
@ -0,0 +1,25 @@
|
||||
# default values for installation. You can override them in your *.var files
|
||||
FAI_ACTION=install
|
||||
|
||||
# allow installation of packages from unsigned repositories
|
||||
FAI_ALLOW_UNSIGNED=0
|
||||
|
||||
# Set UTC=yes if your system clock is set to UTC (GMT), and UTC=no if not.
|
||||
UTC=yes
|
||||
TIMEZONE=UTC
|
||||
|
||||
# the hash of the root password for the new installed linux system
|
||||
# no root pw
|
||||
#ROOTPW='!'
|
||||
|
||||
# errors in tasks greater than this value will cause the installation to stop
|
||||
STOP_ON_ERROR=700
|
||||
|
||||
# a user account will be created
|
||||
# with pw-less sudo and specified ssh key
|
||||
username=plantroon
|
||||
#USERPW=''
|
||||
#SSHKEY=''
|
||||
|
||||
HOSTNAME=haze
|
||||
|
7
class/haze
Normal file
7
class/haze
Normal file
@ -0,0 +1,7 @@
|
||||
AMD64
|
||||
DEBIAN
|
||||
HAZE
|
||||
LVM_LUKS_RAID
|
||||
GRUB_EFI_CRYPTO
|
||||
SETUP_USER
|
||||
|
22
disk_config/LVM_LUKS_RAID
Normal file
22
disk_config/LVM_LUKS_RAID
Normal file
@ -0,0 +1,22 @@
|
||||
# example of new config file for setup-storage
|
||||
#
|
||||
# <type> <mountpoint> <size> <fs type> <mount options> <misc options>
|
||||
|
||||
disk_config sda disklabel:gpt bootable:1 fstabkey:uuid
|
||||
primary - 128M - -
|
||||
primary - 0- - -
|
||||
|
||||
disk_config sdb sameas:sda
|
||||
|
||||
disk_config raid
|
||||
raid1 /boot/efi sda1,sdb1 vfat defaults mdcreateopts="--metadata=0.90"
|
||||
raid1 - sda2,sdb2 - -
|
||||
|
||||
disk_config cryptsetup
|
||||
|
||||
luks:"fai" - /dev/md1 - - lukscreateopts="--type luks1"
|
||||
|
||||
disk_config lvm
|
||||
vg haze md1
|
||||
haze-root / 10G ext4 rw,noatime
|
||||
|
Loading…
Reference in New Issue
Block a user