From 86f5d9dace5cd403c6fbfc4f342e753376c1371a Mon Sep 17 00:00:00 2001 From: Nicolas Pierron Date: Sun, 22 Feb 2009 16:08:41 +0000 Subject: [PATCH] added hint about how to get the swap partion kernel node numbers svn path=/nixos/branches/fix-style/; revision=14184 --- system/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/options.nix b/system/options.nix index 6e165c3b00a..babd4cfc162 100644 --- a/system/options.nix +++ b/system/options.nix @@ -34,7 +34,7 @@ in example = "0:0"; description = " Device for manual resume attempt during boot. Looks like - major:minor . + major:minor. ls -l /dev/SWAP_PARTION shows them. "; };