grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [BRANCH] Bidi support.


From: Vladimir 'φ-coder/phcoder' Serbinenko
Subject: Re: [BRANCH] Bidi support.
Date: Wed, 06 Jan 2010 22:25:39 +0100
User-agent: Mozilla-Thunderbird 2.0.0.22 (X11/20091109)

Bruce Dubbs wrote:
> Vladimir 'φ-coder/phcoder' Serbinenko wrote:
>> Hello, all. I'm here to announce initial bidi support in one of my
>> branches, namely people/phcoder/bidi. 
>
> Looks very nice.
>
Thanks
> Is there a location where the grub.cfg file that generated the image
> can be viewed?
Attached. Mostly based on Colin's overlay grub.cfg.
>
>   -- Bruce
>
>
> _______________________________________________
> Grub-devel mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/grub-devel
>


-- 
Regards
Vladimir 'φ-coder/phcoder' Serbinenko

insmod biosdisk
insmod pc
insmod font
insmod vbe
insmod gfxterm
insmod videotest
insmod tga
insmod png
insmod gfxmenu

#set gfxmode="640x480"
gfxmode="800x600"

loadfont /boot/grub/fonts/gnu-unifont-2008-04-06_tagged.pf2
loadfont /boot/grub/themes/debian-lenny/vera_sans_10.pf2
loadfont /boot/grub/themes/debian-lenny/vera_sans_12.pf2
loadfont /boot/grub/themes/debian-lenny/vera_sans_bold_14.pf2

gfxterm_font="unifont Regular 16"

serial
terminal_input console serial
terminal_output gfxterm serial

#menuviewer="text"
#prefix="/boot/grub"
icondir=/boot/grub/themes/icons/

# Set the initial gfxmenu theme.
#theme="/boot/grub/themes/ubuntu2/theme.txt"
theme="/boot/grub/themes/debian-lenny/theme.txt"
#theme="/boot/grub/themes/ubuntu1/theme.txt"

#theme="/boot/grub/themes/winter/theme.txt"
#theme="/boot/grub/themes/proto/theme.txt"
#theme="/boot/grub/themes/ubuntuglow/theme.txt"; gfxmode="1024x768"

# Choose the font for gfxterm.

####################
#### BEGIN MENU ####

timeout=8
default="3"
fallback="2 1"

menuentry "OpenSUSE השנה 2010 טובה לך‬" --class opensuse --class 
linux --class os {
  echo "OpenSUSE: Press Enter."
  read
}
menuentry "Gentoo Linux" --class gentoo --class linux --class os {
  echo "Gentoo: Press Enter."
  read
}
menuentry "Ubuntu 8.04" --class ubuntu --class linux --class os {
  echo "Ubuntu: Press Enter."
  read
}
menuentry "Kubuntu 8.04" --class kubuntu --class linux --class os {
  echo "Kubuntu: Press Enter."
  read
}
menuentry "Linux Mint" --class linuxmint --class linux --class os {
  echo "Linux Mint: Press Enter."
  read
}
menuentry "Sabayon" --class sabayon --class linux --class os {
  echo "Gentoo: Press Enter."
  read
}
menuentry "Debian" --class debian --class linux --class os {
  echo "Debian: Press Enter."
  read
}
menuentry "Windows XP" --class "windows xp" --class windows --class os {
  echo "Windows XP: Press Enter."
  read
}
# Chinese & UTF-8 test from Carbon Jiao.
menuentry "从硬盘的第一主分区启动" --class "windows xp" --class 
windows --class os {
  echo "Windows XP, Chinese UTF-8 menu item test: Press Enter."
  read
}
menuentry "Bitmap graphics test" {
  videotest -d bitmaps
}
menuentry "Switch to text menu" {
  unset theme
}
menuentry "Switch to graphical menu" {
  set theme="/boot/grub/themes/winter/theme.txt"
}

####  END MENU  ####
####################

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]