summaryrefslogtreecommitdiff
path: root/alpine/post.sh
blob: ae2e06ff2c56ddba8b4ba30ed4090a22d503097b (plain)
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}