1.5.1/2 release
NetBSD/iBook
    More disk
  Machine Types
  Dual boot
  Versions
  Bootable CDROM
    Burning
    booting
Trial
Use Upgrade option
Preparation
  Partition (MacOS)
  NetBSD stuff on HFS
boot (netbsd.ram.gz)
  Open Firmware
  hfsboot
shell
  Getting Media
    CDROM
    Network
  disklabel wd0
  newfs
  mount
  tar
  pax
  replace kernel
  MAKEDEV
  /etc/fstab
Booting
  boot (Open Firmware)
  Permanent setup in OF
  /etc/rcconf
  Hot Keys
Other Sources
  links
  Error Messages
      netbsd: No such ..
      No response
      SIOCGIFFLAGS gm0: Device not ..
      TERM environment variable ..

/etc/rcconf

After you booted from the stuff just installed, system comes up to the point, asking what shell you will use.

Normally type return to get sh (Bourn shell) working.

You may need to say mount -a to mount the filesystems.

Just for example,

# mount -a
# TERM=xterm
# export TERM
# vi /etc/rc.conf

# echo my-nis-domain-name > /etc/defaultdomain
# echo 192.168.1.1 > /etc/mygate
# echo myhost      > /etc/myname
# echo inet myhost netmask 0xffffff00 media autoselect > /etc/ifconfig.gm0
# cat > /etc/resolv.conf
nameserver 192.168.1.2
domain     your.domain
^D

The files you may need to change are listed at http://www.ki.nu/software/NetBSD/macppc/after-sysinst.shtml
(seems a little bit out-of-date list, though.)

Last Update: Sat, 04 May 2019 00:45:20 GMT 1.66 2008/03/08