Moar fixes...

This commit is contained in:
Alexandre Aubin 2021-01-25 01:37:16 +01:00
parent 30a035c2d7
commit be37859c80
5 changed files with 4 additions and 10 deletions

View file

@ -1,5 +1,5 @@
menu hshift 15
menu width 75
menu hshift 11
menu width 57
menu title YunoHost installation

View file

@ -15,8 +15,6 @@ d-i mirror/http/proxy string
### Localization
# Set default answers to question, but set them as "false" so that they're asked anyway
# This prevent for example the default country to be "United States" and having to search
# for Europe -> Paris in "Other" ...
d-i debian-installer/language string en
d-i debian-installer/language seen false

View file

@ -16,8 +16,6 @@ d-i mirror/http/proxy seen false
### Localization
# Set default answers to question, but set them as "false" so that they're asked anyway
# This prevent for example the default country to be "United States" and having to search
# for Europe -> Paris in "Other" ...
d-i debian-installer/language string en
d-i debian-installer/language seen false

View file

@ -1,9 +1,8 @@
server="ftp2.fr.debian.org"
debian_mirror="http://$server/debian/"
wget_debian_mirror="ftp://$server/debian"
profiles="default"
profiles="default expert"
mirror_components="main contrib non-free"
locale=en_US
export ARCH="amd64"
export DISKINFO="YunoHost $(date --utc +%Y%m%d)"
export OMIT_MANUAL=1

View file

@ -1,9 +1,8 @@
server="ftp2.fr.debian.org"
debian_mirror="http://$server/debian/"
wget_debian_mirror="ftp://$server/debian"
profiles="default"
profiles="default expert"
mirror_components="main contrib non-free"
locale=en_US
export ARCH="i386"
export DISKINFO="YunoHost $(date --utc +%Y%m%d)"
export OMIT_MANUAL=1