OBS-URL: https://build.opensuse.org/package/show/devel:microos:aeon:images/tik-osimage-Aeon?expand=0&rev=19
6 lines
98 B
Bash
6 lines
98 B
Bash
#!/bin/bash
|
|
set -euxo pipefail
|
|
|
|
# Setup etc subvolume for T-U v5.0+
|
|
/usr/libexec/setup-etc-subvol
|