Skip to content

Commit f363262

Browse files
jasperdekeukItxakaCopilot
authored
fix(nvidia): Prepare nvidia orin images patch (#358)
* fix: update fonts path * fix: typo * Update image-assets/prepare_nvidia_orin_images.sh Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: create `oem/01_defaults.yaml` if not existing --------- Co-authored-by: Itxaka <itxaka@kairos.io> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 13aad0d commit f363262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

image-assets/prepare_nvidia_orin_images.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ cp -rfv recovery_partition.img bootloader/
136136

137137
# Create the grubenv forcing first boot to be on recovery system
138138
mkdir -p $WORKDIR/oem
139-
$WORKDIR/oem/01_defaults.yaml <<EOF
139+
cat > $WORKDIR/oem/01_defaults.yaml <<EOF
140140
#cloud-config
141141
142142
# Additional system users

0 commit comments

Comments
 (0)