diff options
author | Deepak Goel <deego@glue.umd.edu> | 2002-09-25 19:51:25 +0000 |
---|---|---|
committer | Deepak Goel <deego@glue.umd.edu> | 2002-09-25 19:51:25 +0000 |
commit | 933e29e253c5c97b00e978e28d8a6206a2177e5e (patch) | |
tree | ae445ab5b932e9f941f8727126ae13c563e162f1 /Hurd | |
parent | 19dcf0e03fe33e47d74f1a5e87314d32c2525aee (diff) |
none
Diffstat (limited to 'Hurd')
-rw-r--r-- | Hurd/InstallNotes.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Hurd/InstallNotes.mdwn b/Hurd/InstallNotes.mdwn index 4f927e56..72747a77 100644 --- a/Hurd/InstallNotes.mdwn +++ b/Hurd/InstallNotes.mdwn @@ -8,7 +8,7 @@ Items of interest during install not mentioned elsewhere include: * When preparing the hurd partition, you may wish to add a -b 4096 option to mkfs.ext2 (the default is chosen depending on the size of the partition, and the support for block size 1024 is buggy). -* fdisk is most commonly used under Debian GNU/Linux for creating partitions. fdisk will work just fine. Neal's guide chooses to recommend [GNU parted](http://www.gnu.org/software/parted) instead. +* fdisk is most commonly used under Debian GNU/Linux for creating partitions. fdisk/cfdisk will work just fine. Neal's guide chooses to recommend [GNU parted](http://www.gnu.org/software/parted) instead. * **IMPORTANT!** Remember when first booting into your freshly un-tarred distribution, you must pass the `-s` option to `/boot/gnumach.gz`. Failure to do so means that you won't get single-user mode. |