mirror of
https://github.com/danog/danog.github.io.git
synced 2024-11-26 20:04:55 +01:00
4 lines
109 B
Bash
4 lines
109 B
Bash
|
dd if=/dev/zero of=/mnt/usbs/swap.swap bs=1M count=512
|
||
|
mkswap /mnt/usbs/swap.swap
|
||
|
swapon /mnt/usbs/swap.swap
|