From e22b90b76878b00105ae74aff5e9eac4c56e5a75 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 20 Oct 2020 00:17:05 -0400 Subject: [PATCH] configure GRUB to boot HOS automatically after 1s --- Rsconscript | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Rsconscript b/Rsconscript index ce896be..a8e6338 100644 --- a/Rsconscript +++ b/Rsconscript @@ -23,7 +23,10 @@ build do FileUtils.mkdir_p("#{tmpdir}/iso/boot/grub") File.open("#{tmpdir}/iso/boot/grub/grub.cfg", "wb") do |fh| fh.write(<