##// END OF EJS Templates
Added functionality to add custom packages to APT_INCLUDES
Chris Landa -
r39:f1f69f479670
parent child
Show More
@@ -27,6 +27,9 Set Debian packages server address. Choose a server from the list of Debian worl
27 ##### `APT_PROXY`=""
27 ##### `APT_PROXY`=""
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.
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 #### General system settings:
33 #### General system settings:
31 ##### `HOSTNAME`="rpi2-jessie"
34 ##### `HOSTNAME`="rpi2-jessie"
32 Set system host name. It's recommended that the host name is unique in the corresponding subnet.
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 MISSING_PACKAGES=""
82 MISSING_PACKAGES=""
83
83
84 # Packages required in the chroot build environment
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 set +x
88 set +x
88
89
General Comments 0
Vous devez vous connecter pour laisser un commentaire. Se connecter maintenant