From ef4412524958129c1b67c75b6b5e90d50bf4e118 Mon Sep 17 00:00:00 2001 From: Ben Asselstine Date: Wed, 22 Sep 2004 18:03:47 +0000 Subject: none --- Hurd/LiveCD.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hurd') 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 -- cgit v1.2.3