tsutsui
d9d42379c6
Add "build.sh live-image" support for zaurus.
...
Tested on SL-C3000 and SL-C700.
See also PR/55075 for live-image with FAT partition support.
2020-03-21 14:24:12 +00:00
martin
a879768d74
PR install/54780: in the (of course totally unlikely) case that sysinst
...
should crash, run "stty sane".
2020-01-09 19:17:40 +00:00
christos
7e81d727bc
Consistently use ${RELEASEDIR}/${RELEASEMACHINE} instead of
...
${RELEASEDIR}/${MACHINE} (Paul Ripke)
2019-09-23 13:42:30 +00:00
martin
0e857c5e1f
Now that we do not force debug sets off install CDs any more, explicitly
...
set CDRELEASE_NODEBUG everywhere.
2018-09-28 15:05:19 +00:00
rin
dc26222726
Shrink ramdisk to fit INSTALL kernel within 5MB:
...
- drop shutdown
- replace disklabel, fsck_ffs, and newfs with stripped-down versions
2018-01-28 01:09:57 +00:00
rin
b765dc9992
Shrink the ramdisk of INSTALL kernel for zaurus in order to fit within 5MB.
...
Now free spaces of the main kernel and ramdisk are about 62KB and 215KB for
INSTALL, respectively.
OK christos
2017-02-08 20:11:18 +00:00
christos
009f8e31d2
+= for MAKEFS_FLAGS
2017-01-24 18:04:01 +00:00
matt
a4f27301cc
Adding -DNDEBUG saves about 5KB of text and disable asserts.
...
Adding -mthumb -mthumb-interwork, knowing this is Xscale which
has thumb, saves about 340KB of text.
2015-07-21 01:53:44 +00:00
martin
9497dabfdb
Backout previous - it is not that easy
2015-07-19 09:23:53 +00:00
martin
0e67954b15
Bump ram disk image size slightly
2015-07-17 19:32:48 +00:00
martin
56d11eee1a
Bump imagesize slightly
2014-08-04 20:20:39 +00:00
he
626b3edbd1
Bump the INSTALL ramdisk by 100k so that the contents fits again.
...
Approved by nonaka@
2013-06-28 19:24:28 +00:00
christos
6a8549c699
comment out a few more to make things fit again
2013-06-26 15:53:48 +00:00
nonaka
8be304c413
bump up ramdisk size.
2012-04-07 09:10:47 +00:00
tsutsui
8e1b1dc1f4
Build INSTALL_C700 ramdisk kernel and install into releasedir.
2012-02-02 16:02:44 +00:00
tron
df862fd957
Update location of "less" source directory to the build of various
...
install medias.
2011-07-03 23:11:31 +00:00
tsutsui
252725cf51
Build zauruscd.iso on build.sh iso-image target as other ports.
2011-05-29 17:19:31 +00:00
tsutsui
a633e5819e
Remove gnu/usr.bin from SRCDIRS. (no sources there)
2011-05-20 07:59:44 +00:00
tsutsui
8edbaaf3c0
Shrink ramdisk size to 2048KB.
2011-05-20 07:57:07 +00:00
tsutsui
ce1745ee16
- disable chio(1) and slattach(8)
...
- use x_ed (no crypt support) and x_gzip (no compress and bz2 support)
- add back mount_cd9660 for USB CD/DVD drives
2011-05-20 07:54:12 +00:00
tsutsui
08517f99c8
Specify DGB=-Os to make libhack a bit smaller.
2011-05-06 18:33:59 +00:00
tsutsui
dc9f645f7e
Use /sbin/dmesg directly rather than kernfs and /kern/msgbuf as other ports.
2011-05-06 18:32:59 +00:00
nonaka
28846998b3
Reduce kernel size.
...
Tested on SL-C1000.
Fix PR/44898.
2011-05-05 09:07:59 +00:00
tsutsui
7e57c1a44f
Adjust file lists for recent move:
...
usr/sbin/chown -> sbin/chown
usr/bin/chgrp -> bin/chgrp
2011-01-14 10:26:28 +00:00
nonaka
d7edcabe41
change baud rate.
2010-03-14 12:36:32 +00:00
roy
0adc6cef21
Remove terminfo.db as it's now embedded in libterminfo.
2010-02-11 09:06:47 +00:00
roy
bb3a353864
Use the rescue terminfo.db in our images instead of termcap.
2010-02-05 10:01:16 +00:00
abs
2108b54359
34 different termcap subsets, plus a couple of ports still using
...
the full termcap distfile. In an attempt to reduce the madness
switch everyone (except the i386 cd install which does its own
thing) to the same (under 8K) termcap subset:
ansi ansi/pc-term compatible with color
dumb|unknown 80-column dumb tty
hp300h HP Catseye console
iris-ansi-ap IRIS ANSI in application-keypad mode
iris-ansi|iris-ansi-net IRIS emulating 40 line ANSI terminal (almost VT100)
sun|sun1|sun2|sun-il Sun Microsystems Inc. console with working insert-line
vt100|vt100-am DEC VT100 (w/advanced video)
vt220-8 DEC VT220 8 bit terminal
vt220|vt200|vt300 DEC VT220 in vt100 emulation mode
wsvt25 NetBSD wscons in 25 line DEC VT220 mode
wsvt25m NetBSD wscons in 25 line DEC VT220 mode with Meta
x68k|x68k-ite NetBSD/x68k ITE
xterm|vs100 xterm terminal emulator (X Window System)
Trying to provide similar functionality across all ports? It'll never
catch on...
2009-09-20 23:19:50 +00:00
abs
2383b0ce8e
Ten identical list.inet6 files, or one common/list.inet6?
...
Not a difficult choice.
2009-09-20 22:50:50 +00:00
abs
bdf4da2bba
Nothing needs disktab anymore, so we'd rather have an inode and
...
slightly over 1K of space on install media...
2009-09-20 22:46:10 +00:00
abs
6f653b39ef
${NETBSDSRCDIR}/distrib/common/protocols => ${DISTRIBDIR}/common/protocols
...
${NETBSDSRCDIR}/distrib/common/services => ${DISTRIBDIR}/common/services
2009-09-20 19:49:07 +00:00
abs
5edb620617
Alas poor dot.hdprofile. I knew him... not at all Horatio. (Remove)
2009-09-20 19:29:24 +00:00
abs
7fb2fc21e2
Of the arious list files 28 said
...
PROG usr/bin/gzip usr/bin/gzcat usr/bin/gunzip
while 14 picked
PROG usr/bin/gzip usr/bin/gunzip usr/bin/gzcat
Make them all choose the former. No functional change.
2009-09-18 10:49:08 +00:00
tsutsui
1bdd710904
Fix indent on common/protocols changes.
2009-04-29 18:20:00 +00:00
joerg
4764c235e5
Change ramdisks from dhclient to dhcpcd and add corresponding glue to
...
sysinst. For amd64, the crunchgen binary shrinks by 150KB uncompresssed,
60KB compressed.
2009-04-07 11:49:16 +00:00
nonaka
832577f758
It is easy to use it if netbsd-INSTALL isn't gzip'ed.
2009-01-28 11:43:28 +00:00
nonaka
ccb4166baa
netbsd-INSTALL is copied to installation/kernel instead of binary/kernel.
2009-01-28 11:21:55 +00:00
abs
7a3d39395e
Use the cutdown distrib/common/services and distrib/common/protocols
...
rather than the full fat etc versions
2009-01-25 22:08:37 +00:00
dyoung
fdf6250eac
Add -lprop to the LIBS line so that ifconfig will link.
2008-05-06 15:32:06 +00:00
nonaka
ded7276f3f
- zaurus uses MBR
...
- Added fdisk to ramdisk
- increase ramdisk size
2008-04-10 15:45:29 +00:00
chris
a6421eb745
Add zaurus support to distrib, it's now possible to build a sysinst
...
enabled install kernel using the standard methods.
2008-03-31 23:59:06 +00:00