Skip to content

Commit

Permalink
don't propose a floppy boot section (bnc #316183)
Browse files Browse the repository at this point in the history
  • Loading branch information
wfeldt committed Jan 23, 2014
1 parent 7804098 commit a6d5667
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/modules/BootGRUB.rb
Original file line number Diff line number Diff line change
Expand Up @@ -456,19 +456,6 @@ def CreateSections
"__devs" => []
}
)
elsif StorageDevices.FloppyPresent
out = Builtins.add(
out,
{
"name" => BootCommon.translateSectionTitle("floppy"),
"original_name" => "floppy",
"type" => "other",
"chainloader" => "/dev/fd0",
"__changed" => true,
"__auto" => true,
"__devs" => []
}
)
end
out = Builtins.add(out, CreateLinuxSection("failsafe"))
out = Builtins.add(out, CreateLinuxSection("memtest86"))
Expand Down

0 comments on commit a6d5667

Please sign in to comment.