forked from pool/openSUSE-Aeon
5 lines
152 B
Bash
5 lines
152 B
Bash
|
#!/bin/bash
|
||
|
set -euxo pipefail
|
||
|
# Fix the filesystem label of the ignition partition, uppercase doesn't work with ignition
|
||
|
e2label /dev/loop0p3 ignition
|