mirror of
https://github.com/outbackdingo/ack-image-builder.git
synced 2026-01-27 10:18:13 +00:00
9 lines
140 B
Bash
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
|