diff options
Diffstat (limited to 'pxe_wizard')
-rw-r--r-- | pxe_wizard/Pxe.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pxe_wizard/Pxe.pm b/pxe_wizard/Pxe.pm index 1381b702..c87dda38 100644 --- a/pxe_wizard/Pxe.pm +++ b/pxe_wizard/Pxe.pm @@ -99,7 +99,7 @@ foreach (cat_($PXEDEFAULT)) { #set default list for entry in syslinux.cfg my @list_method = qw(nfs http); -my @list_ram = qw(32000 48000 64000 1280000); +my @list_ram = qw(48000 32000 64000 1280000); my @list_vga = qw(788 normal 785 791 792 text); my @list_acpi = qw(ht force off); my @list_apic = qw(apic noapic); |