72 lines
1.0 KiB
Plaintext
72 lines
1.0 KiB
Plaintext
# NB this is a record of all vars and arrs used in the blend configs
|
|
# and is not sourced add those variables you want to have global scope
|
|
# to the blend_config
|
|
|
|
vars+=(username userpass default_shell MKEFI grubversion hookscripts)
|
|
arrs+=(disk_name efi_partitions swap_partitions custom_deb_packages)
|
|
|
|
|
|
arrs+=(
|
|
available_disks
|
|
efi_partitions
|
|
swap_partitions
|
|
base_packages
|
|
extra_packages
|
|
custom_deb_packages
|
|
custom-scripts
|
|
purge_packages
|
|
)
|
|
|
|
vars+=(
|
|
blend_name
|
|
release
|
|
version
|
|
hostname
|
|
bootstrap_options
|
|
mirror
|
|
apt_proxy
|
|
arch
|
|
kernel_version
|
|
)
|
|
|
|
vars+=(
|
|
rootfs
|
|
disk_path
|
|
disk_name
|
|
disk2_name
|
|
root_name
|
|
rpool_name
|
|
bpool_name
|
|
zpool_cache_dir
|
|
ashift
|
|
)
|
|
vars+=(
|
|
bios_part_number
|
|
efi_part_number
|
|
swap_part_number
|
|
boot_part_number
|
|
root_part_number
|
|
efi_start
|
|
bios_part_size
|
|
efi_part_size
|
|
swap_part_size
|
|
boot_part_size
|
|
swap_type
|
|
tmp_exec_state
|
|
var_tmp_exec_state
|
|
)
|
|
vars+=(
|
|
efi_work
|
|
zero_uefi
|
|
grub_mount
|
|
grub_efi_target
|
|
grub_theme
|
|
grub_gfxmode
|
|
mirror
|
|
section
|
|
base_packages_option
|
|
extra_packages_option
|
|
release_conf
|
|
image_name
|
|
)
|