Skip to content

Commit

Permalink
create /boot/firmware dir in custom stage
Browse files Browse the repository at this point in the history
  • Loading branch information
asssaf committed Dec 30, 2023
1 parent 492017f commit a17ffba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stage2-custom/10-cloud-init/02-run.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash -e

mkdir -p "${ROOTFS_DIR}/boot/firmware"
install -m 644 -t "${ROOTFS_DIR}/boot/firmware/" files/boot/*

0 comments on commit a17ffba

Please sign in to comment.