X86: Prevent Linux for probing for non-existant IDE controllers.
This commit is contained in:
parent
56e182a6a9
commit
7b7a92d3f4
1 changed files with 4 additions and 2 deletions
|
@ -238,8 +238,10 @@ 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 ' + \
|
||||
'ide0=noprobe ide1=noprobe ' + \
|
||||
'ide2=noprobe ide3=noprobe ' + \
|
||||
'ide4=noprobe ide5=noprobe'
|
||||
return self
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue