Home | History | Annotate | Download | only in ramdisk
History log of /src/distrib/sparc/ramdisk/list
RevisionDateAuthorComments
 1.19  09-Jun-2009  he Add -lprop to the ramdisk build, so that it builds again, due to
recent changes in newfs. Bump the ramdisk size from 1536 to 1800
blocks as a consequence.
 1.18  26-Jun-2002  grant branches: 1.18.32;
add comment and fix whitespace.
 1.17  13-Apr-2002  lukem consistency cleanup
 1.16  11-Mar-2002  lukem - convert to New Distrib World Order, which allows this directory to be
cross-built without root privileges. (tested i386->sparc cross-build).
- remove now-unused cruft

XXX: there's still other parts of distrib/sparc that need fixing.
 1.15  05-Nov-2000  pk Add `eject'.
 1.14  30-Oct-2000  pk Remove mount(8) since we can use the fs-specific versions directly.
Add umount(8) (scaled-down version).
Add reboot/halt.
 1.13  20-Oct-2000  pk Boot from floppy now requires two disk images:
- a bootable bootfs which contains a spartan md-based `ramdisk'
filesystem, which loads the tar file image:
- instfs, which is constructed from the miniroot filesystem
and contains all installation utilities.

The current miniroot image also supersedes the former separate
{bootfs,ramdisk}.sysinst tools.
 1.12  07-Jun-2000  thorpej branches: 1.12.2;
Need /etc/netconfig.
 1.11  23-Nov-1999  simonb Remove update from the miniroot lists.
 1.10  09-Nov-1999  pk Pull in the IPSECless version of ping.
 1.9  27-Jun-1999  mrg branches: 1.9.4;
miniroot changes:
install.sub:
- fix interface grovelling, ifmedia support, allow ifmedia and link
to have a "none" (-> "") answer (which lets you give nothing when
a default answer is given)
- allow installing more than one set at a time, including "all" as
a synonym for all remaining sets
- mount -o async when extracting sets
makeconf.awk:
- put default "libs" section at the end rather than the start, so
you can put other "libs" in before this list
- minor cleanup

mtree.conf:
- create /kern

sparc install.md:
- MDSETS are now "kern xbase xcomp xcontrib xfont xserver"
- use /kern & kernfs (replaces dmesg)
- replace grep & cut pipe lines with sed
- replace grep hackery with sed hackery
- grep and cut are no longer required! yay!
- deal with no /usr/bin/vi -- call disklabel -i
- in md_copy_kern() link the netbsd.GENERIC we got from the kern set,
rather than the miniroot kernel
sparc miniroot list:
- no more dmesg, cut or grep

sparc ramdisk changes:
Makefile:
- `ramdiskbin.conf' is now generated by makeconf.awk
- don't use libhack's opendir, it breaks
dot.profile:
- don't assume terminal is `sun'
- set EDITOR=ed
-
list:
- instbin -> ramdiskbin to make `makeconf.awk' work
- CRUNCHSPECIAL those special dirs
- add our LIBS as necessary

libhack changes:
- if NOLIBHACKOPENDIR is set, don't build opendir.o
 1.8  08-Apr-1999  pk - add more i-nodes to ramdisk image
- make ramdisk/list work again with object directories
- make OS revision part of the images file names (like miniroot).
 1.7  10-Jan-1999  mrg branches: 1.7.2; 1.7.4;
- share more with the miniroot
- don't use sysinst yet, it's not ready for the sparc, go back to
the old miniroot install programs.

- add these programs:
- pppd (nice to install from an SS2 with local floppy & modem only)
- bzip2 (media may be bz2'ed in the RFSN future)
- edlabel (much ligher weight than disklabel)
- expr (miniroot)
- hostname (miniroot)
- netstat (miniroot)
- sort (miniroot)

- remove these programs:
- tset (not used)
- strings (too big now)
- slattach (who uses slip these days, *really* ? see pppd addition)
- disklabel (see edlabel addition)
- shutdown (have reboot/halt already)
- sysinst (not using it yet)

- grow the install filesystem a bit more, to facilitate the new programs.

- use gordons libhack stuff, to reduce the size of the install binary.
- don't need /etc/master.passwd or the {s,}pwd.db files anymore!

- clean up dot.profile a bit.
 1.6  21-Jun-1998  mrg move distrib/sparc/floppies/* into distrib/sparc, so that the boot image
can be accessed for cdrom systems. rename "bootfloppy" to "bootfs" as it
is used for cdroms, not just floppies :) adjust paths as necessary for
this merge.

--- done via repository copy.
 1.5  20-Jun-1998  mrg add link for tar/cpio, fix mount_mfs, and add kernfs
 1.4  20-Jun-1998  mrg add mount_mfs, getopt, use the src MAKEDEV and disktab files. ln less more
 1.3  09-Jun-1998  mrg add /usr/sbin/update, sun, xterm, and tvi925 termcaps, and a disktab.preinstall file.
 1.2  06-Jun-1998  mrg rename INSTALL FLOPPY. add tset.
 1.1  06-Jun-1998  mrg branches: 1.1.1;
Initial revision
 1.1.1.1  06-Jun-1998  mrg bootable floppy support for NetBSD/sparc, based on some i386 stuff
 1.7.4.3  03-Jun-2000  he Apply patch (requested by he):
Make the "ramdisk" devices, not the "floppy" devices.
 1.7.4.2  01-Jul-1999  perry pullup 1.8->1.9 (mrg)
 1.7.4.1  08-Apr-1999  pk Pull up rev. 1.8 from trunk.
 1.7.2.2  25-Jan-1999  cgd pull up revs 1.1-1.7 from trunk (new file), plus a patch to adjust for
features not present in 1.3.x. (mrg)
 1.7.2.1  10-Jan-1999  cgd file list was added on branch netbsd-1-3 on 1999-01-25 06:22:32 +0000
 1.9.4.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.12.2.3  09-Nov-2000  tv Pullup 1.15 [pk]:
Add `eject'.
 1.12.2.2  01-Nov-2000  tv Pull up 1.14 fully [pk]:
Remove mount(8) since we can use the fs-specific versions directly.
Add umount(8) (scaled-down version).
Add reboot/halt.
 1.12.2.1  19-Oct-2000  tv Commit by patch [pk]:
- boot floppy image out of space: use a two disk system
- update INSTALL kernel
- updates/fixes to miniroot image
- support for building CD image
- update installation doc
 1.18.32.1  05-Oct-2008  mjf Sync with HEAD.

RSS XML Feed