Skip to content

Commit cba0bfc

Browse files
committed
- Removing wrong GRUB from initrd
1 parent 503bef1 commit cba0bfc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

board/pppwn/post-build.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
chmod +x "${TARGET_DIR}/etc/init.d/S50pppwn"
4+
chmod +x "${TARGET_DIR}/etc/init.d/S50pppwn"
5+
6+
# Remove conflicting grub.cfg from target directory
7+
rm -f "${TARGET_DIR}/boot/grub/grub.cfg"

0 commit comments

Comments
 (0)