From 231b46918837350562a068b0df03f24d45ac1466 Mon Sep 17 00:00:00 2001 From: Armijn Hemel Date: Mon, 25 Dec 2006 19:55:40 +0000 Subject: [PATCH] use mkfs.ext2 for making filesystems, not e2fsck svn path=/nixos/trunk/; revision=7480 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 2bb57388c48..4409f77bd1d 100644 --- a/README +++ b/README @@ -30,7 +30,7 @@ - Login as "root", empty password. - The NixOS installer doesn't do any partitioning or formatting yet, - so you need to that yourself. Use "fdisk" and "e2fsck". + so you need to that yourself. Use "fdisk", "mkfs.ext2" and "tune2fs". - Unpack the NixOS and Nixpkgs sources: