From bcba001e37211050dd81f4bf109a4aaeacc43080 Mon Sep 17 00:00:00 2001 From: Marc Weber Date: Fri, 13 Feb 2009 19:01:13 +0000 Subject: [PATCH] added hint about how to get the swap partion kernel node numbers svn path=/nixos/trunk/; revision=14081 --- system/options.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/options.nix b/system/options.nix index 92d17926add6..2a6498ed80ad 100644 --- a/system/options.nix +++ b/system/options.nix @@ -81,7 +81,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. "; };