Changes between Version 21 and Version 22 of FreeBSDOnEmbeddedDevice


Ignore:
Timestamp:
02/02/12 11:38:48 (12 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FreeBSDOnEmbeddedDevice

    v21 v22  
    169169
    170170
     171
     172Make any other optional changes before first boot inside chroot(8):
     173chroot# vi /etc/rc.conf
     174
     175chroot# exit
     176build# umount /mnt
     177
    171178= Production Maintenance =
    172179
     
    176183node# setenv PKG_TMPDIR /usr/local/tmp
    177184node# pkg_add -r -t /usr/local/tmp/instmp.XXXXXX apache22
    178 
    179 Make any other optional changes before first boot inside chroot(8):
    180 chroot# vi /etc/rc.conf
    181 
    182 chroot# exit
    183 build# umount /mnt