Make i386/ramdisks/common/list.ramdisk identical to

amd64/ramdisks/common/list.ramdisk.

Previously, the amd64 list.ramdisk used the small version of gzip from
distrib/utils/x_gzip, while the i386 list.ramdisk used the full version
of gzip built from usr.bin/gzip, and also used extra libraries needed to
make that work.  Now, they both use the small version.

The only other difference was in the order of some PROG lines.
This commit is contained in:
apb 2012-10-16 08:28:13 +00:00
parent 5d76c7eb78
commit 5adbdf645c

View File

@ -1,4 +1,4 @@
# $NetBSD: list.ramdisk,v 1.23 2012/08/15 16:49:09 riz Exp $
# $NetBSD: list.ramdisk,v 1.24 2012/10/16 08:28:13 apb Exp $
SRCDIRS external/bsd/less/bin
SRCDIRS bin sbin usr.bin usr.sbin libexec
@ -28,8 +28,8 @@ PROG sbin/ifconfig
PROG sbin/init
PROG sbin/mknod
PROG sbin/mount
PROG sbin/mount_ext2fs
PROG sbin/mount_cd9660
PROG sbin/mount_ext2fs
PROG sbin/mount_ffs
# PROG sbin/mount_kernfs
PROG sbin/mount_msdos
@ -56,6 +56,7 @@ PROG usr/bin/sed
PROG usr/sbin/chroot
SPECIAL gzip srcdir distrib/utils/x_gzip
SPECIAL ifconfig srcdir distrib/utils/x_ifconfig
SPECIAL ping srcdir distrib/utils/x_ping
SPECIAL route srcdir distrib/utils/x_route
@ -65,7 +66,7 @@ SPECIAL route srcdir distrib/utils/x_route
ARGVLN sh -sh
# libhack.o is built by Makefile & included Makefile.inc
LIBS libhack.o -lbz2 -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -llzma -lprop
LIBS libhack.o -ledit -lutil -lcurses -lterminfo -lrmt -lcrypt -ll -lm -lz -lprop
# various files that we need in /etc for the install
COPY ${NETBSDSRCDIR}/etc/group etc/group