Skip to content

Commit 159b3d5

Browse files
isiusDivya-563
authored andcommitted
Remove duplicate #Silent section (#484)
1 parent 2c95da9 commit 159b3d5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

board/raspberrypi/post-image.sh

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,17 +57,6 @@ __EOF__
5757
# Force 1080p
5858
hdmi_group=1
5959
hdmi_mode=16
60-
__EOF__
61-
fi
62-
;;
63-
--silent)
64-
if ! grep -qE '^disable_splash=1' "${BINARIES_DIR}/rpi-firmware/config.txt"; then
65-
echo "Adding 'silent=1' to config.txt."
66-
cat << __EOF__ >> "${BINARIES_DIR}/rpi-firmware/config.txt"
67-
68-
# Silent
69-
disable_splash=1
70-
boot_delay=0
7160
__EOF__
7261
fi
7362
;;

0 commit comments

Comments
 (0)