#54: The fedora:23 image contains /etc/fstab with UUID=... line, leading to error message when systemd is used in container -----------------------------+--------------------- Reporter: adelton | Owner: kanarip Type: defect | Status: new Priority: major | Milestone: Component: kickstart pool | Keywords: Blocked By: | Blocking: -----------------------------+--------------------- = bug description =
The fedora:23 image contains record for root partition in /etc/fstab.
= bug analysis =
When systemd is run via {{{ENTRYPOINT [ "/usr/sbin/init" ]}}}, it will complain
{{{ Running in a container, ignoring fstab device entry for /dev/disk/by- uuid/2cd63037-e967-4e87-b29b-044190721e80. }}}
= fix recommendation =
Remove /etc/fstab or remove that line
{{{ UUID=2cd63037-e967-4e87-b29b-044190721e80 / ext4 defaults 1 1 }}}
from it.