mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
The UML Kernel entry box in the ARS remembers state now.
This commit is contained in:
parent
769e0b8200
commit
b8ad37acb1
@ -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
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…
x
Reference in New Issue
Block a user