mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
use commandline for kernel command line
This commit is contained in:
parent
edbdd1c15d
commit
01bb8f9ca3
2 changed files with 7 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
||||||
# This will make a target directory of ./matsonic
|
# This will make a target directory of ./matsonic
|
||||||
target matsonic
|
target matsonic
|
||||||
|
|
||||||
# WinFast 6300 MAX mainboard
|
# Matsonic MS7308E mainboard
|
||||||
mainboard matsonic/ms7308e
|
mainboard matsonic/ms7308e
|
||||||
|
|
||||||
# Enable Serial Console for debugging
|
# Enable Serial Console for debugging
|
||||||
|
@ -14,10 +14,11 @@ option UPDATE_MICROCODE
|
||||||
option CONFIGURE_L2_CACHE
|
option CONFIGURE_L2_CACHE
|
||||||
|
|
||||||
# Use the internal VGA frame buffer device
|
# Use the internal VGA frame buffer device
|
||||||
# Fixme: this does not effect the Makefile rules for docipl
|
|
||||||
option HAVE_FRAMEBUFFER
|
option HAVE_FRAMEBUFFER
|
||||||
|
|
||||||
|
# Path to your kernel (vmlinux)
|
||||||
linux /usr/src/linux
|
linux /usr/src/linux
|
||||||
|
|
||||||
option CMD_LINE='"root=/dev/nftla1"'
|
# Kernel command line parameters
|
||||||
|
commandline root=/dev/nftla1 single
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,8 @@ option CONFIGURE_L2_CACHE
|
||||||
# Use the internal VGA frame buffer device
|
# Use the internal VGA frame buffer device
|
||||||
option HAVE_FRAMEBUFFER
|
option HAVE_FRAMEBUFFER
|
||||||
|
|
||||||
|
# Path to your kernel (vmlinux)
|
||||||
linux /usr/src/linux
|
linux /usr/src/linux
|
||||||
|
|
||||||
option CMD_LINE='"root=/dev/nftla1"'
|
# Kernel command line parameters
|
||||||
|
commandline root=/dev/nftla1 single
|
||||||
|
|
Loading…
Add table
Reference in a new issue