Skip to content

Commit

Permalink
cmdline fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
joshschmelzle committed Jan 28, 2025
1 parent 60674d9 commit 7b798e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion wlanpi0-base/00-boot-files/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ if ! [ -L "${ROOTFS_DIR}/boot/overlays" ]; then
ln -s firmware/overlays "${ROOTFS_DIR}/boot/overlays"
fi

install -m 644 files/cmdline.txt "${ROOTFS_DIR}/boot/firmware/"
install -m 644 files/config.txt "${ROOTFS_DIR}/boot/firmware/"

for file in cmdline.txt config.txt; do
Expand Down
3 changes: 3 additions & 0 deletions wlanpi1-lite/00-boot-files/00-run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash -e

install -m 644 files/cmdline.txt "${ROOTFS_DIR}/boot/firmware/"
3 changes: 3 additions & 0 deletions wlanpi2-full/00-boot-files/00-run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash -e

install -m 644 files/cmdline.txt "${ROOTFS_DIR}/boot/firmware/"

0 comments on commit 7b798e5

Please sign in to comment.