- Timestamp:
- May 25, 2010, 5:36:30 PM (15 years ago)
- Location:
- 2.0/nanobsd/nanobsd/files/tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2.0/nanobsd/nanobsd/files/tools/updatep1
r8034 r8035 52 52 fsck_ffs -n /dev/${NANO_DRIVE}s1a 53 53 54 # Special foo needed to allow MBR updates on mounted drive 55 sysctl kern.geom.debugflags=0x10 54 56 echo "a 1" | fdisk -f - ${NANO_DRIVE} 55 57 boot0cfg -s 1 -v ${NANO_DRIVE} -
2.0/nanobsd/nanobsd/files/tools/updatep2
r8034 r8035 60 60 trap 1 2 15 EXIT 61 61 62 # Special foo needed to allow MBR updates on mounted drive 63 sysctl kern.geom.debugflags=0x10 62 64 echo "a 2" | fdisk -f - ${NANO_DRIVE} 63 65 boot0cfg -s 2 -v ${NANO_DRIVE}
Note:
See TracChangeset
for help on using the changeset viewer.