Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| [General] | |
| arch=armhf | |
| # these control package selection | |
| omitrequired=true | |
| addimportant=false | |
| allowrecommends=false | |
| # cleans up apt cache inside the image | |
| cleanup=true | |
| # still needed now that RPi Foundation repo has a keyring as it | |
| # prevents multistrap from trying to install the keyring package | |
| # into the host, which does not seem to work properly. | |
| noauth=true | |
| # extract all downloaded archives | |
| unpack=true | |
| # normally multistrap would run the pre/post scripts itself | |
| # if run on a native arch (eg if you build on an rpi.) | |
| # since we will run them manually, disable this behaviour. | |
| ignorenativearch=true | |
| # debootstrap determines which repository is used to | |
| # calculate the list of Priority: required packages | |
| debootstrap=Raspbian Foundation | |
| # aptsources is a list of sections to be listed | |
| # in the /etc/apt/sources.list.d/multistrap.sources.list | |
| # of the target. | |
| aptsources=Raspbian Foundation | |
| [Raspbian] | |
| source=http://mirrordirector.raspbian.org/raspbian | |
| keyring=raspbian-archive-keyring | |
| suite=stretch | |
| # these packages are required for the image to even build | |
| packages=base-files base-passwd bash coreutils dash debianutils diffutils dpkg | |
| packages=findutils grep gzip init libc-bin login mount sed tar util-linux cpio | |
| packages=ncurses-base | |
| #packages=libfakeroot libfakechroot | |
| # customize the image here | |
| packages=systemd udev kmod apt net-tools wpasupplicant crda | |
| # dependencies for qt | |
| packages=libpng12-0 libicu57 libglib2.0-0 libmtdev1 libts-0.0-0 libfontconfig1 libfreetype6 libssl1.0.2 | |
| # dependencies for gstreamer | |
| packages=liborc-0.4-0 libasound2 libmpg123-0 libvorbisenc2 libflac8 libjpeg62-turbo libxml2 libsoup2.4-1 | |
| # dependencies for rygel | |
| packages=libgee-0.8-2 libtiff5 libgdk-pixbuf2.0-0 libmediaart-2.0-0 | |
| [Foundation] | |
| source=http://archive.raspberrypi.org/debian | |
| keyring=raspberrypi-archive-keyring | |
| suite=stretch | |
| packages=libraspberrypi0 firmware-brcm80211 | |
| # optional repositories. add them to "debootstrap" and "aptsources" in the [General] | |
| # section above if you want them. | |
| [Mono] | |
| source=http://download.mono-project.com/repo/debian | |
| suite=raspbianstretch | |
| sections=main | |
| packages=mono-runtime |