freesource
9eb665c28e
Changed another $< to $>
24 years ago
freesource
2ac67c9ffc
Changed the text a little bit more.
24 years ago
freesource
b68b263aa9
Improved the fstab explanation text.
24 years ago
freesource
cfa9689f91
This changes real uid id to effective uid id.
24 years ago
freesource
fef993baf9
Now a non-root user can make a root_fs, the administrator has to add an entry
for each user to the fstab, right now there is just a generic location for all
users. Special files aren't copied over if permissions don't allow it, but
devfs more than solves that problem!
24 years ago
freesource
41df0e88aa
The right order for sbin.
24 years ago
freesource
8994d775f7
Added /sbin and /usr/sbin in case non-root users don't have this path.
24 years ago
freesource
8b7e0b2020
Updated the date to today.
24 years ago
freesource
382a9e51b9
This adds additional size checks for the files created by depmod. On my
system there is no advantage to this because stat views things differently
based on the way the filesystem was created, file -s looks at actual size,
but the block count is what matters, and right now is kind of mysterious, in
reality this is all right, because extra room is better than too little. Soze
count for testing went from 31k to 27k, there is still room.
24 years ago
freesource
4bb9980672
This adds /usr/share/perl5 to @INC in distributions which don't adhere to the
newest FHS.
24 years ago
freesource
0ea74b9666
Updated help with modules info stuff.
24 years ago
freesource
89f978739b
Description of how a Boot/Root set is made code-wise has been added.
24 years ago
freesource
b9fa3919cb
Now handles two different block devices with/without the same size.
24 years ago
freesource
7b98ca9122
$size is no longer global, $container[SIZE] is sufficient.
24 years ago
freesource
5dde092165
$root_fs is no longer global.
24 years ago
freesource
6466adc579
Took away global $kernel because it wasn't necessary.
24 years ago
freesource
a8b0e2e223
Made $device private so that only $container[BOOT_DEVICE] and $entry_advanced[3]
represent the BOOT and ROOT devices.
24 years ago
freesource
897d9b891c
Changed ROOT_DEVICE constant to ROOT_FS because it was very misleading.
24 years ago
freesource
0577a3be57
System.map works now, tested and works great.
24 years ago
freesource
3ab5c649a2
This addes System.map_selector button.
24 years ago
freesource
3fd05a4013
This switches around append and Kernel Modules so that all the Kernel stuff is
together in the ABS. It seems for now, that just looking in /lib/modules/kern-v
is appropriate.
24 years ago
freesource
286b029fcb
This is the beginnings of the System.map entry, ofcourse, users will have to
include their modules in a location which will probably be defined as the same
or below that directory.
24 years ago
freesource
0529b9a78f
This adds alternative device choice to initrd, fdformat is kind of a solution since
mke2fs has gotten so chosy, but it isn't geometrically perfect .. expect 0x04
from lilo.
24 years ago
freesource
f5453ef91d
Removed an unecessary entry box, created during an experiment.
24 years ago
freesource
48e3ff937d
Working properly, append options are global in brlilo so ramdisk_size=16384 is
a good thing to add to get Tom's rtbt to work, state is properly saved, too.
24 years ago
freesource
8c0b394464
Things are working properly with insmod, will have to adjust the size of ramdisks
for something like rttbtt.
24 years ago
freesource
0a896d4ebe
This does the complete depmod thing. Next KEYSYMS will have to be added, better
cleanup, and better size check after depmod is run, preferably in initrd_size.
24 years ago
freesource
6c633e1a1f
The Stripper lablel has been replaced with the Libraries check box, and the
Modules check box is at the end. The logic is in place, now just have to
compute amount of directories and size of dep file. May use mkpath or
home_builder.
24 years ago
freesource
e8a3ac5b80
Adds kernel_modules to find the path for modules specified on $ea3, also handles
the method specification (which modules are wanted) and the presentation to the
user.
24 years ago
freesource
3a614f521c
This adds a kernel version entry to the ABS so that users can override whatever
kernel version is found, or if it isn't found..
24 years ago
freesource
694fe413df
This adds the much needed Kernel Module(s) entry to the ABS.
24 years ago
freesource
c8f5c34cd5
If the root_filesystem in bz2, then bzip2 will be used as the library check
in initrd_size and initrd, since it now has a separate dep.
24 years ago
freesource
8baf683a62
Added more to the contrib..
24 years ago
freesource
c534fe6a3e
$ear2 properly upgraded when save button not chosen.
24 years ago
freesource
1e249d1786
This compresses to stdout when the Accept button in ARS, which allows an
uncompressed and compressed version of each type to exist if desired.
24 years ago
freesource
27e55e39da
Added free software section to contr.
24 years ago
freesource
4421a21427
Moved verbose within gbootroot's own tmp directory.
24 years ago
freesource
04ef605944
More changelog.
24 years ago
freesource
267374b8e6
More changelog.
24 years ago
freesource
b837549cd6
More changelog additions.
24 years ago
freesource
72cc611061
More updates to the changelog.
24 years ago
freesource
52d832a9e8
Updated the Changelog and Contributors section.
24 years ago
freesource
7f2e034912
Just a spelling change.
24 years ago
freesource
1a780a3178
Added text about the verbosity box in help().
24 years ago
freesource
8dec81ff62
Fixed a spelling mistake.
24 years ago
freesource
a6cd43b6f6
This updates help.
24 years ago
freesource
c712106756
This makes the Selection box for the UML kernel in the ARS point to $home_uml_kernel.
24 years ago
freesource
18498a371a
Reflects correct date.
24 years ago
freesource
b8e1669085
This properly adds mem=16M to the initial options file.
24 years ago
freesource
b71a79fd60
This just adds mem=16M to the UML box options, this happens to be the default
for the uml kernel, but more is desirable, hopefully, this will be obvious to th
user.
24 years ago