1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-22 16:43:23 -05:00

38 Commits

Author SHA1 Message Date
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
freesource
209f162b71 Added a new stage button in the Yard Box called Copy. Create is now Copy, and
the uml_exclusively and genext2fs behavior are handled by Create, this is
much nicer because a new filsystem type can be created without having to wait
for everything to be copied again to the sources directory.
2001-12-22 21:44:40 +00:00
freesource
5eb7c4c1b4 doc update 2001-12-22 18:50:29 +00:00
freesource
b2cd641972 symlink() 2001-12-21 03:24:43 +00:00
freesource
d182308cb3 kernel 2001-12-21 00:04:29 +00:00
freesource
e3f5a65515 More about compressing. 2001-12-19 19:31:11 +00:00
freesource
199b52fdaa About the compression. 2001-12-19 09:20:40 +00:00
freesource
30d9ada1cb Changes due to added uml expects interface. 2001-12-16 18:39:05 +00:00
freesource
2a0dc216d5 ldd check change. 2001-12-15 09:33:01 +00:00
freesource
ec56fa40d1 Word change. 2001-12-12 07:19:19 +00:00
freesource
d92cf23d39 Date change, and better uml compile expl. 2001-12-12 07:18:21 +00:00
freesource
5dfc3a0a37 Newest changes, new date, first change hasn't been done yet :) 2001-12-11 19:56:01 +00:00
freesource
d2b3254eec The most recent changes, probably should change the date to today. 2001-12-11 07:22:38 +00:00
freesource
9ff0daf696 Revised the uml added. 2001-12-10 17:23:45 +00:00
freesource
d3f5413cb2 stuff 2001-12-09 10:19:15 +00:00
freesource
af71249d42 Removed $Id from one of the mentioned changes because it was being expanded. :) 2001-12-08 23:09:56 +00:00
freesource
58e7a202da Made the termcap check just a warning if terminfo or termcap don't exist,
If a terminfo directory is found, linux will need to exist or the test will
return error.  This is better because the root filesystem can still work
if this information doesn't exist.  A minority of gettys will fail if they
use termcap or terminfo, but this check was removed from the chrooted tests
several months ago for the reason just cited.  Note: check_getty_type_call
was removed from Yard.pm, but exists in chrooted tests without the termcap
check.  Also, added a close which was missing.
2001-12-08 04:16:13 +00:00
freesource
a9cee74c7e More changes. 2001-12-08 03:20:22 +00:00
freesource
b252b79926 Decided to move Changes out of gbootroot into its own file, getting to
large, and takes to long to format.
2001-12-07 07:02:04 +00:00