X86: Add a root device to the kernel command line.
authorGabe Black <gblack@eecs.umich.edu>
Sun, 1 Feb 2009 08:27:49 +0000 (00:27 -0800)
committerGabe Black <gblack@eecs.umich.edu>
Sun, 1 Feb 2009 08:27:49 +0000 (00:27 -0800)
configs/common/FSConfig.py

index e336e752fee36ba1e6546ca0e837a27d0e03ff48..4a7c51c712ae2fad291227827bd630b40a9595f4 100644 (file)
@@ -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