diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-27 14:07:55 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-09-27 14:07:55 +0000 |
commit | 7440aeec169e3122b49da452c2603eee272297bb (patch) | |
tree | e344b711a9acedcae7c41e023544b397b5a054c5 /docs/README | |
parent | 793181529812128f5c570df1c055e17385ae9bd5 (diff) | |
download | drakx-7440aeec169e3122b49da452c2603eee272297bb.tar drakx-7440aeec169e3122b49da452c2603eee272297bb.tar.gz drakx-7440aeec169e3122b49da452c2603eee272297bb.tar.bz2 drakx-7440aeec169e3122b49da452c2603eee272297bb.tar.xz drakx-7440aeec169e3122b49da452c2603eee272297bb.zip |
refine info on blank.img
Diffstat (limited to 'docs/README')
-rw-r--r-- | docs/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/README b/docs/README index d35508e66..79c62f6bb 100644 --- a/docs/README +++ b/docs/README @@ -140,7 +140,11 @@ images/*.img they are now in "other.img", blank.img is a blank boot image without a kernel nor initrd. this image - can be used to generate custom boot disk. + can be used to generate custom boot disk (to use it: + compile your custom kernel with everything needed + compiled in the kernel, not as a module (loop.o, ext3.o + if needed, usb stuff, etc) and put the "vmlinuz" on the + blank.img, then boot on it) if you think one of those modules is used a lot, tell me, i may find some room to put it back on the main floppies. |