|
|
@ -1,3 +1,42 @@ |
|
|
|
gbootroot (1.3.2-1) unstable; urgency=low |
|
|
|
|
|
|
|
* Updated linux and modules to 2.4.17-4um. Made jffs and jffs2 part |
|
|
|
of the kernel, and had to comment out the get_mtd_device function |
|
|
|
call in jffs_fm.c and super.c to accomplish this. Looking forward |
|
|
|
to more support from the uml project for mtd devices. |
|
|
|
* Updated to the 20020104 uml tools, this includes port-helper which |
|
|
|
is the new helper for allowing uml devices to be attached to a |
|
|
|
specified host port. |
|
|
|
* Changed the behavior of the Accept button so that when compression |
|
|
|
is chosen (gzip or bz2) the Root Filename remains the same as |
|
|
|
before. This is nice because the fs can be remade with the same |
|
|
|
name and re-compressed, rather then appending gz or bz2 to the name. |
|
|
|
Before if the user forget to delete the ending this would happen: |
|
|
|
root_fs.bz2.bz2.bz2 |
|
|
|
* Changed shells for root and user to /bin/sh in passwd-debian, |
|
|
|
passwd.debian and passwd.example. This is a better idea, and |
|
|
|
assumes sh links to a user defined shell, so if the shell is changed |
|
|
|
the password files don't have to be. |
|
|
|
* Added several new questions to the FAQ, thanks to Liav. |
|
|
|
* Liav Asseraf <liav_a@yahoo.com> points out a problem in 1.3.1. I |
|
|
|
reply to him with this answer: "Indeed, you have found a bug. |
|
|
|
Bootroot adheres to the most recent Filesystem Hierarchy Standard |
|
|
|
(2.1); in previous bootroot versions a big chunk of the source code |
|
|
|
was included in /usr/bin/gbootroot, but I decided to reorganize and |
|
|
|
move most of that code to BootRoot/BootRoot.pm, in the process I |
|
|
|
also moved a statement which executes before the rest of the program |
|
|
|
does to set up a proper @INC. What this all means is that gbootroot |
|
|
|
couldn't find the required modules." This bug has been fixed. |
|
|
|
* Altered tooltip text for the Options entry to recognize that the |
|
|
|
umid needs to be switched in the mconsole box in order for the new |
|
|
|
Linux virtual machine to be controlled via the buttons and the |
|
|
|
mconsole. The behavior could be changed to accomplish this |
|
|
|
automatically, but that wouldn't be consistent with the behavior |
|
|
|
one would expect from the mconsole; anyways the documentation |
|
|
|
already explains to use switch in the mconsole. |
|
|
|
|
|
|
|
-- Jonathan Rosenbaum <freesource@users.sourceforge.net> Fri, 11 Jan 2002 13:03:13 -0500 |
|
|
|
|
|
|
|
gbootroot (1.3.1-1) unstable; urgency=low |
|
|
|
|
|
|
|
* Added a complete interface to the mconsole in the UML Box. Multiple |
|
|
|