We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19dafb4 + 43b00c0 commit 2b83b58Copy full SHA for 2b83b58
pkg/cidata/cidata.TEMPLATE.d/boot/05-persistent-data-volume.sh
@@ -7,7 +7,7 @@ set -eux -o pipefail
7
test -f /etc/alpine-release || exit 0
8
9
# Data directories that should be persisted across reboots
10
-DATADIRS="/etc /home /tmp /usr/local /var/lib"
+DATADIRS="/etc /home /root /tmp /usr/local /var/lib"
11
12
# When running from RAM try to move persistent data to data-volume
13
# FIXME: the test for tmpfs mounts is probably Alpine-specific
0 commit comments