mirror of
https://github.com/fspc/gbootroot.git
synced 2025-02-23 09:03:23 -05:00
1.3.6
This commit is contained in:
parent
941ac6807b
commit
8aa95a6dc5
@ -1,3 +1,37 @@
|
|||||||
|
gbootroot (1.3.6-1) unstable; urgency=low
|
||||||
|
|
||||||
|
* Updated to 2.4.18-2um and the latest uml tools 20020212, including
|
||||||
|
tunctl from CVS, because it was missing from the uml_utilities
|
||||||
|
tar.bz2. This is a nice patch, and an earlier compilier issue has
|
||||||
|
disappeared.
|
||||||
|
* Added the MTD Emulation section to the UML Box. This allows
|
||||||
|
filesystems to be run on a simulated Memory Technology Device via
|
||||||
|
mtdram or blkmtd. This is most useful for running jffs2 fs
|
||||||
|
(compressed journaling fs designed for flash memory). This is handy
|
||||||
|
for shipping and running jffs2 images, and to test this and other fs
|
||||||
|
ultimately designated for a MTD device. With a little tweaking
|
||||||
|
they should run well on an x86 MTD.
|
||||||
|
* If a fs is being made with mkcramfs, genromfs, mkfs.jffs or
|
||||||
|
mkfs.jffs2 and the directories /dev or /initrd don't exist, they are
|
||||||
|
automatically are created during the create stage. Initrd dir is
|
||||||
|
needed for mtd emulation testing, and dev is also required. Devfs
|
||||||
|
will always be used on /dev, and won't be an option.
|
||||||
|
* Added cad "Ctrl-Alt-Del" to mconsole interface, and documented it.
|
||||||
|
* Added EmptyFS.yard template with instructions, and which does what
|
||||||
|
you think it does.
|
||||||
|
* Now looks for mconsole at both Locations /tmp/uml/$umid/mconsole and
|
||||||
|
new location $ENV{HOME}/.uml/$umid/mconsole by not specifying a
|
||||||
|
direct path. Some older mconsoles seemed to require this, but 10um
|
||||||
|
onwards respects this.
|
||||||
|
* Now files for uml_exclusively are made in create_expect_uml which is
|
||||||
|
effectively known as the create stage. This avoids the unecessary
|
||||||
|
previous requirement of having to select the copy stage again just
|
||||||
|
to create a file for /dev/ubd/0. The file created is sparse, got
|
||||||
|
this idea from a discussion Jeff had with a user on uml-user.
|
||||||
|
* Added jffs/jffs2 image construction.
|
||||||
|
|
||||||
|
-- Jonathan Rosenbaum <freesource@users.sourceforge.net> Mon, 11 Mar 2002 00:43:24 -0500
|
||||||
|
|
||||||
gbootroot (1.3.5-1) unstable; urgency=low
|
gbootroot (1.3.5-1) unstable; urgency=low
|
||||||
|
|
||||||
* Now the template called Helper.yard used to create the
|
* Now the template called Helper.yard used to create the
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# Update this according to version
|
# Update this according to version
|
||||||
%define version 1.3.5
|
%define version 1.3.6
|
||||||
%define release 1mdk
|
%define release 1mdk
|
||||||
|
|
||||||
|
|
||||||
@ -49,6 +49,8 @@ BootRoot makes the construction and development of distributions fun and
|
|||||||
simple with its Root Methods such as Yard and user-mode-linux test bed.
|
simple with its Root Methods such as Yard and user-mode-linux test bed.
|
||||||
Finish the product with a Boot Method (2-disk compression supported).
|
Finish the product with a Boot Method (2-disk compression supported).
|
||||||
Normal (non-root) users can make root filesystems and boot disks.
|
Normal (non-root) users can make root filesystems and boot disks.
|
||||||
|
There is a MTD Emulator useful for running distributions made with the
|
||||||
|
jffs/jffs2 filesystem.
|
||||||
|
|
||||||
The required perl modules perl-Expect, perl-IO-Stty, perl-IO-Tty are
|
The required perl modules perl-Expect, perl-IO-Stty, perl-IO-Tty are
|
||||||
available for download from prdownloads.sourceforge.net/gbootroot.
|
available for download from prdownloads.sourceforge.net/gbootroot.
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# Update this according to version
|
# Update this according to version
|
||||||
%define version 1.3.5
|
%define version 1.3.6
|
||||||
%define release 1
|
%define release 1
|
||||||
|
|
||||||
|
|
||||||
@ -49,6 +49,8 @@ BootRoot makes the construction and development of distributions fun and
|
|||||||
simple with its Root Methods such as Yard and user-mode-linux test bed.
|
simple with its Root Methods such as Yard and user-mode-linux test bed.
|
||||||
Finish the product with a Boot Method (2-disk compression supported).
|
Finish the product with a Boot Method (2-disk compression supported).
|
||||||
Normal (non-root) users can make root filesystems and boot disks.
|
Normal (non-root) users can make root filesystems and boot disks.
|
||||||
|
There is a MTD Emulator useful for running distributions made with the
|
||||||
|
jffs/jffs2 filesystem.
|
||||||
|
|
||||||
The required perl modules perl-Expect, perl-IO-Stty, perl-IO-Tty are
|
The required perl modules perl-Expect, perl-IO-Stty, perl-IO-Tty are
|
||||||
available for download from prdownloads.sourceforge.net/gbootroot.
|
available for download from prdownloads.sourceforge.net/gbootroot.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user