Skip to content

Commit

Permalink
Add ignition.platform.idmetal for bare metal
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters authored and jlebon committed Apr 9, 2019
1 parent 6d1db85 commit 46ec3e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/image-metal.ks
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# If you add something here, also update image-cloud.ks.
# ignition.platform.id=metal is from https://github.com/coreos/fedora-coreos-tracker/issues/142
# prjquota is for quota enablement for containers: https://bugzilla.redhat.com/show_bug.cgi?id=1658386
# rw and $ignition_firstboot are used by https://github.com/coreos/ignition-dracut/
bootloader --append="rootflags=defaults,prjquota rw $ignition_firstboot"
bootloader --append="ignition.platform.id=metal rootflags=defaults,prjquota rw $ignition_firstboot"

0 comments on commit 46ec3e0

Please sign in to comment.