From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: The development of GNU GRUB <grub-devel@gnu.org>
Subject: Re: [BRANCH] Bidi support.
Date: Wed, 06 Jan 2010 22:25:39 +0100 [thread overview]
Message-ID: <4B44FFD3.8090702@gmail.com> (raw)
In-Reply-To: <4B44F5D7.5000903@gmail.com>
[-- Attachment #1.1: Type: text/plain, Size: 598 bytes --]
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
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
--
Regards
Vladimir 'φ-coder/phcoder' Serbinenko
[-- Attachment #1.2: grub.cfg --]
[-- Type: text/plain, Size: 2357 bytes --]
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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 293 bytes --]
next prev parent reply other threads:[~2010-01-06 21:25 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-01-06 20:14 [BRANCH] Bidi support Vladimir 'φ-coder/phcoder' Serbinenko
2010-01-06 20:43 ` Bruce Dubbs
2010-01-06 21:25 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
2010-01-06 22:44 ` Bruce Dubbs
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4B44FFD3.8090702@gmail.com \
--to=phcoder@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.