diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2006-04-19 18:22:18 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2006-04-19 18:22:18 +0000 |
| commit | b726f67555e6ade24199da8b3e9224a2ad64f77d (patch) | |
| tree | 050cd12ce9b856ffe85a26ba7cb33b827332ac9d /tools | |
| parent | 52511b60357f81d07958610d4ae355a346bcc2c0 (diff) | |
Notes
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/tools/nanobsd/FlashDevice.sub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/FlashDevice.sub b/tools/tools/nanobsd/FlashDevice.sub index 003a7c1d0391..d09443e4c322 100644 --- a/tools/tools/nanobsd/FlashDevice.sub +++ b/tools/tools/nanobsd/FlashDevice.sub @@ -139,7 +139,7 @@ sub_FlashDevice () { esac ;; transcend) - case 2 in + case $2 in dom064m) NANO_MEDIASIZE=125184 NANO_HEADS=4 |
