Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/atari/miniroot Pullup 1.8, 1.10, 1.11 [leo]:
details: https://anonhg.NetBSD.org/src/rev/7b063102f410
branches: netbsd-1-5
changeset: 490234:7b063102f410
user: tv <tv%NetBSD.org@localhost>
date: Tue Nov 14 16:18:34 2000 +0000
description:
Pullup 1.8, 1.10, 1.11 [leo]:
1.11:
- Use relative paths in the CRUNCHSPECIAL directives. This fixes miniroot
builds that are not rooted in /usr/src
- Strip all but the ftp services from etc/services on the miniroot. This
gives just enough air to make the install work without ENOSPC errors...
1.10:
Fix a comment that was way out of line...
1.8 :
Remove MAKEDEV.local, we don't need it after creating the devices. Feable
attempt #1 to gain space :-(
diffstat:
distrib/atari/miniroot/list | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diffs (37 lines):
diff -r 634ab15dd6e0 -r 7b063102f410 distrib/atari/miniroot/list
--- a/distrib/atari/miniroot/list Tue Nov 14 16:13:07 2000 +0000
+++ b/distrib/atari/miniroot/list Tue Nov 14 16:18:34 2000 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: list,v 1.7.10.1 2000/08/29 08:37:08 leo Exp $
+# $NetBSD: list,v 1.7.10.2 2000/11/14 16:18:34 tv Exp $
-# Usage of libhack.o reduces the instbin-size with approx. 64MB!
+# Usage of libhack.o reduces the instbin-size with approx. 64KB!
LIBS libhack.o
# Atari extra's
@@ -15,14 +15,14 @@
ARGVLINK mount_msdos msdos
# crunchgen source directory specials
-CRUNCHSPECIAL ahdilabel srcdir /usr/src/sys/arch/atari/stand/ahdilabel/
-CRUNCHSPECIAL loadkmap srcdir /usr/src/sys/arch/atari/stand/loadkmap/
+CRUNCHSPECIAL ahdilabel srcdir sys/arch/atari/stand/ahdilabel/
+CRUNCHSPECIAL loadkmap srcdir sys/arch/atari/stand/loadkmap/
# copy the MAKEDEV script and make some devices
COPY ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV
COPY ${DESTDIR}/dev/MAKEDEV.local dev/MAKEDEV.local
SPECIAL cd dev; sh MAKEDEV floppy
-SPECIAL /bin/rm dev/MAKEDEV
+SPECIAL /bin/rm dev/MAKEDEV dev/MAKEDEV.local
# various files that we need in /etc for the install
COPY ${ARCHDIR}/disktab.shadow etc/disktab.shadow
@@ -47,3 +47,6 @@
# remove the /usr/share/zoneinfo directory, so the installation script
# can determine that the atari install does not support it.
SPECIAL rmdir usr/share/zoneinfo
+
+# strip /etc/services - not enough space... (leaves ftp in).
+SPECIAL grep ftp ${DESTDIR}/etc/services > etc/services
Home |
Main Index |
Thread Index |
Old Index