summaryrefslogtreecommitdiffstats
path: root/tools/hd_grub.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'tools/hd_grub.cgi')
-rwxr-xr-xtools/hd_grub.cgi7
1 files changed, 6 insertions, 1 deletions
diff --git a/tools/hd_grub.cgi b/tools/hd_grub.cgi
index fa292e872..e9b91c484 100755
--- a/tools/hd_grub.cgi
+++ b/tools/hd_grub.cgi
@@ -69,11 +69,16 @@ sub print_form {
hd3 => '4th BIOS hard drive',
})),
li(popup_menu(-name => "hd_linux", -default => 'hda',
- -values => [ 'hda' .. 'hdc', 'sda' .. 'sdc' ],
+ -values => [ 'hda' .. 'hdd', 'sda' .. 'sdc', 'hde' .. 'hdh' ],
-labels => {
hda => '1st IDE hard drive (hda)',
hdb => '2nd IDE hard drive (hdb)',
hdc => '3rd IDE hard drive (hdc)',
+ hdd => '4th IDE hard drive (hdd)',
+ hde => '5th IDE hard drive (hde)',
+ hdf => '6th IDE hard drive (hdf)',
+ hdg => '7th IDE hard drive (hdg)',
+ hdh => '8th IDE hard drive (hdh)',
sda => '1st SCSI hard drive (sda)',
sdb => '2nd SCSI hard drive (sdb)',
sdc => '3rd SCSI hard drive (sdc)',