From 4c1ca03b46d7bf883e75fc1643d9ddfd2c35ec0b Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Tue, 26 Jan 2016 18:39:31 +0000 Subject: [PATCH] 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 --- tools/tools/nanobsd/defaults.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/nanobsd/defaults.sh b/tools/tools/nanobsd/defaults.sh index 3534ba248244..8084bfaf0fcb 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