diff options
author | imp <imp@FreeBSD.org> | 2016-01-26 18:39:31 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2016-01-26 18:39:31 +0000 |
commit | 1def741dc225d64b4a5b9f6ef7a3fb0b865294f5 (patch) | |
tree | 19e72b632dc77956313f94942c81edee6942150f /tools | |
parent | 19f104028738505031cf8b086c2c28575105709f (diff) | |
download | FreeBSD-src-1def741dc225d64b4a5b9f6ef7a3fb0b865294f5.zip FreeBSD-src-1def741dc225d64b4a5b9f6ef7a3fb0b865294f5.tar.gz |
Default NANO_DRIVE to ada0 not ad0. This shouldn't affect working
configs (since they'd have to change NANO_DRIVE to be ada0 to work),
but will fix old ones that used to work.
MFC After: 1 week
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/tools/nanobsd/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tools/nanobsd/defaults.sh b/tools/tools/nanobsd/defaults.sh index 3534ba2..8084bfa 100755 --- a/tools/tools/nanobsd/defaults.sh +++ b/tools/tools/nanobsd/defaults.sh @@ -93,7 +93,7 @@ NANO_LATE_CUSTOMIZE="" NANO_NEWFS="-b 4096 -f 512 -i 8192 -U" # The drive name of the media at runtime -NANO_DRIVE=ad0 +NANO_DRIVE=ada0 # Target media size in 512 bytes sectors NANO_MEDIASIZE=2000000 |