summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/binary_loopback_cfg9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/build/binary_loopback_cfg b/scripts/build/binary_loopback_cfg
index 6031a8dcc..6c8712c09 100755
--- a/scripts/build/binary_loopback_cfg
+++ b/scripts/build/binary_loopback_cfg
@@ -87,6 +87,13 @@ Grub_live_autodetect_entry ()
LINUX_LIVE="${LINUX_LIVE}\n}"
}
+Grub_live_video ()
+{
+
+ LINUX_LIVE="${LINUX_LIVE}\ninsmod all_video\n"
+
+}
+
if [ -e "config/bootloaders/grub-pc" ]
then
# Internal local copy
@@ -201,6 +208,8 @@ do
done
IFS="$OLDIFS"
+Grub_live_video
+
if [ -z ${FOUND_SYSLINUX} ]
then