Skip to content
/ os Public
forked from openshift/os

Commit

Permalink
overlay.d/05rhcos: Add dracut module to install vendored gdisk
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Sep 13, 2024
1 parent dcad587 commit 8ef7986
Showing 1 changed file with 15 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash

check() {
return 0
}

depends() {
echo ignition
}

install() {
# Installed vendored gdisk binary in the initramfs for Ignition
# See: https://issues.redhat.com/browse/RHEL-56080
inst /usr/libexec/ignition-sgdisk /usr/sbin/sgdisk
}

0 comments on commit 8ef7986

Please sign in to comment.