mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-17 15:27:36 +00:00
Enable root mounting from mmc/sd card.
This commit is contained in:
parent
55f8a4bb1b
commit
c34625f7b7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282045
@ -72,8 +72,8 @@ options WITNESS # Enable checks to detect deadlocks and cycles
|
||||
options WITNESS_SKIPSPIN # Don't run witness on spinlocks for speed
|
||||
options DIAGNOSTIC
|
||||
|
||||
# Boot device is 2nd slice on USB
|
||||
options ROOTDEVNAME=\"ufs:/dev/da0s2\"
|
||||
# Root mount from MMC/SD card
|
||||
options ROOTDEVNAME=\"ufs:/dev/mmcsd0\"
|
||||
|
||||
# MMC/SD/SDIO Card slot support
|
||||
device mmc # mmc/sd bus
|
||||
|
Loading…
Reference in New Issue
Block a user