Move the root to s3a given this kernel will be used with a nanobsd

build that defaults there.
This commit is contained in:
Warner Losh 2015-11-12 17:46:57 +00:00
parent 1f66462968
commit 309c88ebab
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290722

View File

@ -105,7 +105,7 @@ options PRINTF_BUFR_SIZE=128 # Prevent printf output being interspersed.
# alternatively, boot from a MMC/SD memory card
# s1 is FAT on this platform.
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s2a\"
options ROOTDEVNAME=\"ufs:/dev/mmcsd0s3a\"
# Alternatively, boot from a USB card.
#options ROOTDEVNAME=\"ufs:/dev/da0s1a\"