update svn script

This commit is contained in:
Tobias Powalowski 2020-07-18 15:58:43 +02:00
parent ff379bcdbc
commit 8c4df15701
2 changed files with 4 additions and 6 deletions

View file

@ -1,12 +1,12 @@
#!/usr/bin/env bash
### general setup stuff
SVNSETUP="svn://svn.archlinux.org/packages/"
BASE=""
BASE="base linux"
DEVEL=""
SUPPORT=""
SUPPORT_ADDITION="fuse ntfs-3g dhcp f2fs-tools mtools efitools lockdown-ms gc guile libatomic_ops libaio intel-ucode unixodbc libnftnl libmnl tcl libcap-ng fuse2 fuse3 libnfnetlink libnetfilter_conntrack libcroco libxml2 nftables python python2"
# generate base
for i in $(pacman -Sg base | sed -e "s/base//g"); do
for i in $(expac -S '%D' base); do
BASE="$BASE $(echo $i)"
done
# generate base-devel
@ -25,4 +25,5 @@ cd support; for i in $SUPPORT; do svn up $i; sleep 2; done; cd ..
# cleanup devel from base packages
for i in base/*; do
[[ -d devel/$(basename $i) ]] && rm -r devel/$(basename $i)
[[ -d support/$(basename $i) ]] && rm -r support/$(basename $i)
done

View file

@ -1,7 +1,7 @@
Archboot Guide
June, 26th 2018
July, 18th 2020
Tobias Powalowski <tpowa@archlinux.org>
@ -371,9 +371,6 @@ Common Installation Procedure
dhcpcd or dhclient
Add if your machine is a DHCP client.
isdn4k-utils
Add if you use ISDN for dialup.
ppp
Add if you use an analog modem for dialup.