X86: Add a root device to the kernel command line.

This commit is contained in:
Gabe Black
2009-02-01 00:27:49 -08:00
parent 57be1dfe48
commit a5ed1590bd

View 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