Changeset 10799 in hybrid
- Timestamp:
- May 12, 2012, 6:54:43 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-9.0/nanobsd/tools/image
r10758 r10799 44 44 45 45 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 46 49 cat $img | ssh $host /tools/update || exit 1 47 50 if $do_reboot; then
Note:
See TracChangeset
for help on using the changeset viewer.