1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 00:53:23 -05:00

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

This commit is contained in:
freesource 2002-01-14 01:06:05 +00:00
parent 769e0b8200
commit b8ad37acb1
2 changed files with 4 additions and 1 deletions

View File

@ -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," .

View File

@ -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