Changeset 10799 in hybrid


Ignore:
Timestamp:
May 12, 2012, 6:54:43 PM (13 years ago)
Author:
rick
Message:

Quirck to ensure we are upgrading the right way.

Related-To: nodefactory:ticket:149

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-9.0/nanobsd/tools/image

    r10758 r10799  
    4444
    4545  ssh $host mount || exit 1
     46  # Hack to make sure we update the fstab the right way when converting from
     47  # 8.X-RELEASE to 9.X-RELEASE. ad0 naming changed to ada0.
     48  ssh $HOST 'echo NANO_DRIVE=ada0 > /etc/nanobsd.conf' || exit 1
    4649  cat $img | ssh $host /tools/update || exit 1
    4750  if $do_reboot; then
Note: See TracChangeset for help on using the changeset viewer.