Browse Source

The UML Kernel entry box in the ARS remembers state now.

master
freesource 23 years ago
parent
commit
b8ad37acb1
  1. 3
      BootRoot/BootRoot.pm
  2. 2
      Changes

3
BootRoot/BootRoot.pm

@ -1129,7 +1129,8 @@ sub advanced_root_section {
label_advanced("UML Kernel:",0,1,5,6,$table_advanced_root); label_advanced("UML Kernel:",0,1,5,6,$table_advanced_root);
# $_[4] shares with advanced_boot_sections @entry_advanced # $_[4] shares with advanced_boot_sections @entry_advanced
$ear3 = entry_advanced(1,2,5,6,5,$table_advanced_root); $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, $tooltips->set_tip( $ear3,
"If you have a User Mode Linux Kernel, type in" . "If you have a User Mode Linux Kernel, type in" .
" the Kernel's location," . " the Kernel's location," .

2
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 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 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 the newly compressed file. This change was precipitated by the previous

Loading…
Cancel
Save