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

The most recent changes, probably should change the date to today.

This commit is contained in:
freesource 2001-12-11 07:22:38 +00:00
parent 15a3fad874
commit d2b3254eec

View File

@ -1,6 +1,11 @@
1.3.0 - 12/07/2001
------------------
Fixed the freezing behavior for particularly large templates, like the ones
produced by make_debian, and make_debian-X11. However, overly large buffers
in the verbosity box, still hogs cpu in a big way. The best procedure for
now is to open and close the box between stages.
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
@ -144,6 +149,10 @@ permissions for some methods, and the fstab may need to be edited, see FAQ.
And some /lib/modules/`uname -r`/modules may need to be given world read
permissions.
A dialog box has been added which will pop up when the lilo stage has been
reached for a normal user, explaining the requirements, and what the user
can do next which is explained in detail in the FAQ.
Non-root users may now create root filesystems up to 8192k in size using
genext2fs. FAQ explains how to exceed this limit as a normal user.