index : bootstrap32 | |
Archlinux32 bootstrap scripts | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-28 20:31:49 +0100 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-01-28 20:31:49 +0100 |
commit | 7478bb7a8eaefdd53e26372810d8580b8509b0c7 (patch) | |
tree | 02ea71f8e08f809002e346e2aab6fea735a7a9ec /README | |
parent | 37be8f73669ddadf2259656f656af5f5c5bc39b9 (diff) |
-rw-r--r-- | README | 29 |
@@ -201,36 +201,7 @@ expat bzip2 lz4 xz pcre gzip libarchive curl \ file libmpc mpfr libmnl libelf libnfnetlink iptables \ libedit sysfsutils libidn" -# cross-compiling perl doesn't work in parallel -NOPARALLEL_PACKAGE="perl" -for p in $PACKAGES; do - - - - - - # redo the whole cache - rm -rf $STAGE1_CHROOT/var/cache/pacman/pkg/* - rm -rf $STAGE1_CHROOT/packages/i486/temp.db* - rm -rf $STAGE1_CHROOT/packages/i486/temp.files* - repo-add $STAGE1_CHROOT/packages/i486/temp.db.tar.gz $STAGE1_CHROOT/packages/i486/*pkg.tar.xz - - # incrementall add of new package (works once!) - repo-add -n $STAGE1_CHROOT/packages/i486/temp.db.tar.gz $STAGE1_CHROOT/packages/i486/*pkg.tar.xz - - # for util-linux also libutil-linux - sudo pacman --noconfirm --config $STAGE1_CHROOT/etc/pacman.conf -r $STAGE1_CHROOT -Syy $p - pacman --noconfirm --config $STAGE1_CHROOT/etc/pacman.conf -r $STAGE1_CHROOT -Q - - if test $p in $SYSROOT_PACKAGES; then - pushd $HOME/x-tools/i486-unknown-linux-gnu/i486-unknown-linux-gnu/sysroot - sudo bsdtar xvf $STAGE1_CHROOT/packages/i486/$p-*.pkg.tar.xz - popd - fi - - cd .. -done # special patches for some packages ################################### |