#!/bin/sh
#if [ -z "`grep -E -o " noswap( |\$)" /proc/cmdline`" -a -e /tmp/devices ]; then
#	echo -e "\n# Swap разделы:" >>/etc/fstab
	for x in `blkid |grep 'TYPE="swap"'  | cut -d: -f1`; do echo "$x none swap sw,pri=1 0 0" >>/etc/fstab; done
#	echo -e "\n# Прочее:" >>/etc/fstab ##sfs
#fi 
