X-Git-Url: http://git.grml.org/?p=grml-autoconfig.git;a=blobdiff_plain;f=autoconfig.functions;h=5307d544820872e9954cec0ce742635f668eddc2;hp=22a8e83e1e66708f1f15541176cc9ca042ead486;hb=af7c237c82776e604a17963fe2bec0ff87c8fb28;hpb=4ff9af3f55fe5035c1f1910876ba17e4a61c9bda diff --git a/autoconfig.functions b/autoconfig.functions index 22a8e83..5307d54 100755 --- a/autoconfig.functions +++ b/autoconfig.functions @@ -964,7 +964,9 @@ if [ -n "$partitions" ]; then case "$f" in swap) eindent if [ -n "$NOSWAP" ]; then - ewarn "Ignoring swap partition ${WHITE}$p${NORMAL}. (Force usage via boot option 'swap', or execute grml-swapon)" ; eend 0 + if [ -z "$INSTALLED" ] ; then + ewarn "Ignoring swap partition ${WHITE}$p${NORMAL}. (Force usage via boot option 'swap', or execute grml-swapon)" ; eend 0 + fi else case "$(dd if=$p bs=1 count=6 skip=4086 2>/dev/null)" in S1SUSP|S2SUSP|pmdisk|[zZ]*)