mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 20:42:41 +02:00
touch raspiblitz.conf in bootstrap
This commit is contained in:
@@ -116,8 +116,7 @@ if [ "${baseImage}" = "dietpi" ]; then
|
|||||||
# install OpenSSH client + server
|
# install OpenSSH client + server
|
||||||
sudo apt install -y openssh-client
|
sudo apt install -y openssh-client
|
||||||
sudo apt install -y openssh-sftp-server
|
sudo apt install -y openssh-sftp-server
|
||||||
|
sudo apt install -y openssh-server
|
||||||
|
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -593,5 +592,5 @@ if [ "${baseImage}" = "raspbian" ]; then
|
|||||||
EOF
|
EOF
|
||||||
init 6
|
init 6
|
||||||
fi
|
fi
|
||||||
EOF
|
fi
|
||||||
fi
|
EOF
|
@@ -19,6 +19,8 @@ source /home/admin/_version.info
|
|||||||
# CONFIGFILE - configuration of RaspiBlitz
|
# CONFIGFILE - configuration of RaspiBlitz
|
||||||
# used by fresh SD image to recover configuration
|
# used by fresh SD image to recover configuration
|
||||||
# and delivers basic config info for scripts
|
# and delivers basic config info for scripts
|
||||||
|
# make raspiblitz.conf if not there
|
||||||
|
sudo touch /mnt/hdd/raspiblitz.conf
|
||||||
configFile="/mnt/hdd/raspiblitz.conf"
|
configFile="/mnt/hdd/raspiblitz.conf"
|
||||||
|
|
||||||
# LOGFILE - store debug logs of bootstrap
|
# LOGFILE - store debug logs of bootstrap
|
||||||
|
Reference in New Issue
Block a user