@@ -27,6 +27,9 Set Debian packages server address. Choose a server from the list of Debian worl | |||
|
27 | 27 | ##### `APT_PROXY`="" |
|
28 | 28 | Set Proxy server address. Using a local Proxy-Cache like `apt-cacher-ng` will speed-up the bootstrapping process because all required Debian packages will only be downloaded from the Debian mirror site once. |
|
29 | 29 | |
|
30 | ##### `APT_INCLUDES`="" | |
|
31 | A comma seperated list of additional packages to be installed during bootstrapping. | |
|
32 | ||
|
30 | 33 | #### General system settings: |
|
31 | 34 | ##### `HOSTNAME`="rpi2-jessie" |
|
32 | 35 | Set system host name. It's recommended that the host name is unique in the corresponding subnet. |
@@ -94,7 +94,8 REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static binfmt-su | |||
|
94 | 94 | MISSING_PACKAGES="" |
|
95 | 95 | |
|
96 | 96 | # Packages required in the chroot build environment |
|
97 | APT_INCLUDES="apt-transport-https,ca-certificates,debian-archive-keyring,dialog,sudo" | |
|
97 | APT_INCLUDES=${APT_INCLUDES:=""} | |
|
98 | APT_INCLUDES="${APT_INCLUDES},apt-transport-https,ca-certificates,debian-archive-keyring,dialog,sudo" | |
|
98 | 99 | |
|
99 | 100 | set +x |
|
100 | 101 |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant