From 34cd7f016d438354e07371e223dc62156cd36519 Mon Sep 17 00:00:00 2001
From: freesource
Date: Tue, 15 Jan 2002 02:45:54 +0000
Subject: [PATCH] FAQ explains how the 2 disk compression kernel should be used
without a kernel without devfs.
---
doc/html/index.html | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/doc/html/index.html b/doc/html/index.html
index 3476f9e..8deb514 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -3,7 +3,7 @@
-$Id: index.html,v 1.78 2002/01/11 13:51:56 freesource Exp $
+$Id: index.html,v 1.79 2002/01/14 04:15:46 freesource Exp $
@@ -1119,9 +1119,10 @@ down all the bugs.
What does the 2 disk compression method do? [back]
This Boot Method creates a boot disk with lilo, a kernel and an initrd
-image. The
-initrd script mounts another root disk with a compressed (gzip or bzip2)
-filesystem.
+image.
+The initrd script mounts another root disk with a compressed (gzip or bzip2)
+filesystem. Note: This method doesn't use the devfs, so use a
+kernel without this built into it.
I've created a root fs. Then I've tried to create the boot disk using the 2 disk compression method. The device selection is /dev/fd0, size is 1440k, but the initrd_image.gz is 715k. I don't know much about boot disks but shouldn't the boot disks contain mainly the kernel? [back]