@@ -15,6 +15,7 @@ live_build_distribution: bullseye | |||||
debian_nonfree_firmware: true | debian_nonfree_firmware: true | ||||
debian_live_debian_installer: netinst | debian_live_debian_installer: netinst | ||||
live_build_debian_installer_gui: false | |||||
live_build_directory: /opt/live | live_build_directory: /opt/live | ||||
live_build_desktop: true | live_build_desktop: true | ||||
@@ -39,7 +39,7 @@ | |||||
{% if debian_live_debian_installer is defined %} | {% if debian_live_debian_installer is defined %} | ||||
--debian-installer "{{ debian_live_debian_installer }}" | --debian-installer "{{ debian_live_debian_installer }}" | ||||
--debian-installer-gui "{{ live_build_debian_installer_gui | default(false) }}" | |||||
--debian-installer-gui "{{ live_build_debian_installer_gui | ternary("true","false") }}" | |||||
{% if debian_nonfree_firmware %} | {% if debian_nonfree_firmware %} | ||||
--firmware-binary true | --firmware-binary true | ||||
{% endif %} | {% endif %} | ||||
@@ -28,14 +28,13 @@ live_build_common_packages: | |||||
- acpi | - acpi | ||||
# hard disk utils | # hard disk utils | ||||
- btrfs-tools | |||||
- parted | - parted | ||||
- mdadm | - mdadm | ||||
- cryptsetup | - cryptsetup | ||||
- lvm2 | - lvm2 | ||||
# filesystem tools | # filesystem tools | ||||
- btrfs-tools | |||||
- btrfs-progs | |||||
- dosfstools | - dosfstools | ||||
# installation utils | # installation utils | ||||