From 4f677192d76ecb1d58bd0410e563405ad446a4ed Mon Sep 17 00:00:00 2001 From: Robert Nelson Date: Tue, 10 Jun 2014 14:00:36 -0500 Subject: [PATCH] mk_mmc.sh: add these for easy changes Signed-off-by: Robert Nelson --- mk_mmc.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/mk_mmc.sh b/mk_mmc.sh index ca09a7f..5151f18 100755 --- a/mk_mmc.sh +++ b/mk_mmc.sh @@ -325,6 +325,22 @@ boot_uenv_txt_template () { ##Uncomment to override: #kms_force_mode=video=${drm_device_identifier}:1024x768@60e + __EOF__ + else + cat >> ${TEMPDIR}/bootscripts/normal.cmd <<-__EOF__ + ##Video: [ls /sys/class/drm/] + ##Docs: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/fb/modedb.txt + ##Uncomment to override: + #kms_force_mode=video=HDMI-A-1:1024x768@60e + + __EOF__ + + cat >> ${TEMPDIR}/bootscripts/netinstall.cmd <<-__EOF__ + ##Video: [ls /sys/class/drm/] + ##Docs: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/fb/modedb.txt + ##Uncomment to override: + #kms_force_mode=video=HDMI-A-1:1024x768@60e + __EOF__ fi