mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
This commit is contained in:
parent
545ed21a78
commit
4c1ca03b46
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue