Files
ack-image-builder/config/default.sh
haoshuwei c920369a90 add swapoff config
Signed-off-by: haoshuwei <haoshuwei24@gmail.com>
2019-11-25 10:59:21 +08:00

9 lines
140 B
Bash

# /bin/bash
# Set timezone
timedatectl set-timezone Asia/Shanghai
# Set swap off
swapoff -a
sed -i '/ swap / s/^\(.*\)$/#\1/g' /etc/fstab