use commandline for kernel command line

This commit is contained in:
Li-Ta Lo 2000-12-08 01:22:50 +00:00
parent edbdd1c15d
commit 01bb8f9ca3
2 changed files with 7 additions and 5 deletions

View file

@ -3,7 +3,7 @@
# This will make a target directory of ./matsonic
target matsonic
# WinFast 6300 MAX mainboard
# Matsonic MS7308E mainboard
mainboard matsonic/ms7308e
# Enable Serial Console for debugging
@ -14,10 +14,11 @@ option UPDATE_MICROCODE
option CONFIGURE_L2_CACHE
# Use the internal VGA frame buffer device
# Fixme: this does not effect the Makefile rules for docipl
option HAVE_FRAMEBUFFER
# Path to your kernel (vmlinux)
linux /usr/src/linux
option CMD_LINE='"root=/dev/nftla1"'
# Kernel command line parameters
commandline root=/dev/nftla1 single

View file

@ -16,7 +16,8 @@ option CONFIGURE_L2_CACHE
# Use the internal VGA frame buffer device
option HAVE_FRAMEBUFFER
# Path to your kernel (vmlinux)
linux /usr/src/linux
option CMD_LINE='"root=/dev/nftla1"'
# Kernel command line parameters
commandline root=/dev/nftla1 single