From b1c5ea61d2154288c103be449111a32462c53d64 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 11 Jul 2022 17:39:08 +0200 Subject: [rfs-stage32] Make sure we mount tmp before tmpfiles-setup --- .../disk-partitions/data/opt/openslx/scripts/systemd-setup_partitions | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'core/modules/disk-partitions') diff --git a/core/modules/disk-partitions/data/opt/openslx/scripts/systemd-setup_partitions b/core/modules/disk-partitions/data/opt/openslx/scripts/systemd-setup_partitions index 3294a9cd..f87bb1d8 100755 --- a/core/modules/disk-partitions/data/opt/openslx/scripts/systemd-setup_partitions +++ b/core/modules/disk-partitions/data/opt/openslx/scripts/systemd-setup_partitions @@ -29,7 +29,9 @@ mkdir -p "/run/openslx" . /opt/openslx/bin/slx-tools dev_find_partitions &> /dev/null # Preload function -# Check what to do +# Check what to do. Currently triggered by: +# setup-partitions.service (Mini and Maxi, for swap, linux, persistent) +# setup-temp.service (Mini only, for ID44 /tmp) while (( $# > 0 )); do case "$1" in --tmp) DO_TMP=1 ;; -- cgit v1.2.3-55-g7522