work aroung error message during boot if swapon is nt installed

SVN-Revision: 12087
master
John Crispin 16 years ago
parent 863afccae8
commit b73eedd62b
  1. 2
      package/base-files/files/etc/init.d/fstab

@ -55,7 +55,7 @@ start() {
config_foreach do_mount mount
config_foreach do_swapon swap
mount -a
swapon -a
[ -x /sbin/swapon ] && swapon -a
}
stop() {

Loading…
Cancel
Save