From b8ad37acb155f15c0eee79c29725c1b36175fa4a Mon Sep 17 00:00:00 2001 From: freesource Date: Mon, 14 Jan 2002 01:06:05 +0000 Subject: [PATCH] The UML Kernel entry box in the ARS remembers state now. --- BootRoot/BootRoot.pm | 3 ++- Changes | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/BootRoot/BootRoot.pm b/BootRoot/BootRoot.pm index 29a0ae5..bf37fab 100644 --- a/BootRoot/BootRoot.pm +++ b/BootRoot/BootRoot.pm @@ -1129,7 +1129,8 @@ sub advanced_root_section { label_advanced("UML Kernel:",0,1,5,6,$table_advanced_root); # $_[4] shares with advanced_boot_sections @entry_advanced $ear3 = entry_advanced(1,2,5,6,5,$table_advanced_root); - $ear3->set_text("$home_uml_kernel" . "linux"); + !$entry_advanced[5] ? $ear3->set_text("$home_uml_kernel" . "linux") : + $ear3->set_text($entry_advanced[5]); $tooltips->set_tip( $ear3, "If you have a User Mode Linux Kernel, type in" . " the Kernel's location," . diff --git a/Changes b/Changes index fc4ee9c..9bbbe75 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +The UML Kernel entry box in the ARS remembers state now. + Changed the behavior of save_as so that when compression is chosen, the entry won't be the same as that found in Root Filename, but instead reflects the newly compressed file. This change was precipitated by the previous