Skip to content

Instantly share code, notes, and snippets.

@willthames
Created October 30, 2018 23:43
Show Gist options
  • Save willthames/1ee2ff746f84f40d5c88bcc47ae68023 to your computer and use it in GitHub Desktop.
Save willthames/1ee2ff746f84f40d5c88bcc47ae68023 to your computer and use it in GitHub Desktop.
acpi-support installation hook for kops
- execContainer:
command:
- sh
- -c
- >
chroot /rootfs apt-get update &&
DEBIAN_FRONTEND=noninteractive chroot /rootfs
apt-get install -y --force-yes -o Dpkg::Options::="--force-confdef" acpi-support
image: busybox
roles:
- Node
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment