diskimage-builder/elements/rpm-distro/post-install.d/05-fstab-rootfs-label

10 lines
221 B
Bash
Executable File

#!/bin/bash
set -eu
set -o pipefail
# Fedora 18 sets up for root to have a label of "_/"
# Fedora 19 sets up for root to have a UUID
# This regex will catch both
sed -i "s%.*\s\/\s%LABEL=cloudimg-rootfs / %" /etc/fstab