[arch-projects] [DEVTOOLS][PATCH 1/3] archbuild: only use base-devel to new chroot

Sébastien Luttringer seblu at seblu.net
Wed Mar 13 22:55:39 EDT 2013


Since TODO [1] which state:
It would be good for base-devel to install everything needed for a build chroot
we can remove base and sudo

[1] https://www.archlinux.org/todo/add-more-to-base-devel/

Signed-off-by: Sébastien Luttringer <seblu at seblu.net>
---
 archbuild.in     | 2 +-
 makechrootpkg.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/archbuild.in b/archbuild.in
index 4054de7..9f9633c 100644
--- a/archbuild.in
+++ b/archbuild.in
@@ -2,7 +2,7 @@
 
 m4_include(lib/common.sh)
 
-base_packages=(base base-devel sudo)
+base_packages=(base-devel)
 makechrootpkg_args=(-c -n)
 
 cmd="${0##*/}"
diff --git a/makechrootpkg.in b/makechrootpkg.in
index 08c76a8..a8e8ed9 100644
--- a/makechrootpkg.in
+++ b/makechrootpkg.in
@@ -41,7 +41,7 @@ usage() {
 	echo ''
 	echo 'The chroot "root" directory must be created via the following'
 	echo 'command:'
-	echo '    mkarchroot <chrootdir>/root base base-devel sudo'
+	echo '    mkarchroot <chrootdir>/root base-devel'
 	echo ''
 	echo "Default makepkg args: $makepkg_args"
 	echo ''
-- 
Sébastien "Seblu" Luttringer



More information about the arch-projects mailing list