Skip to content
  • Mike Hibler's avatar
    <cdrom> is the CD-ROM filesystem that winds up in the .iso · f90deda0
    Mike Hibler authored
            (~stoller/dga.cdrom)
    <image> is the disk filesystem that winds up imagezipped
            (pc16's disk)
    <floppy> is the floppy image for the CD-ROM
            (~stoller/dga.cdrom/floppies/boot.flp)
    ===========
    
    <cdrom>/etc/rc.cdroot:
            Add "-c 16" to mount_mfs commands to get rid of warning message.
    
    <cdrom>/usr/site/sbin/register.pl
            Added "showprogress" which, when set, will do more verbose
            output from wget and imageunzip.  Added more "be patient" messages,
            they now use a common string.  Warn about kernel messages when
            creating tmp filesystem.  Use installed emulab.net, not Leigh's
            development tree.  Get "Dance with Netbed" prompt off same line
            as "starting local daemons..."
    
    <cdrom>/usr/site/sbin/waipconfig.pl
            Change WhichRawDisk to use non-'r' special files, there is no
            distinct raw device interface anymore.  Also add ATAPI RAID to
            the list to try.  Default netmask to 255.255.255.0.
            Split-off initial install path some so that we can introduce
            prompts which don't time out (like, "are you sure you want to
            do this?").  rawbootdisk becomes netbed_disk in the rc.conf.local,
            also add and writeout netbsd_IP for use in the register.pl
            script (which doesn't use it yet).
    
    <image>/etc/ntp.conf:
            Change "remote peers" (servers) to utah.ron and mit.ron
    
    <image>/var:
            Cleaned out logfiles and other cruft.  Logfiles had a little too
            much info in them for my tastes (hostnames, IPs, users...)
    
    <floppy>/boot/loader:
            Fixed "Aborted" error message
    f90deda0