mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
Update initialization.sh
This commit is contained in:
committed by
Aiden McClelland
parent
8ccad3a437
commit
c573d65179
@@ -21,7 +21,7 @@ mkdir -p /etc/nginx/ssl
|
|||||||
docker run --privileged --rm tonistiigi/binfmt --install all
|
docker run --privileged --rm tonistiigi/binfmt --install all
|
||||||
docker network create -d bridge --subnet 172.18.0.1/16 start9
|
docker network create -d bridge --subnet 172.18.0.1/16 start9
|
||||||
echo '{ "storage-driver": "zfs" }' > /etc/docker/daemon.json
|
echo '{ "storage-driver": "zfs" }' > /etc/docker/daemon.json
|
||||||
mkdir /etc/embassy
|
mkdir -p /etc/embassy
|
||||||
hostnamectl set-hostname "embassy"
|
hostnamectl set-hostname "embassy"
|
||||||
systemctl enable embassyd.service embassy-init.service
|
systemctl enable embassyd.service embassy-init.service
|
||||||
echo 'overlayroot="tmpfs"' > /etc/overlayroot.local.conf
|
echo 'overlayroot="tmpfs"' > /etc/overlayroot.local.conf
|
||||||
|
|||||||
Reference in New Issue
Block a user