mirror of
https://github.com/fspc/gbootroot.git
synced 2025-04-04 07:43:22 -04:00
Last changes before 1.3.1 release.
This commit is contained in:
parent
07f230188e
commit
fe313e798e
@ -52,7 +52,7 @@ my $uml_xterm = "xterm -e";
|
|||||||
# and to update scripts/Debian.yard if
|
# and to update scripts/Debian.yard if
|
||||||
# make_debian has been changed.
|
# make_debian has been changed.
|
||||||
my $version = "1.3.1";
|
my $version = "1.3.1";
|
||||||
my $date = "12.23.2001";
|
my $date = "12.25.2001";
|
||||||
my $gtk_perl_version = "0.7002";
|
my $gtk_perl_version = "0.7002";
|
||||||
my $pwd = `pwd`; chomp $pwd;
|
my $pwd = `pwd`; chomp $pwd;
|
||||||
my $home_rootfs = "$home/root_filesystem/";
|
my $home_rootfs = "$home/root_filesystem/";
|
||||||
|
14
Changes
14
Changes
@ -1,13 +1,17 @@
|
|||||||
1.3.1 - 12/23/2001
|
1.3.1 - 12/25/2001
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
Added a complete interface to the mconsole in the UML Box. Multiple options
|
||||||
|
can be entered at one time. Options include: switch so that the umid can be
|
||||||
|
changed to control a different Linux virtual machine, sysrq as in
|
||||||
|
Documentation/sysrq.txt, config and remove for devices (ubd?,eth?), reboot
|
||||||
|
and halt, version to find the version of the running uml kernel, and help.
|
||||||
|
|
||||||
Added both a Reboot and Halt button to the UML Box. Both of these buttons
|
Added both a Reboot and Halt button to the UML Box. Both of these buttons
|
||||||
have an interface to mconsole, and provide clean control of rebooting or
|
have an interface to mconsole, and provide clean control of rebooting or
|
||||||
halting a Linux virtual machine. When they fail, Abort does all the clean-up,
|
halting a Linux virtual machine. When they fail, Abort does all the clean-up,
|
||||||
but this should be used as a last resort. Sysrq interface will be added next.
|
but this should be used as a last resort. Both of these buttons initially
|
||||||
Both of these buttons parse the Options entry for the first instance of umid,
|
parse the Options entry for the first instance of umid
|
||||||
and use this to identify the Linux virtual machine, so this value can be
|
|
||||||
changed to control a different running machine with these buttons.
|
|
||||||
|
|
||||||
Added a new stage button in the Yard Box called Copy. Create is now Copy, and
|
Added a new stage button in the Yard Box called Copy. Create is now Copy, and
|
||||||
the uml_exclusively and genext2fs behavior are handled by Create, this is
|
the uml_exclusively and genext2fs behavior are handled by Create, this is
|
||||||
|
Loading…
x
Reference in New Issue
Block a user