Skip to content

Commit fb2dc20

Browse files
committed
Ensure OEM is mounted after initqueue is done
Signed-off-by: David Cassany <[email protected]>
1 parent 8160acc commit fb2dc20

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/immutable-rootfs/30cos-immutable-rootfs/cos-generator.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ if [ -n "${oem_label}" ]; then
3737
echo "[Unit]"
3838
echo "DefaultDependencies=no"
3939
echo "Before=cos-setup-rootfs.service"
40+
echo "After=dracut-initqueue.service"
41+
echo "Wants=dracut-initqueue.service"
4042
echo "Conflicts=initrd-switch-root.target"
4143
echo "[Mount]"
4244
echo "Where=/oem"

0 commit comments

Comments
 (0)