summaryrefslogtreecommitdiffstats
path: root/pxe_wizard
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2004-03-23 10:47:39 +0000
committerAntoine Ginies <aginies@mandriva.com>2004-03-23 10:47:39 +0000
commit400141d7b08f81d7f01bbcbad9e2bb9694523e44 (patch)
tree7c86c74bddebf694031c27d0d8f515c07d9d7c4d /pxe_wizard
parent0741f97637e90e3f8df16eb67bc8e7709275585f (diff)
downloaddrakwizard-400141d7b08f81d7f01bbcbad9e2bb9694523e44.tar
drakwizard-400141d7b08f81d7f01bbcbad9e2bb9694523e44.tar.gz
drakwizard-400141d7b08f81d7f01bbcbad9e2bb9694523e44.tar.bz2
drakwizard-400141d7b08f81d7f01bbcbad9e2bb9694523e44.tar.xz
drakwizard-400141d7b08f81d7f01bbcbad9e2bb9694523e44.zip
set default RAMSIZE to 48000
Diffstat (limited to 'pxe_wizard')
-rw-r--r--pxe_wizard/Pxe.pm2
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);