From 5f4519e488277edef613f2ee1d4b1dd2773f7870 Mon Sep 17 00:00:00 2001 From: parazyd Date: Wed, 20 Apr 2016 14:54:17 +0200 Subject: [PATCH] support for custom .deb packages --- arm/README.md | 4 ++++ arm/extra/pkginclude/README.md | 6 ++++++ arm/profiles/common-devuan | 12 +++++++++++- 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 arm/extra/pkginclude/README.md diff --git a/arm/README.md b/arm/README.md index e5399d9..519ba88 100644 --- a/arm/README.md +++ b/arm/README.md @@ -6,6 +6,10 @@ **ARM64**: `https://pub.parazyd.cf/mirror/gcc-linaro-aarch64-linux-gnu-4.9.txz` SHA256sums are available by downloading $filename.sha +## Custom packages +In `extra/pkginclude` you can place any .deb packages and they will get pulled +by the script. Remember to use the correct architecture + ## qemu-wrapper For certain devices, you will want to pass arguments to qemu, such as the cpu model. To enable this, you will have to modify and compile qemu-wrapper.c with: diff --git a/arm/extra/pkginclude/README.md b/arm/extra/pkginclude/README.md new file mode 100644 index 0000000..a779f6b --- /dev/null +++ b/arm/extra/pkginclude/README.md @@ -0,0 +1,6 @@ +# pkginclude + +This is a directory where you can place any extra .deb packages that are not +included in the official repositories. + +Remember to use the correct architecture. diff --git a/arm/profiles/common-devuan b/arm/profiles/common-devuan index c0220ba..e3fea04 100644 --- a/arm/profiles/common-devuan +++ b/arm/profiles/common-devuan @@ -127,7 +127,8 @@ EOF write-sources-list() { fn write-sources-list - cat <