Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-debian-installer
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
flag for preseeding hostname
master
Markus Katharina Brechtel
6 anni fa
parent
e63dd2027c
commit
5793b700ed
2 ha cambiato i file
con
3 aggiunte
e
0 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
defaults/main.yml
+2
-0
templates/preseed.cfg.j2
+ 1
- 0
defaults/main.yml
Vedi File
@@ -1,3 +1,4 @@
debian_installer_method: false
debian_installer_directory: host_files/{{ inventory_hostname }}/debian-installer
debian_installer_set_hostname: true
debian_installer_nonfree_firmware: false
+ 2
- 0
templates/preseed.cfg.j2
Vedi File
@@ -18,7 +18,9 @@ d-i network-console/password-disabled boolean true
{% endif %}
### Hostname
{% if debian_installer_set_hostname %}
d-i netcfg/hostname string {{inventory_hostname}}
{% endif %}
### Mirror settings
d-i mirror/country string manual
Write
Preview
Loading…
Annulla
Salva