@@ -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. |
@@ -82,7 +82,8 REQUIRED_PACKAGES="debootstrap debian-archive-keyring qemu-user-static binfmt-su | |||
|
82 | 82 | MISSING_PACKAGES="" |
|
83 | 83 | |
|
84 | 84 | # Packages required in the chroot build environment |
|
85 | APT_INCLUDES="apt-transport-https,ca-certificates,debian-archive-keyring,dialog,sudo" | |
|
85 | APT_INCLUDES=${APT_INCLUDES:=""} | |
|
86 | APT_INCLUDES="${APT_INCLUDES},apt-transport-https,ca-certificates,debian-archive-keyring,dialog,sudo" | |
|
86 | 87 | |
|
87 | 88 | set +x |
|
88 | 89 |
General Comments 0
Vous devez vous connecter pour laisser un commentaire.
Se connecter maintenant