slitaz-boot-scripts rev 319

system.sh: typo (thanks black dog)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 11 08:56:08 2012 +0200 (2012-09-11)
parents a4e4a4784e45
children b08c444c5675
files etc/init.d/system.sh
line diff
     1.1 --- a/etc/init.d/system.sh	Sat Sep 08 13:03:10 2012 +0200
     1.2 +++ b/etc/init.d/system.sh	Tue Sep 11 08:56:08 2012 +0200
     1.3 @@ -109,7 +109,7 @@
     1.4  		if ! grep -q "$swd	" /etc/fstab; then
     1.5  			echo "Swap memory detected on: $swd"
     1.6  		cat >> /etc/fstab <<EOT
     1.7 -$swd	swap	swap	default	0 0
     1.8 +$swd	swap	swap	defaults	0 0
     1.9  EOT
    1.10  		fi
    1.11  	done