|
Lines 1294-1303
Link Here
|
| 1294 |
chomp ($arch); |
1294 |
chomp ($arch); |
| 1295 |
|
1295 |
|
| 1296 |
if ($arch eq "i386") { |
1296 |
if ($arch eq "i386") { |
| 1297 |
$new{"append"} = "showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off 3"; |
1297 |
$new{"append"} = "showopts ide=nodma apm=off acpi=off noresume nosmp noapic maxcpus=0 edd=off x11failsafe"; |
| 1298 |
} |
1298 |
} |
| 1299 |
elsif ($arch eq "x86_64") { |
1299 |
elsif ($arch eq "x86_64") { |
| 1300 |
$new{"append"} = "showopts ide=nodma apm=off acpi=off noresume edd=off 3"; |
1300 |
$new{"append"} = "showopts ide=nodma apm=off acpi=off noresume edd=off x11failsafe"; |
| 1301 |
} |
1301 |
} |
| 1302 |
elsif ($arch eq "ia64") { |
1302 |
elsif ($arch eq "ia64") { |
| 1303 |
$new{"append"} = "ide=nodma nohalt noresume 3"; |
1303 |
$new{"append"} = "ide=nodma nohalt noresume 3"; |
|
Lines 1306-1316
Link Here
|
| 1306 |
print ("Architecture $arch does not support failsafe entries.\n"); |
1306 |
print ("Architecture $arch does not support failsafe entries.\n"); |
| 1307 |
} |
1307 |
} |
| 1308 |
|
1308 |
|
| 1309 |
# Set vgamode to "normal" for failsafe entries |
|
|
| 1310 |
if (exists $new{"vgamode"} && defined $new{"vgamode"}) { |
| 1311 |
$new{"vgamode"} = "normal"; |
| 1312 |
} |
| 1313 |
|
| 1314 |
$failsafe_modified = 1; |
1309 |
$failsafe_modified = 1; |
| 1315 |
|
1310 |
|
| 1316 |
# Don't make the failsafe entry the default one |
1311 |
# Don't make the failsafe entry the default one |