summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xstage127
-rwxr-xr-xstage22
2 files changed, 23 insertions, 6 deletions
diff --git a/stage1 b/stage1
index fe4b222..bda84c9 100755
--- a/stage1
+++ b/stage1
@@ -713,17 +713,34 @@ EOF
mkdirp $ROOTFS/stage2
+ # Might as well keep these sorted, so we can check them easier.
+
+ rsrpm bison
+ rsrpm chkconfig
rsrpm cpio
- rsrpm ncurses
rsrpm curl
- rsrpm m4
+ rsrpm db4
rsrpm flex
- rsrpm bison
- rsrpm texinfo
rsrpm gdb
- rsrpm nss-softokn
+ rsrpm gdbm
+ rsrpm gettext
+ rsrpm glib2
+ rsrpm libtool
+ rsrpm m4
+ rsrpm ncurses
rsrpm nspr
+ rsrpm nss
+ rsrpm nss-softokn
+ rsrpm openssl
+ rsrpm pcre
+ rsrpm perl
+ rsrpm pkgconfig
+ rsrpm popt
+ rsrpm pth
+ rsrpm readline
rsrpm rpm
+ rsrpm sqlite
+ rsrpm texinfo
cp $STAGE2 $ROOTFS/stage2/stage2
diff --git a/stage2 b/stage2
index 622e87a..09a2314 100755
--- a/stage2
+++ b/stage2
@@ -178,7 +178,7 @@ case "$1" in
# Packages built by stage1
binutils | gcc | glibc | kernel | x-loader | u-boot \
- | gmp | mpfr | mpc | ppl | cloog | libselinux | zlib \
+ | gmp | mpfr | libmpc | mpc | ppl | cloog | libselinux | zlib \
| bash | make | sed | coreutils | util-linux | tar | gzip \
| bzip2 | diffutils | findutils | gawk | patch | unzip | which | gz | grep )