Skip to content

Commit

Permalink
/boot/config.txt moved to /boot/firmware/config.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kou029w committed Aug 20, 2024
1 parent 93d5bca commit 885f847
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stage2/99-enable-serial/00-run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -e

echo dtoverlay=dwc2 >> "${ROOTFS_DIR}/boot/config.txt"
echo dtoverlay=dwc2 >> "${ROOTFS_DIR}/boot/firmware/config.txt"
install -m 644 {files,"${ROOTFS_DIR}"}/etc/modules-load.d/g_serial.conf

on_chroot << EOF
Expand Down

0 comments on commit 885f847

Please sign in to comment.