Commit Graph
68 Commits
Author SHA1 Message Date
freesource 338a332d40 Updated changes, and new link for icewalkers .. noticed classification
changed, can't remember doing that, or maybe did.
2003-02-24 05:59:31 +00:00
freesource b065017cd6 Updated changes, and new link for icewalkers .. noticed classification
changed, can't remember doing that, or maybe did.
2003-02-24 05:58:12 +00:00
freesource 9774546761 Aargh, left a space in Helper.yard, and RedHat 7.3's depmod doesn't
like slram as a module, so it will now be built in to the kernel.
2003-02-15 02:10:18 +00:00
freesource 64c0642558 Little changes. 2003-02-12 00:52:05 +00:00
freesource 374c17ecec Released new Expect rpms. 2003-02-11 03:17:30 +00:00
freesource 420da71e5b More cool stuff. 2003-02-10 17:38:47 +00:00
freesource 673d4856b4 Adds stop and go to the uml_mconsole interfact for the UML Box. 2003-02-10 05:39:26 +00:00
freesource e6e74f851a Fixes another nasty. 2003-02-10 05:11:23 +00:00
freesource c54f36d1b2 Get in there. 2003-02-09 07:28:30 +00:00
freesource 8689e00a9a Some stuff which I neglected to commit. 2003-02-08 06:30:06 +00:00
freesource 1d03c1eefc The stuff that needs to be done. 2003-02-06 17:52:04 +00:00
freesource 526031d371 Fixes rpm dist problems with @INC. 2003-02-05 06:56:50 +00:00
freesource 1e51a10101 This pretty much completes the development cycle for 1.4.0, unless
anything major comes up.  Added some links to the webpage, information
how to customize the kernel in the source package, and ups the date,
though that will probably be done one more time.
2003-01-11 03:56:08 +00:00
freesource d5d9805a8b Won't need a gbootroot-nest1 package, afterall, will just set NEST=1,
this will increase memory requirements just a little bit .. was
thinking about 2.
2003-01-06 04:25:29 +00:00
freesource 9cede96d0f Fixed a bug which causes lock-ups during seconf fs creation with
EXPECT, and a bug where .options wasn't being written to disk or the
path was being altered when a variable was being altered.  This also
gets things trim and ready with the coolest discovery being that a
nested kernel can run on the host and in it's nest.  I'll be testing
other nested levels to discover how far this can go and be
incorporated in one package which is nice.
2003-01-05 21:07:15 +00:00
freesource 370f8d0d00 Nice, nice source compile. 2002-12-22 03:15:05 +00:00
freesource 28ba4c9b94 Preping for release. 2002-12-20 19:28:50 +00:00
freesource 8f31699e79 Had to add user-mode-linux/usr/lib/uml to the path to allow --home to
find port-helper, or otherwise root_fs complain.  Have no idea why
this change exists with port-helper because wasn't the case before.
Also, added path for user-mode-linux/usr/bin to find the other tools.

Also, improves all in Makefile
2002-12-16 16:57:14 +00:00
freesource 51f4ad4f2c Making the source package accurate. 2002-12-12 01:10:26 +00:00
freesource a5da598dab Devfs both mount and nomount can be used, this was already in the initrd .. oops. 2002-03-13 05:54:30 +00:00
freesource 9fab779e84 1.3.6 2002-03-12 17:04:11 +00:00
freesource 55e19f94fe changes. 2002-03-09 07:20:41 +00:00
freesource f7921951e1 This keeps a nice size ration for $mtd_total_size, and automatically checks if
the root_fs is real.
2002-03-05 07:20:58 +00:00
freesource 9de4fc1d56 Remembers state for the new mtd emulation. 2002-03-04 20:33:19 +00:00
freesource 896f2a9519 Added cad "Ctrl-Alt-Del" to mconsole interface, and documented it.
Now looks for mconsole at both old location /tmp/uml/$umid/mconsole and
new location $ENV{HOME}/.uml/$umid/mconsole.
2002-03-04 02:06:58 +00:00
freesource 93b5f23410 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.
2002-03-01 05:45:46 +00:00
freesource d2fb7540f3 This adds jffs/jffs2 construction, expect_uml will have to be changed a little
bit more, but have tested this with an initrd, and it works pretty nicely
even with large fs assuming mem is set high enough.  Mtdram was chosen over
blkmtd for now.
2002-02-21 18:49:14 +00:00
freesource 504e8545a2 1.3.5 release. 2002-02-13 19:43:15 +00:00
freesource bcef76cf23 Changes, and soon to come changes. 2002-02-13 06:47:16 +00:00
freesource 4c0f4bed1b More stuff. 2002-02-08 20:35:22 +00:00
freesource f8dd8a139d More stuff. 2002-02-08 20:08:44 +00:00
freesource 7b9f4d2d20 A little bit more about the fhs change. 2002-02-04 23:35:59 +00:00
freesource 59c296ac23 The newest bf. 2002-02-04 18:25:45 +00:00
freesource 5f7d6c8941 Improved Replacements Box GUI. 2002-01-22 21:21:20 +00:00
freesource 77f64443e3 Getting ready for another release.
During the boot stage the filsystem type was used to determine whether
to use the genext2fs (non-root) method or the normal method used by root.
Now the user type is used, this is better because it prevents conflicts
if a different filesystem type is chosen, or if a non-root user changes to a
different filesystem type in the filesystem box and forgets to change back
to genext2fs; however, it prevents root from using the genext2fs method,
which isn't a problem.  The sudo requirement for lilo is too much of a
requirement, and will be changed in future versions.
2002-01-15 17:34:55 +00:00
freesource fb9b3ed43b Fixed another non-root boot/root bug. The info had it correct, but the actual
copy with genext2fs was being done from the wrong location.  This has been
fixed.
2002-01-15 07:01:02 +00:00
freesource b14a469786 Had some testing code which was providing the wrong value for $compress, this
made non-root booting fail for bzip2 because bunzip2 didn't exist in the
initrd.
2002-01-15 06:39:58 +00:00
freesource 6dbb2d58c7 Added another technique in the FAQ to show how space can be saved on the
root_fs by using the libraries from the initrd.  Liav instigated this by
asking a question related to FAQ question 14, "So if I understand correctly,
it is not possible to copy libc from /dev/ram0 to /dev/ram1 before mounting
/dev/ram1 as / ?

Liav pointed out how Yard can make boot/root floppies with a compressed root
filesystem.  Edited FAQ question 13 to correctly reflect how gz compressed
root filesystems may be booted without an initrd.
2002-01-14 04:15:46 +00:00
freesource 8cac3030ca State is saved for the Compression off check box and the Root Filename save
check box.
2002-01-14 01:19:59 +00:00
freesource b8ad37acb1 The UML Kernel entry box in the ARS remembers state now. 2002-01-14 01:06:05 +00:00
freesource 769e0b8200 Changed the behavior of save_as so that when compression is chosen, the
entry won't be the same as that found in Root Filename, but instead reflects
the newly compressed file.  This change was precipitated by the previous
change to the Accept behavior.
2002-01-14 00:41:27 +00:00
freesource 85d68f60ef Spelling fix. 2002-01-11 17:36:21 +00:00
freesource b588ae2e09 function to function call. 2002-01-11 11:50:00 +00:00
freesource 8d0983c78b Prep for 1.3.2 release. 2002-01-11 06:54:40 +00:00
freesource 3a7ee25932 shell changes for passwd* 2002-01-10 03:53:22 +00:00
freesource beb2d088d1 Changes Liav related. 2002-01-07 19:37:33 +00:00
freesource 68b92580ba Why the last change was a good one. 2001-12-25 20:03:43 +00:00
freesource 110b8937d1 Changed the UML boxes Options entry tooltips, but makes me wonder whether the
behavior originally cited may be a good idea?
2001-12-25 19:56:42 +00:00
freesource fe313e798e Last changes before 1.3.1 release. 2001-12-25 08:15:08 +00:00
freesource 3d59037979 About the mconsole changes. 2001-12-23 09:03:25 +00:00