mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
Prep for 1.3.2 release.
This commit is contained in:
parent
79064c655d
commit
8d0983c78b
@ -50,9 +50,10 @@ my $uml_xterm = "xterm -e";
|
|||||||
|
|
||||||
# I need to remember to edit this
|
# I need to remember to edit this
|
||||||
# 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";
|
# and to install -s linux.
|
||||||
my $date = "12.25.2001";
|
my $version = "1.3.2";
|
||||||
|
my $date = "01.11.2002";
|
||||||
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/";
|
||||||
@ -91,6 +92,8 @@ my $separator;
|
|||||||
my $order;
|
my $order;
|
||||||
my $text_window;
|
my $text_window;
|
||||||
my $verbosity_window;
|
my $verbosity_window;
|
||||||
|
#my $colormap;
|
||||||
|
#my $window;
|
||||||
|
|
||||||
# Make @container verbose, also look in generate()
|
# Make @container verbose, also look in generate()
|
||||||
my @container;
|
my @container;
|
||||||
@ -696,6 +699,7 @@ $box2->show();
|
|||||||
|
|
||||||
$window->show();
|
$window->show();
|
||||||
|
|
||||||
|
|
||||||
} # end start
|
} # end start
|
||||||
|
|
||||||
#----------------------------
|
#----------------------------
|
||||||
@ -1768,8 +1772,10 @@ sub accept_button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
info(0,"Done compressing $entry_advanced[4] with $compress\n");
|
info(0,"Done compressing $entry_advanced[4] with $compress\n");
|
||||||
$entry_advanced[4] = "$entry_advanced[4].gz";
|
|
||||||
$entry3->set_text("$tmp/$entry_advanced[4]");
|
# Actually, keeping the original value is much nicer.
|
||||||
|
#$entry_advanced[4] = "$entry_advanced[4].gz";
|
||||||
|
$entry3->set_text("$tmp/$entry_advanced[4].gz");
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -1826,8 +1832,12 @@ sub accept_button {
|
|||||||
}
|
}
|
||||||
|
|
||||||
info(0,"Done compressing $entry_advanced[4] with $compress\n");
|
info(0,"Done compressing $entry_advanced[4] with $compress\n");
|
||||||
$entry_advanced[4] = "$entry_advanced[4].bz2";
|
|
||||||
$entry3->set_text("$tmp/$entry_advanced[4]");
|
|
||||||
|
|
||||||
|
# Actually, keeping the original value is much nicer.
|
||||||
|
#$entry_advanced[4] = "$entry_advanced[4].gz";
|
||||||
|
$entry3->set_text("$tmp/$entry_advanced[4].gz");
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
19
Changes
19
Changes
@ -1,7 +1,26 @@
|
|||||||
|
1.3.2 - 01/11/2002
|
||||||
|
------------------
|
||||||
|
|
||||||
|
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 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 recompressed, 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
|
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
|
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.
|
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
|
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
|
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
|
most recent Filesystem Hierarchy Standard (2.1); in previous bootroot versions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user