From a0f24fc9f22674a4297e5028ac6730d437e5a73d Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 26 Jan 2009 13:40:10 +0100 Subject: [PATCH] 'added ntfs-3g to svn' --- etc/archboot/allinone-lowmem.conf | 2 +- etc/archboot/allinone.conf | 2 +- etc/archboot/default-ftp-pxelinux.conf | 2 +- etc/archboot/default-ftp.conf | 2 +- etc/archboot/default-pxelinux.conf | 2 +- etc/archboot/default.conf | 2 +- etc/archboot/lowmem.conf | 2 +- usr/bin/archboot-svn.sh | 8 +++++--- 8 files changed, 12 insertions(+), 10 deletions(-) diff --git a/etc/archboot/allinone-lowmem.conf b/etc/archboot/allinone-lowmem.conf index a175f2e8c..e55333374 100644 --- a/etc/archboot/allinone-lowmem.conf +++ b/etc/archboot/allinone-lowmem.conf @@ -18,7 +18,7 @@ HOOKS="arch_core_install arch_installer arch_bootmessage_allinone arch_acpi arch SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="Nepal" +ARCHVERSION="Schlumpi" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/allinone.conf b/etc/archboot/allinone.conf index 2fda5a637..6cf6f04e2 100644 --- a/etc/archboot/allinone.conf +++ b/etc/archboot/allinone.conf @@ -17,7 +17,7 @@ HOOKS="arch_ftp_install arch_installer arch_bootmessage_allinone arch_tz arch_ke SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="Nepal" +ARCHVERSION="Schlumpi" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/default-ftp-pxelinux.conf b/etc/archboot/default-ftp-pxelinux.conf index 1c16130ae..a5d5a2162 100644 --- a/etc/archboot/default-ftp-pxelinux.conf +++ b/etc/archboot/default-ftp-pxelinux.conf @@ -17,7 +17,7 @@ HOOKS="arch_ftp_install arch_installer arch_tz arch_keymap arch_acpi arch_bootme SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="Nepal" +ARCHVERSION="Schlumpi" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/default-ftp.conf b/etc/archboot/default-ftp.conf index 4ed5a9631..5152083ab 100644 --- a/etc/archboot/default-ftp.conf +++ b/etc/archboot/default-ftp.conf @@ -17,7 +17,7 @@ HOOKS="arch_ftp_install arch_installer arch_tz arch_keymap arch_acpi arch_bootme SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="Nepal" +ARCHVERSION="Schlumpi" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/default-pxelinux.conf b/etc/archboot/default-pxelinux.conf index b7e59c652..7cdbaa4b1 100644 --- a/etc/archboot/default-pxelinux.conf +++ b/etc/archboot/default-pxelinux.conf @@ -17,7 +17,7 @@ HOOKS="arch_core_install arch_installer arch_tz arch_keymap arch_acpi arch_bootm SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="Nepal" +ARCHVERSION="Schlumpi" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/default.conf b/etc/archboot/default.conf index e8245c8ab..7ba9d675f 100644 --- a/etc/archboot/default.conf +++ b/etc/archboot/default.conf @@ -17,7 +17,7 @@ HOOKS="arch_core_install arch_installer arch_tz arch_keymap arch_acpi arch_bootm SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="Nepal" +ARCHVERSION="Schlumpi" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/etc/archboot/lowmem.conf b/etc/archboot/lowmem.conf index 2bf5a7bfc..7de59cca7 100644 --- a/etc/archboot/lowmem.conf +++ b/etc/archboot/lowmem.conf @@ -18,7 +18,7 @@ HOOKS="arch_core_install arch_installer arch_acpi arch_bootmessage arch_motd arc SVNSETUP="svn://archlinux.org/srv/svn-packages/" # name of the release -ARCHVERSION="Nepal" +ARCHVERSION="Schlumpi" ###### LOCAL SETUP # - only needed if you want to build custom install media diff --git a/usr/bin/archboot-svn.sh b/usr/bin/archboot-svn.sh index 0eedc8494..a972cdf40 100644 --- a/usr/bin/archboot-svn.sh +++ b/usr/bin/archboot-svn.sh @@ -1,17 +1,19 @@ #!/bin/sh ### general setup stuff SVNSETUP="svn://archlinux.org/srv/svn-packages/" -# generate base BASE="" +DEVEL="" +SUPPORT="" +# generate base for i in $(pacman -Sg base | sed -e "s/base//g"); do BASE="$BASE $(echo $i)" done # generate base-devel -DEVEL="" for i in $(pacman -Sg base-devel | sed -e "s/base-devel//g"); do DEVEL="$DEVEL $(echo $i)" done -SUPPORT="$(echo -n $(pacman -Ss | grep -e ^core | grep -v '(' | sed -e 's/\ .*/ /g' -e 's#core/##g'))" +# generate support, ntfs-3g is added additionally! +SUPPORT="$(echo -n $(pacman -Ss | grep -e ^core | grep -v '(' | sed -e 's/\ .*/ /g' -e 's#core/##g')) ntfs-3g" for i in base devel support; do mkdir $i svn co -N ${SVNSETUP} $i