Commit 47b9d16b authored by rajudev's avatar rajudev

moving data files for hamara-sugam under its own folder

parent f712e5f4
insmod gfxterm
insmod gfxmenu
insmod png
set theme=/boot/grub/live-theme/theme.txt
set gfxmode=1920x1080x32,1440x900x32,1366x768x32,1024x768x32,800x600x32,auto
set timeout_style=menu
set timeout=30
loadfont $prefix/terminus_18.pf2
loadfont $prefix/terminus_16.pf2
if [ x"${grub_platform}" = xpc ] ; then
# BIOS
echo "Booting in BIOS Mode"
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
insmod video_fb
PLATFORM="Legacy PC Mode"
terminal_output gfxterm
else
# EFI
echo "Booting in UEFI Mode"
set gfxmode=1920x1080x32,1440x900x32,1366x768x32,1024x768x32,800x600x32,auto
insmod efi_gop
insmod efi_uga
insmod video_bochs
insmod video_cirrus
insmod video_fb
insmod gfxterm
insmod font
PLATFORM="UEFI"
terminal_output gfxterm
fi
# Live boot
menuentry "Try Hamara Sugam without Installing" {
set gfxpayload=keep
linux KERNEL_LIVE APPEND_LIVE
initrd INITRD_LIVE
}
menuentry "Try Hamara Sugam (SafeMode) without Installing" {
linux KERNEL_LIVE boot=live components memtest noapic noapm nodma nomce nolapic nomodeset nosmp nosplash vga=normal
initrd INITRD_LIVE
}
menuentry "Install Hamara Sugam" {
linux KERNEL_GI APPEND_GI
initrd INITRD_GI
}
menuentry "Install with speech synthesis" --hotkey i {
linux KERNEL_DI vga=788 speakup.synth=soft --- quiet
initrd INITRD_GI
}
This diff is collapsed.
# Based on ubuntu-mate GRUB2 theme
#
# Copyright (C) 2017 I Sagar <sagar@hamaralinux.org>
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
# general settings
title-color: "#000"
title-font: "Terminus 14"
title-text: ""
desktop-image:"/boot/grub/live-theme/background.png"
# boot menu
+ boot_menu {
left = 25%
width = 50%
top = 20%
height = 40%
item_font = "Terminus 18"
item_color = #000"
selected_item_font = "Terminus 18"
selected_item_color = "#fff"
icon_width = 14
icon_height = 14
item_height = 22
item_padding = 40
item_icon_space = 0
item_spacing = 0
scrollbar = true
scrollbar_width = 20
scrollbar_thumb = "slider_*.png"
menu_pixmap_style = "menu_frame_*.png"
selected_item_pixmap_style = "highlight_*.png"
}
# progress bar
+ progress_bar {
id = "__timeout__"
left = 25%
width = 50%
top = 80%
height = 20
show_text = true
font = "Terminus 18"
text_color = "#fff"
text = "@TIMEOUT_NOTIFICATION_MIDDLE@"
bar_style = "progress_frame_*.png"
highlight_style = "progress_highlight_*.png"
}
# help bar at the bottom
+ hbox {
top = 100%-35
left =40%
width = 100%
height = 20
font = "Terminus 18"
+ label { text = "enter" color = "#f79421" }
+ label { text = ":boot " color = "#000" }
+ label { text = "e" color = "#f79421" }
+ label { text = ":edit " color = "#000" }
+ label { text = "c" color = "#f79421" }
+ label { text = ":command-line" color = "#000" }
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment