X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=8305199b27817922803747b1dcb8ae7ea59a6d9a;hp=723d9b2753cc28e4a7bad53a74a629032cd47cd4;hb=ca48f696657713eb509b82ccd4865b5cf1b2e212;hpb=3c1d30a841b7d9d0118c7a78a0e4e83b25dcd4b5 diff --git a/autoconfig.functions b/autoconfig.functions index 723d9b2..8305199 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -4,7 +4,7 @@ # Authors: grml-team (grml.org), (c) Klaus Knopper , (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Fre Nov 24 21:24:22 CET 2006 [mika] +# Latest change: Mon Nov 27 21:02:23 CET 2006 [mika] ################################################################################ # {{{ path, variables, signals, umask, zsh @@ -964,7 +964,7 @@ if [ -n "$partitions" ]; then case "$f" in swap) eindent if [ -n "$NOSWAP" ]; then - ewarn "Ignoring swap partition ${WHITE}$p${NORMAL} as requested." ; eend 0 + ewarn "Ignoring swap partition ${WHITE}$p${NORMAL}. (Force usage via boot option 'swap', or execute grml-swapon)" ; eend 0 else case "$(dd if=$p bs=1 count=6 skip=4086 2>/dev/null)" in S1SUSP|S2SUSP|pmdisk|[zZ]*)