Changes between Version 27 and Version 28 of NanoBSD
- Timestamp:
- Jun 18, 2009, 10:19:16 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NanoBSD
v27 v28 62 62 }}} 63 63 (giving {{{/dev/da0}}} is your compact flash entry 64 a. Existing image: Put partial image on slice 64 a. Existing image: Put partial image on slice (slice 2) 65 65 {{{ 66 $ dd bs=64k if=/usr/obj/nanobsd.wleiden/_.disk.image of=/dev/da0s [12]66 $ dd bs=64k if=/usr/obj/nanobsd.wleiden/_.disk.image of=/dev/da0s2 67 67 }}} 68 68 a. Existing image remote update (slice 2) 69 69 {{{ 70 $ gzip -c /usr/obj/nanobsd.wleiden/_.disk.image | ssh root@1 0.42.0.1'gzip | sh /tools/updatep2'70 $ gzip -c /usr/obj/nanobsd.wleiden/_.disk.image | ssh root@192.168.4.100 'gzip | sh /tools/updatep2' 71 71 }}} 72 72 1. All done! Place the image in the new machine and boot it up, you should be good to go!