summaryrefslogtreecommitdiff
path: root/build_stage4.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_stage4.sh')
-rwxr-xr-xbuild_stage4.sh58
1 files changed, 25 insertions, 33 deletions
diff --git a/build_stage4.sh b/build_stage4.sh
index 40c1adb..ea4f7d7 100755
--- a/build_stage4.sh
+++ b/build_stage4.sh
@@ -9,10 +9,33 @@
# to the $STAGE4_PACKAGES to speed up rebuild of the state of the stage 4
# system in case of destroying it.
-PACKAGES=""
+PACKAGES="iana-etc filesystem linux-api-headers tzdata
+ncurses readline bash joe nano vi
+attr acl m4 gmp gdbm db perl openssl
+libunistring gettext perl-locale-gettext help2man
+autoconf
+"
+
+#~ stage2:
+#~ PACKAGES="
+#~
+#~
+#~ automake perl-error pcre2 git libtool
+#~ zlib pambase cracklib libtirpc flex pam libcap coreutils
+#~ util-linux pkg-config e2fsprogs expat bzip2 lz4 xz pcre less gzip
+#~ tar libarchive curl
+#~ pacman-mirrorlist archlinux-keyring archlinux32-keyring pacman
+#~ elfutils sed texinfo grep findutils file diffutils ed patch
+#~ fakeroot
+#~ kbd procps-ng bison shadow
+#~ inetutils bc kmod linux uinit nasm
+#~ net-tools libmnl libnfnetlink iptables iproute2
+#~ libedit openssh
+#~ make mpfr gawk libmpc binutils gcc glibc
+#~ libunwind strace gdb
+#~ "
# Archlinux base, base-devel groups
-#~ bash
#~ bzip2
#~ coreutils
#~ cryptsetup
@@ -21,12 +44,10 @@ PACKAGES=""
#~ diffutils
#~ e2fsprogs
#~ file
-#~ filesystem
#~ findutils
#~ gawk
#~ gcc-libs
#~ gcc-libs
-#~ gettext
#~ glibc
#~ grep
#~ gzip
@@ -42,12 +63,10 @@ PACKAGES=""
#~ man-db
#~ man-pages
#~ mdadm
-#~ nano
#~ netctl
#~ pacman
#~ pciutils
#~ pcmciautils
-#~ perl
#~ procps-ng
#~ psmisc
#~ reiserfsprogs
@@ -60,14 +79,11 @@ PACKAGES=""
#~ texinfo
#~ usbutils
#~ util-linux
-#~ vi
#~ which
#~ xfsprogs
-#~ autoconf
#~ automake
#~ binutils
-#~ binutils
#~ bison
#~ fakeroot
#~ file
@@ -75,14 +91,11 @@ PACKAGES=""
#~ flex
#~ gawk
#~ gcc
-#~ gcc
#~ gettext
#~ grep
#~ groff
#~ gzip
#~ libtool
-#~ libtool
-#~ m4
#~ make
#~ pacman
#~ patch
@@ -94,27 +107,6 @@ PACKAGES=""
#~ util-linux
#~ which
-#~ stage2:
-#~ PACKAGES="bash
-#~ iana-etc filesystem linux-api-headers tzdata
-#~ ncurses readline joe
-#~ attr acl m4 gmp gdbm db perl openssl
-#~ libunistring gettext perl-locale-gettext help2man
-#~ autoconf automake perl-error pcre2 git libtool
-#~ zlib pambase cracklib libtirpc flex pam libcap coreutils
-#~ util-linux pkg-config e2fsprogs expat bzip2 lz4 xz pcre less gzip
-#~ tar libarchive curl
-#~ pacman-mirrorlist archlinux-keyring archlinux32-keyring pacman
-#~ elfutils sed texinfo grep findutils file diffutils ed patch
-#~ fakeroot
-#~ kbd procps-ng bison shadow
-#~ inetutils bc kmod linux uinit nasm
-#~ net-tools libmnl libnfnetlink iptables iproute2
-#~ libedit openssh
-#~ make mpfr gawk libmpc binutils gcc glibc
-#~ libunwind strace gdb
-#~ "
-
for p in $PACKAGES; do
"$SCRIPT_DIR/build_stage4_package.sh" "$p" || exit 1
done