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.
1 parent 1e2598b commit ae83322Copy full SHA for ae83322
flatcar-postinst
@@ -6,6 +6,9 @@
6
set -euo pipefail
7
umask 0022
8
9
+# This instead of "/oem" works because it is a symlink to /oem on newer systems
10
+# and we keep it /usr/share/oem because that is the correct path on older systems
11
+# that process this update to the new version which will then use /oem
12
OEM_MNT="/usr/share/oem"
13
14
INSTALL_MNT=$(dirname "$0")
0 commit comments