You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- debian_mirror: http://deb.debian.org/debian
- debian_security_mirror: http://security.debian.org/debian-security
-
- live_build_serial_console: false
- live_build_bootappend_live: boot=live components quiet {{ live_build_serial_console | ternary('console=ttyS0','') }} hostname={{ live_build_hostname }} locales=de_DE.UTF-8 timezone=Europe/Berlin keyboard-layouts=de
- live_build_hostname: "{{ inventory_hostname }}"
-
- live_build_distribution: stretch
|