From: Adrian M. <ad...@mc...> - 2004-06-04 19:50:45
|
For future reference, and with thanks to Paul - this is quite easy with 2= =2E6=20 and a busy box setup configured to include losetup: dd if=3D/dev/zero of=3Dswap.img bs=3D1k count=3D16384 ; losetup /dev/loop= /0 swap.img ;=20 mkswap /dev/loop/0 ; swapon /dev/loop/0 Haven't tested it at all thoroughly though, but it seems to be running fi= ne. Adrian |