From a5ed1590bda7308ec2bff7b7dcb85bad246f52fc Mon Sep 17 00:00:00 2001 From: Gabe Black Date: Sun, 1 Feb 2009 00:27:49 -0800 Subject: [PATCH] X86: Add a root device to the kernel command line. --- configs/common/FSConfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/common/FSConfig.py b/configs/common/FSConfig.py index e336e752f..4a7c51c71 100644 --- a/configs/common/FSConfig.py +++ b/configs/common/FSConfig.py @@ -322,7 +322,8 @@ def makeLinuxX86System(mem_mode, mdesc = None): range_type = 1)) # Command line - self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015' + self.boot_osflags = 'earlyprintk=ttyS0 console=ttyS0 lpj=9608015 ' + \ + 'root=/dev/hda1' return self -- 2.30.2