diff --git a/class/HAZE.var b/class/HAZE.var new file mode 100644 index 0000000..2502e84 --- /dev/null +++ b/class/HAZE.var @@ -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 + diff --git a/class/haze b/class/haze new file mode 100644 index 0000000..6a9d0c3 --- /dev/null +++ b/class/haze @@ -0,0 +1,7 @@ +AMD64 +DEBIAN +HAZE +LVM_LUKS_RAID +GRUB_EFI_CRYPTO +SETUP_USER + diff --git a/disk_config/LVM_LUKS_RAID b/disk_config/LVM_LUKS_RAID new file mode 100644 index 0000000..91c2b72 --- /dev/null +++ b/disk_config/LVM_LUKS_RAID @@ -0,0 +1,22 @@ +# example of new config file for setup-storage +# +# + +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 +