• *************************

  • Fix /etc/fstab:

    Then check in the updated version of /etc/fstab: Afterwards you should see:

    --- fstab       2005/07/08 15:31:01     1.22
    +++ fstab       2005/07/11 03:17:28
    @@ -1,7 +1,7 @@
     # $Id: newsystem.html,v 1.11 2008/02/04 23:51:15 grog Exp grog $
     # Device               Mountpoint      FStype  Options         Dump    Pass#
     /dev/ad0s2b            none            swap    sw              0       0
    -/dev/ad0s2a            /               ufs     rw              1       1
    +/dev/ad0s1a            /               ufs     rw              1       1
     /dev/ad0s3h            /home           ufs     rw              1       2
     echunga:/cdrom         /cdrom          nfs     ro,noauto       0       0
     proc                   /proc           procfs  rw              0       0
    @@ -10,13 +10,13 @@
     echunga:/              /echunga        nfs     rw              0       0
     echunga:/home          /echunga/home   nfs     rw              0       0
     echunga:/src           /src            nfs     rw              0       0
    -linproc                        /compat/linux/proc  linprocfs   rw      0       0
    +# linproc                      /compat/linux/proc  linprocfs   rw      0       0
     /dev/ad2h              /dumpa          ufs     rw              0       2
     /dev/ad3s1h            /dumpb          ufs     rw              0       2
     echunga:/dump          /dump           nfs     rw              0       0
     # blackwater:/         /wantadilla     nfs     rw              0       0
     # blackwater:/home     /wantadilla/home  nfs   rw              0       0
     # blackwater:/dumpa    /dumpa          nfs     rw              0       0
    -/dev/ad0s1a            /destdir        ufs     rw              2       2
    +/dev/ad0s2a            /destdir        ufs     rw              2       2
     teevee:/               /teevee         nfs     rw,noauto       0       0
     teevee:/spool          /teevee/spool   nfs     rw,noauto       0       0
    
  • Check rc.conf: in particular, make sure that host name and IP don't conflict with any other system in the network. This won't happen if you're upgrading a system, but it could if you're cloning.

  • For the last time, check in the current RCS-controlled files:

    /home/Sysconfig/scripts/ciRCS
    
  • Create the RCS links, and check out those which won't be in the way:
    cd /home/Sysconfig/MasterRCS
    .  ../scripts/linkRCS
    .  ../scripts/coRCS
    
  • Make mount points for file systems in /etc/fstab:
    .  mkmounts
    
  • Remove any DESTDIR definition in the checked-out files.
  • Reboot.
  • New installation

    Reinstalling ports

    Current kludge, in /home/Sysconfig:
    awk < installed-ports '{printf ("cd %s; %s %s %s %s %s %s %s %s\n", $7, $8, $9, $10, $11, \
    $12, $13, $15, $15); }'|uniq > installports
    mailme sh installports
    

    After rebooting

    This is all wrong. To be fixed.

    Old stuff, probably useless

  • Get a recent FreeBSD version on /destdir hierarchy. Need to work out the best way to do this. Currently I copy a partition from another recent system.
  • Set DESTDIR globally: