From b71a79fd60ad03ea05f25cf5ddc84bae1aa56ef6 Mon Sep 17 00:00:00 2001 From: freesource Date: Thu, 30 Aug 2001 04:10:00 +0000 Subject: [PATCH] This just adds mem=16M to the UML box options, this happens to be the default for the uml kernel, but more is desirable, hopefully, this will be obvious to th user. --- gbootroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gbootroot b/gbootroot index b216024..614bb28 100755 --- a/gbootroot +++ b/gbootroot @@ -1159,7 +1159,7 @@ sub uml_box { $eab3 = entry_advanced(1,2,2,3,10,$table_uml); button_fileselect_advanced(2,3,2,3,"Selection",$eab3,"Selection",14, $table_uml,$home_rootfs); - $eab3->set_text("ubd0=$tmp/$entry_advanced[4]") + $eab3->set_text("ubd0=$tmp/$entry_advanced[4] mem=16M") if -e "$tmp/$entry_advanced[4]"; $tooltips->set_tip( $eab3, "Choose an uncompressed root filesystem." .