fickit: Define hostname

This commit is contained in:
nemunaire 2022-06-02 11:41:12 +02:00
parent 152bbe178f
commit 8d8d8d7c82
2 changed files with 12 additions and 0 deletions

View File

@ -278,6 +278,12 @@ services:
# uts: new
files:
- path: etc/init.d/001-hostname
contents: |
#!/bin/sh
/bin/hostname deimos
mode: "0555"
- path: etc/init.d/015-setup-sshd
source: configs/sshd-setup.sh
mode: "0555"

View File

@ -277,6 +277,12 @@ services:
files:
- path: etc/init.d/001-hostname
contents: |
#!/bin/sh
/bin/hostname phobos
mode: "0555"
- path: etc/init.d/015-setup-sshd
source: configs/sshd-setup.sh
mode: "0555"