Merge pull request #69 from darkindex/permanent-swap

Make swapfile permanent by adding to fstab in install.sh
このコミットが含まれているのは:
Matthew Scragg 2015-08-02 08:30:32 -05:00
コミット dbebc5100b
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -32,6 +32,7 @@ sudo fallocate -l 1G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile
sudo su -c "echo '/swapfile none swap sw 0 0' >> /etc/fstab"
# lxml deps
# libxml2-dev libxslt1-dev