alpine-linux-headless-boots.../make.sh

9 lines
227 B
Bash
Raw Normal View History

2022-07-09 12:34:58 +00:00
#!/bin/sh
2023-05-12 12:04:05 +00:00
# Copyright 2022 - 2023, macmpi
# SPDX-License-Identifier: MIT
2022-12-05 08:42:40 +00:00
chmod 600 overlay/etc/ssh/ssh_host_*_key
2022-07-09 12:34:58 +00:00
chmod +x overlay/etc/local.d/headless.start
tar czvf headless.apkovl.tar.gz -C overlay etc --owner=0 --group=0