From 8b6be0a8772aca86958e54642ee41e880fbe088f Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 1 Apr 2018 10:16:21 +0200 Subject: working on NBD root --- README | 2 +- build_stage4.sh | 3 ++- i486-stage4/ding-libs/DESCR | 2 ++ i486-stage4/gssproxy/DESCR | 3 +++ 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 i486-stage4/ding-libs/DESCR create mode 100644 i486-stage4/gssproxy/DESCR diff --git a/README b/README index 397b2b6..ac8f4e2 100644 --- a/README +++ b/README @@ -267,4 +267,4 @@ su cross ./prepare_stage4_repo.sh # Some testing is impossible to do in stage4: # - some python modules are virtually untestable due to excessive dependencies # e.g, python-packaging - +# - glibc tests run out of memory diff --git a/build_stage4.sh b/build_stage4.sh index 94bafa0..0bcfab7 100755 --- a/build_stage4.sh +++ b/build_stage4.sh @@ -77,7 +77,8 @@ jfsutils reiserfsprogs xfsprogs sysfsutils libaio boost thin-provisioning-tools lvm2 mpfr gawk libmpc binutils gcc glibc links licenses -nbd mkinitcpio-nfs-utils mkinitcpio-nbd atftp +nbd rpcbind ding-libs gssproxy nfs-utils +mkinitcpio-nfs-utils mkinitcpio-nbd atftp zip nspr gyp " diff --git a/i486-stage4/ding-libs/DESCR b/i486-stage4/ding-libs/DESCR new file mode 100644 index 0000000..7816a56 --- /dev/null +++ b/i486-stage4/ding-libs/DESCR @@ -0,0 +1,2 @@ +# remove openmpi +sed -i "/makedepends=/s/'doxygen'//" PKGBUILD diff --git a/i486-stage4/gssproxy/DESCR b/i486-stage4/gssproxy/DESCR new file mode 100644 index 0000000..0692411 --- /dev/null +++ b/i486-stage4/gssproxy/DESCR @@ -0,0 +1,3 @@ +# no developer documentation +sed -i "/makedepends=/s/'doxygen'//" PKGBUILD +sed -i "/makedepends=/s/'doxbook-xsl'//" PKGBUILD -- cgit v1.2.3-54-g00ecf