1 2 3 4 5 6 7 8 9 10 11 12 13
#!/bin/sh # # Copyright (C) 2025-2026 Maria Lisina # SPDX-License-Identifier: Apache-2.0 # # Alpine Linux post setup script, supposed to be ran in working system set -e __dir="${0%/*}" ${__dir}/boot.sh ${1} ${__dir}/cifs.sh ${2} ${3}