mirror of
https://github.com/YunoHost/cd_build.git
synced 2024-09-03 20:06:24 +02:00
Moar fixes...
This commit is contained in:
parent
30a035c2d7
commit
be37859c80
5 changed files with 4 additions and 10 deletions
4
menu.cfg
4
menu.cfg
|
@ -1,5 +1,5 @@
|
||||||
menu hshift 15
|
menu hshift 11
|
||||||
menu width 75
|
menu width 57
|
||||||
|
|
||||||
menu title YunoHost installation
|
menu title YunoHost installation
|
||||||
|
|
||||||
|
|
|
@ -15,8 +15,6 @@ d-i mirror/http/proxy string
|
||||||
### Localization
|
### Localization
|
||||||
|
|
||||||
# Set default answers to question, but set them as "false" so that they're asked anyway
|
# 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 string en
|
||||||
d-i debian-installer/language seen false
|
d-i debian-installer/language seen false
|
||||||
|
|
||||||
|
|
|
@ -16,8 +16,6 @@ d-i mirror/http/proxy seen false
|
||||||
### Localization
|
### Localization
|
||||||
|
|
||||||
# Set default answers to question, but set them as "false" so that they're asked anyway
|
# 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 string en
|
||||||
d-i debian-installer/language seen false
|
d-i debian-installer/language seen false
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
server="ftp2.fr.debian.org"
|
server="ftp2.fr.debian.org"
|
||||||
debian_mirror="http://$server/debian/"
|
debian_mirror="http://$server/debian/"
|
||||||
wget_debian_mirror="ftp://$server/debian"
|
wget_debian_mirror="ftp://$server/debian"
|
||||||
profiles="default"
|
profiles="default expert"
|
||||||
mirror_components="main contrib non-free"
|
mirror_components="main contrib non-free"
|
||||||
locale=en_US
|
|
||||||
export ARCH="amd64"
|
export ARCH="amd64"
|
||||||
export DISKINFO="YunoHost $(date --utc +%Y%m%d)"
|
export DISKINFO="YunoHost $(date --utc +%Y%m%d)"
|
||||||
export OMIT_MANUAL=1
|
export OMIT_MANUAL=1
|
||||||
|
|
|
@ -1,9 +1,8 @@
|
||||||
server="ftp2.fr.debian.org"
|
server="ftp2.fr.debian.org"
|
||||||
debian_mirror="http://$server/debian/"
|
debian_mirror="http://$server/debian/"
|
||||||
wget_debian_mirror="ftp://$server/debian"
|
wget_debian_mirror="ftp://$server/debian"
|
||||||
profiles="default"
|
profiles="default expert"
|
||||||
mirror_components="main contrib non-free"
|
mirror_components="main contrib non-free"
|
||||||
locale=en_US
|
|
||||||
export ARCH="i386"
|
export ARCH="i386"
|
||||||
export DISKINFO="YunoHost $(date --utc +%Y%m%d)"
|
export DISKINFO="YunoHost $(date --utc +%Y%m%d)"
|
||||||
export OMIT_MANUAL=1
|
export OMIT_MANUAL=1
|
||||||
|
|
Loading…
Add table
Reference in a new issue