diff options
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/LiveCD.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Hurd/LiveCD.mdwn b/Hurd/LiveCD.mdwn index 4c1aecae..105ae60f 100644 --- a/Hurd/LiveCD.mdwn +++ b/Hurd/LiveCD.mdwn @@ -21,8 +21,8 @@ Here's an outline of the things that need to be done. > touch ./ramdisk > touch ./tmpfs > settrans -a ./ramdisk /hurd/storeio -Tcopy zero:50M -> /sbin/mke2fs ./ramdisk -> settrans -a tmpfs /hurd/ext2fs ./ramdisk +> /sbin/mke2fs -o hurd -b 4096 ./ramdisk +> settrans -a tmpfs /hurd/ext2fs.static ./ramdisk > fsysopts --writable ./ramdisk > cd tmpfs > touch somenewfile |