This is the way to create a SWAP on your DM running OpenPLi 4.0 from MastaG,

Code:
dd if=/dev/zero of=/media/usb/swapfile bs=1048576 count=128; mkswap /media/usb/swapfile
sed -i '/usb\/swapfile/d' /etc/fstab; echo -e '/media/usb/swapfile swap swap defaults 0 0' >> /etc/fstab
swapon /media/usb/swapfile


Enjoy,

Admin


Attachments
dvbapp2-plugin-extentions-swapmanager2-01.r1.ipk (66 downloads)
swap_openpli40.txt (70 downloads)

_________________________