1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 00:53:23 -05:00
This commit is contained in:
freesource 2002-03-09 07:20:41 +00:00
parent a85e9bcc99
commit 55e19f94fe

11
Changes
View File

@ -1,3 +1,14 @@
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