summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Asselstine <benasselstine@canada.com>2004-09-22 18:03:47 +0000
committerBen Asselstine <benasselstine@canada.com>2004-09-22 18:03:47 +0000
commitef4412524958129c1b67c75b6b5e90d50bf4e118 (patch)
treec1fac240694aaf53116ad0e911ecb2b1a950650a
parentdabafc9209fb6ce706fa42362fa836e305a9db6f (diff)
none
-rw-r--r--Hurd/LiveCD.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hurd/LiveCD.mdwn b/Hurd/LiveCD.mdwn
index 96e44428..4c1aecae 100644
--- a/Hurd/LiveCD.mdwn
+++ b/Hurd/LiveCD.mdwn
@@ -24,7 +24,7 @@ Here's an outline of the things that need to be done.
> /sbin/mke2fs ./ramdisk
> settrans -a tmpfs /hurd/ext2fs ./ramdisk
> fsysopts --writable ./ramdisk
-> cd newfs
+> cd tmpfs
> touch somenewfile
>
> > > Here we use two files ramdisk, and tmpfs that are already created on a readonly file system. For illustration purposes, they are touched beforehand. We run an active storeio translator on the ramdisk file to give us 50MB of RAM to work with, and then we make an ext2 filesystem on it. A boot CD would presumably have a ready-made image to copy into the ramdisk, so we wouldn't really need to run mke2fs. After making sure the file system is writable, we mount the image with an ext2fs translator onto tmpfs. And now we're writing files on a writable file system that originated on a readonly filesystem. This idea was first posted in a