diff options
author | Simon Rettberg | 2020-12-09 09:12:13 +0100 |
---|---|---|
committer | Simon Rettberg | 2020-12-09 09:12:13 +0100 |
commit | fd22282ee0a851150567ebe556c9c0fa9ca8d251 (patch) | |
tree | 1edfc42b2533d64ea751487eee1c77ec570082c3 /core/rootfs | |
parent | [init-bwlp] HOSTS ETC (diff) | |
download | mltk-fd22282ee0a851150567ebe556c9c0fa9ca8d251.tar.gz mltk-fd22282ee0a851150567ebe556c9c0fa9ca8d251.tar.xz mltk-fd22282ee0a851150567ebe556c9c0fa9ca8d251.zip |
[rootfs-stage32] Add missing config include
Diffstat (limited to 'core/rootfs')
-rwxr-xr-x | core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions b/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions index fcf41149..5c579f05 100755 --- a/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions +++ b/core/rootfs/rootfs-stage32/data/opt/openslx/scripts/systemd-setup_partitions @@ -25,6 +25,8 @@ PARTITION_FILE="/run/openslx/partitions" readonly MOUNT_POINT_45 PARTITION_FILE mkdir -p "/run/openslx" +. /opt/openslx/config + declare -a TMPFILES gettmp () { local vn file |