Commit Graph
616 Commits
Author SHA1 Message Date
freesource 5d9ddd9aff Put 2&> back for swim db generation because of all the STDOUT. 2001-10-08 17:42:41 +00:00
freesource 6e63c605af Where ever y/n is first asked is now STDERR .. makes more sense to the user. 2001-10-08 17:19:51 +00:00
freesource 37e1bdbf6b Before fset was creating some probs. 2001-10-08 17:19:06 +00:00
freesource 8c36ece69b Made dependent on >= 1.3.12 gbootroot. 2001-10-08 16:00:41 +00:00
freesource 8b7e0b2020 Updated the date to today. 2001-10-08 15:57:55 +00:00
freesource b98fa6cf3b Fixed an error. 2001-10-08 15:56:56 +00:00
freesource 2cafd68256 Another sp. mistake. 2001-10-08 05:21:03 +00:00
freesource 1fc7c15944 Fixed a spelling mistake. 2001-10-08 05:19:36 +00:00
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.
2001-10-08 05:12:29 +00:00
freesource d2ee05c414 Tells users to add devfs=nomount when running rtbt with uml. 2001-10-08 01:26:21 +00:00
freesource 43d0c0e92d This just copies over the jpg and gif files in images/ 2001-10-08 01:08:44 +00:00
freesource 2d29bd9e8c Adds link to e2fsprogs Feature Request for mke2fs. 2001-10-06 22:29:30 +00:00
freesource 4bb9980672 This adds /usr/share/perl5 to @INC in distributions which don't adhere to the
newest FHS.
2001-10-06 21:12:35 +00:00
freesource 7ebba544af Changed the Filesystem Size to a respectable amount for Debian-X11.yard. 2001-10-06 20:02:57 +00:00
freesource e18c02ed8e Added a dialog box to tutorial so that people can find the documentation in
/usr/share/doc/gbootroot/html/index.html.
2001-10-06 19:57:34 +00:00
freesource 0ea74b9666 Updated help with modules info stuff. 2001-10-06 19:17:15 +00:00
freesource 53bdabd794 Upldated to the new module sections. 2001-10-06 19:14:28 +00:00
freesource a11343bae2 This adds boot_root.4. 2001-10-06 19:12:41 +00:00
freesource 5ac1caca8b Added the html documentation. 2001-10-06 19:09:16 +00:00
freesource 89f978739b Description of how a Boot/Root set is made code-wise has been added. 2001-10-06 06:07:33 +00:00
freesource b9fa3919cb Now handles two different block devices with/without the same size. 2001-10-06 05:40:58 +00:00
freesource 7b98ca9122 $size is no longer global, $container[SIZE] is sufficient. 2001-10-06 04:18:13 +00:00
freesource 5dde092165 $root_fs is no longer global. 2001-10-06 04:13:26 +00:00
freesource 6466adc579 Took away global $kernel because it wasn't necessary. 2001-10-06 04:08:17 +00:00
freesource a8b0e2e223 Made $device private so that only $container[BOOT_DEVICE] and $entry_advanced[3]
represent the BOOT and ROOT devices.
2001-10-06 03:53:10 +00:00
freesource 897d9b891c Changed ROOT_DEVICE constant to ROOT_FS because it was very misleading. 2001-10-06 02:48:26 +00:00
freesource 0577a3be57 System.map works now, tested and works great. 2001-10-05 18:31:13 +00:00
freesource 3ab5c649a2 This addes System.map_selector button. 2001-10-05 18:09:26 +00:00
freesource dec7e6a3dc The FAQ was updated, the images have to be updated again, and message() in
gbootroot.
2001-10-05 16:13:13 +00:00
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.
2001-10-05 06:36:23 +00:00
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.
2001-10-05 06:30:07 +00:00
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.
2001-10-05 05:54:56 +00:00
freesource f5453ef91d Removed an unecessary entry box, created during an experiment. 2001-10-05 05:25:15 +00:00
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.
2001-10-05 02:24:17 +00:00
freesource 8c0b394464 Things are working properly with insmod, will have to adjust the size of ramdisks
for something like rttbtt.
2001-10-04 18:55:38 +00:00
freesource 20fa0a6591 Added some text changes. 2001-10-04 06:27:18 +00:00
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.
2001-10-04 06:26:16 +00:00
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.
2001-10-04 02:38:21 +00:00
freesource 012472663f Improves some grammer in the modules part. 2001-10-03 17:34:18 +00:00
freesource 3c3faaa90e Clarifys the modules explanation, kmod is the standard used. 2001-10-03 17:33:00 +00:00
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.
2001-10-03 17:31:12 +00:00
freesource 640ddbca30 This fixes kernel_version_check to return a value. 2001-10-03 05:10:03 +00:00
freesource 794bf06372 The updated look. 2001-10-03 05:07:49 +00:00
freesource bcc2952ad2 More improvements. 2001-10-03 05:07:06 +00:00
freesource c1408c656d Makes the files created by this script have debian-X11 appended, and fixes a
ldconfig explanation.
2001-10-03 05:06:00 +00:00
freesource cf3d4b6ad5 This improves the explanation for the ldconfig line. 2001-10-03 05:05:00 +00:00
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..
2001-10-03 05:02:58 +00:00
freesource 28ea54d645 Because some browsers don't like xpm. 2001-10-02 19:03:55 +00:00
freesource a495295afc Looks better under Netscape, was testing with Konqueror. 2001-10-02 19:03:20 +00:00
freesource f545ca48b1 Updated the text for the ABS. 2001-10-02 18:23:19 +00:00