mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
use mkfs.ext2 for making filesystems, not e2fsck
svn path=/nixos/trunk/; revision=7480
This commit is contained in:
parent
936fa69912
commit
231b469188
2
README
2
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user