diff options
author | TWikiGuest <web-hurd@gnu.org> | 2005-02-19 15:30:27 +0000 |
---|---|---|
committer | TWikiGuest <web-hurd@gnu.org> | 2005-02-19 15:30:27 +0000 |
commit | 289795326e7eb26b9ab7d7a52f971a6f64d89635 (patch) | |
tree | f6c8e189264888fc68bfe9a1e64e2ec3ed8b8044 /Hurd | |
parent | 2fcce6ce62a7e603f2e19220c390620888887505 (diff) |
none
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 |