diff --git a/pkg/de-p1st-installer/PKGBUILD b/pkg/de-p1st-installer/PKGBUILD index 0eb5c03..5874c4f 100644 --- a/pkg/de-p1st-installer/PKGBUILD +++ b/pkg/de-p1st-installer/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=installer _reponame=arch pkgname="de-p1st-$_pkgname" -pkgver=0.2.0 +pkgver=0.2.1 pkgrel=1 pkgdesc="Installer for Arch Linux written in Bash" arch=('any') diff --git a/pkg/de-p1st-installer/example-headless-docker.cfg b/pkg/de-p1st-installer/example-headless-docker.cfg index 997648a..b8502ca 100644 --- a/pkg/de-p1st-installer/example-headless-docker.cfg +++ b/pkg/de-p1st-installer/example-headless-docker.cfg @@ -14,10 +14,7 @@ FS_ADDITIONAL_MOUNT_OPTIONS=('noatime') CPU_VENDOR=none BOOT_FIRMWARE=uefi -# If set to "1", then the data, boot and luks partitions -# will be left mounted/opened after installation LEAVE_MOUNTED=false - PACSTRAP_INTERACTIVE=true ADDITIONAL_PKGS=() diff --git a/pkg/de-p1st-installer/example-vbox.cfg b/pkg/de-p1st-installer/example-vbox.cfg index 10d646d..7390dc7 100644 --- a/pkg/de-p1st-installer/example-vbox.cfg +++ b/pkg/de-p1st-installer/example-vbox.cfg @@ -8,7 +8,7 @@ USERNAME=yoda # One should rather enter these interactively than saving in this cfg. USER_PWD='test' -FDE=true # enable FULL-DISK-ENCRYPTION +FDE=false # enable FULL-DISK-ENCRYPTION LUKS_PWD='test' # If unset, then USER_PWD will be used for ROOT_PWD @@ -21,16 +21,15 @@ FS_BTRFS_SUBVOL_LAYOUT='@root@home' # Subvolume layout that is supported by Tim FS_ADDITIONAL_MOUNT_OPTIONS=('noatime') # If not booted into the target system, these values should be set: -# CPU_VENDOR: "autodetect", "amd", "intel" or "none" +# CPU_VENDOR: 'autodetect' | 'amd' | 'intel' | 'none' CPU_VENDOR=autodetect -# BOOT_FIRMWARE: "autodetect", "uefi" or "bios" +# BOOT_FIRMWARE: 'autodetect' | 'uefi' | 'bios' BOOT_FIRMWARE=uefi -# If set to "1", then the data, boot and luks partitions +# If set to 'true', then the data, boot and luks partitions # will be left mounted/opened for manual inspection # after the installation LEAVE_MOUNTED=true - PACSTRAP_INTERACTIVE=true ############## ADDITIONAL_PKGS from here on ##############