Greetings! Busybox-power has support for swapon priority by specifying -p switch, but it doesn't respect fstab "pri=n" option. On the contrary, Debian swapon utility behaves as it should, setting the specified priority... Should I file that in on bugs.busybox.net as a suggestion or it's a bug of our package? I didn't find any occurence of reading of that option from fstab in official sources of busybox v1.21, but I could just miss that.
Nokia-N900:~# cat /etc/fstab | grep sw /dev/mmcblk1p3 none swap sw,pri=50 0 0 /dev/mmcblk1p4 none swap sw,pri=40 0 0 Nokia-N900:~# cat /proc/swaps Filename Type Size Used Priority /dev/mmcblk1p3 partition 786424 0 50 /dev/mmcblk1p4 partition 785400 0 40