From mboxrd@z Thu Jan 1 00:00:00 1970 From: git@ipfire.org To: ipfire-scm@lists.ipfire.org Subject: [IPFire-SCM] [git.ipfire.org] IPFire 3.x development tree branch, master, updated. bc7a5ea8eefb267b6f4a277d608886793fc8d406 Date: Sun, 01 Jul 2012 23:00:05 +0200 Message-ID: <20120701210006.5CD1220097@argus.ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6342542782298827588==" List-Id: --===============6342542782298827588== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 3.x development tree". The branch, master has been updated via bc7a5ea8eefb267b6f4a277d608886793fc8d406 (commit) from ea1f181e1e8840bd1695d8d652b5c3781397abd7 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bc7a5ea8eefb267b6f4a277d608886793fc8d406 Author: Michael Tremer Date: Sun Jul 1 22:57:33 2012 +0200 grub: Update to 2.00. =20 Adds a theme which makes the boot screen more pretty. =20 Fixes #10167. ----------------------------------------------------------------------- Summary of changes: grub/default/grub | 1 + grub/grub.nm | 42 +++++++++++------ grub/patches/grub-1.99-just-say-linux.patch | 8 ++-- grub/splash.png | Bin 84356 -> 0 bytes grub/theme/COPYING.CC-BY-SA-3.0 | 65 +++++++++++++++++++++++++= ++ grub/theme/background.png | Bin 0 -> 16601 bytes grub/theme/blob_w.png | Bin 0 -> 836 bytes grub/theme/boot_menu_c.png | Bin 0 -> 165 bytes grub/theme/boot_menu_e.png | Bin 0 -> 182 bytes grub/theme/boot_menu_n.png | Bin 0 -> 142 bytes grub/theme/boot_menu_ne.png | Bin 0 -> 312 bytes grub/theme/boot_menu_nw.png | Bin 0 -> 278 bytes grub/theme/boot_menu_s.png | Bin 0 -> 144 bytes grub/theme/boot_menu_se.png | Bin 0 -> 304 bytes grub/theme/boot_menu_sw.png | Bin 0 -> 280 bytes grub/theme/boot_menu_w.png | Bin 0 -> 142 bytes grub/theme/slider_c.png | Bin 0 -> 197 bytes grub/theme/slider_n.png | Bin 0 -> 265 bytes grub/theme/slider_s.png | Bin 0 -> 269 bytes grub/theme/terminal_box_c.png | Bin 0 -> 178 bytes grub/theme/terminal_box_e.png | Bin 0 -> 94 bytes grub/theme/terminal_box_n.png | Bin 0 -> 194 bytes grub/theme/terminal_box_ne.png | Bin 0 -> 128 bytes grub/theme/terminal_box_nw.png | Bin 0 -> 210 bytes grub/theme/terminal_box_s.png | Bin 0 -> 101 bytes grub/theme/terminal_box_se.png | Bin 0 -> 126 bytes grub/theme/terminal_box_sw.png | Bin 0 -> 123 bytes grub/theme/terminal_box_w.png | Bin 0 -> 97 bytes grub/theme/theme.txt | 57 +++++++++++++++++++++++ 29 files changed, 155 insertions(+), 18 deletions(-) delete mode 100644 grub/splash.png create mode 100644 grub/theme/COPYING.CC-BY-SA-3.0 create mode 100644 grub/theme/background.png create mode 100644 grub/theme/blob_w.png create mode 100644 grub/theme/boot_menu_c.png create mode 100644 grub/theme/boot_menu_e.png create mode 100644 grub/theme/boot_menu_n.png create mode 100644 grub/theme/boot_menu_ne.png create mode 100644 grub/theme/boot_menu_nw.png create mode 100644 grub/theme/boot_menu_s.png create mode 100644 grub/theme/boot_menu_se.png create mode 100644 grub/theme/boot_menu_sw.png create mode 100644 grub/theme/boot_menu_w.png create mode 100644 grub/theme/slider_c.png create mode 100644 grub/theme/slider_n.png create mode 100644 grub/theme/slider_s.png create mode 100644 grub/theme/terminal_box_c.png create mode 100644 grub/theme/terminal_box_e.png create mode 100644 grub/theme/terminal_box_n.png create mode 100644 grub/theme/terminal_box_ne.png create mode 100644 grub/theme/terminal_box_nw.png create mode 100644 grub/theme/terminal_box_s.png create mode 100644 grub/theme/terminal_box_se.png create mode 100644 grub/theme/terminal_box_sw.png create mode 100644 grub/theme/terminal_box_w.png create mode 100644 grub/theme/theme.txt Difference in files: diff --git a/grub/default/grub b/grub/default/grub index 603e78f..caee858 100644 --- a/grub/default/grub +++ b/grub/default/grub @@ -5,3 +5,4 @@ GRUB_DEFAULT=3Dsaved # GRUB_SERIAL_COMMAND=3D"serial --unit=3D0 --speed=3D115200" GRUB_CMDLINE_LINUX=3D"quiet rhgb" GRUB_DISABLE_RECOVERY=3D"true" +GRUB_THEME=3D"/boot/grub/themes/system/theme.txt" diff --git a/grub/grub.nm b/grub/grub.nm index 98658a0..aa5121b 100644 --- a/grub/grub.nm +++ b/grub/grub.nm @@ -5,9 +5,7 @@ =20 name =3D grub version =3D 2.00 -prerelease =3D beta5 -release =3D 0.3.%{prerelease} -thisapp =3D %{name}-%{version}~%{prerelease} +release =3D 1 sup_arches =3D x86_64 i686 =20 groups =3D System/Boot @@ -25,6 +23,9 @@ end source_dl =3D http://ftp.gnu.org/gnu/grub/ ftp://alpha.gnu.org/gnu/grub/ sources =3D %{thisapp}.tar.xz =20 +# Unifont +unifont =3D /usr/share/X11/fonts/misc/unifont.pcf.gz + build requires autoconf @@ -32,15 +33,20 @@ build automake bison bzip2-devel + dejavu-fonts-sans-fonts flex freetype-devel gettext libdevmapper-devel ncurses-devel zlib-devel + %{unifont} end =20 prepare_cmds + cp -vf %{unifont} unifont.pcf.gz + ./autogen.sh + # Create a copy of the source tree to build # an EFI enabled version of grub. cp -pR . %{DIR_SRC}/%{thisapp}-efi @@ -52,7 +58,6 @@ build =20 configure_options +=3D \ --target=3D"i386" \ - --datadir=3D%{libdir} \ --with-platform=3Dpc \ --program-transform-name=3Ds,grub,grub, \ --disable-werror \ @@ -106,6 +111,24 @@ build mkdir -pv %{BUILDROOT}/boot/grub touch %{BUILDROOT}/boot/grub/grub.cfg ln -svf ../boot/grub/grub.cfg %{BUILDROOT}%{sysconfdir}/grub2.cfg + + # Don't ship the default theme, replace it by our own one. + rm -rfv %{BUILDROOT}/boot/grub/themes/starfield \ + %{datadir}/grub/themes + mkdir -pv %{BUILDROOT}/boot/grub/themes/system + cp -rfv %{DIR_SOURCE}/theme/* \ + %{BUILDROOT}/boot/grub/themes/system/ + + # Prepare the fonts. + mkdir -pv %{BUILDROOT}/boot/grub/themes/system + pushd %{BUILDROOT}/boot/grub/themes/system/ + %{BUILDROOT}%{bindir}/grub-mkfont -o DejaVuSans-10.pf2 -s 10 \ + %{datadir}/fonts/dejavu/DejaVuSans.ttf + %{BUILDROOT}%{bindir}/grub-mkfont -o DejaVuSans-12.pf2 -s 12 \ + %{datadir}/fonts/dejavu/DejaVuSans.ttf + %{BUILDROOT}%{bindir}/grub-mkfont -o DejaVuSans-Bold-14.pf2 \ + -s 14 %{datadir}/fonts/dejavu/DejaVuSans-Bold.ttf + popd end =20 debuginfo_strict_build_id =3D false @@ -122,22 +145,13 @@ packages requires gettext os-prober - /usr/share/X11/fonts/misc/unifont.pcf.gz - system-logos + system-logos >=3D 2 end =20 configfiles /boot/grub/grub.cfg /etc/default/grub end - - # Generate grub compatible font for graphical boot menu - # This only converts Latin-1, Latin Extended A+B, Arrows, Box and Block ch= aracters - script postin - /usr/bin/grub-mkfont --output /boot/grub/unifont.pf2 \ - --range=3D0x0000-0x0241,0x2190-0x21FF,0x2500-0x259f \ - /usr/share/X11/fonts/misc/unifont.pcf.gz - end end =20 package %{name}-efi diff --git a/grub/patches/grub-1.99-just-say-linux.patch b/grub/patches/grub-= 1.99-just-say-linux.patch index 98ab2b7..62a6b32 100644 --- a/grub/patches/grub-1.99-just-say-linux.patch +++ b/grub/patches/grub-1.99-just-say-linux.patch @@ -17,10 +17,10 @@ index a09c3e6..0b0df78 100644 =20 if [ "x${GRUB_DISTRIBUTOR}" =3D "x" ] ; then - OS=3DGNU/Linux -+ OS=3D"$(sed 's, release .*$,,g' /etc/system-release) Linux" ++ OS=3D"$(sed 's, release .*$,,g' /etc/system-release)" else - OS=3D"${GRUB_DISTRIBUTOR} GNU/Linux" -+ OS=3D"${GRUB_DISTRIBUTOR} Linux" ++ OS=3D"${GRUB_DISTRIBUTOR}" CLASS=3D"--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' = -f1) ${CLASS}" fi =20 @@ -33,10 +33,10 @@ index ee49cd9..10422b0 100644 =20 if [ "x${GRUB_DISTRIBUTOR}" =3D "x" ] ; then - OS=3DGNU/Linux -+ OS=3D"$(sed 's, release .*$,,g' /etc/system-release) Linux" ++ OS=3D"$(sed 's, release .*$,,g' /etc/system-release)" else - OS=3D"${GRUB_DISTRIBUTOR} GNU/Linux" -+ OS=3D"${GRUB_DISTRIBUTOR} Linux" ++ OS=3D"${GRUB_DISTRIBUTOR}" CLASS=3D"--class $(echo ${GRUB_DISTRIBUTOR} | tr 'A-Z' 'a-z' | cut -d' ' = -f1) ${CLASS}" fi =20 diff --git a/grub/splash.png b/grub/splash.png deleted file mode 100644 index 44cd6e1..0000000 Binary files a/grub/splash.png and /dev/null differ diff --git a/grub/theme/COPYING.CC-BY-SA-3.0 b/grub/theme/COPYING.CC-BY-SA-3.0 new file mode 100644 index 0000000..f7a1f15 --- /dev/null +++ b/grub/theme/COPYING.CC-BY-SA-3.0 @@ -0,0 +1,65 @@ + CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE LEGA= L SERVICES. DISTRIBUTION OF THIS LICENSE DOES NOT CREATE AN ATTORNEY-CLIENT R= ELATIONSHIP. CREATIVE COMMONS PROVIDES THIS INFORMATION ON AN "AS-IS" BASIS. = CREATIVE COMMONS MAKES NO WARRANTIES REGARDING THE INFORMATION PROVIDED, AND = DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM ITS USE.=20 + +License + +THE WORK (AS DEFINED BELOW) IS PROVIDED UNDER THE TERMS OF THIS CREATIVE COM= MONS PUBLIC LICENSE ("CCPL" OR "LICENSE"). THE WORK IS PROTECTED BY COPYRIGHT= AND/OR OTHER APPLICABLE LAW. ANY USE OF THE WORK OTHER THAN AS AUTHORIZED UN= DER THIS LICENSE OR COPYRIGHT LAW IS PROHIBITED. + +BY EXERCISING ANY RIGHTS TO THE WORK PROVIDED HERE, YOU ACCEPT AND AGREE TO = BE BOUND BY THE TERMS OF THIS LICENSE. TO THE EXTENT THIS LICENSE MAY BE CONS= IDERED TO BE A CONTRACT, THE LICENSOR GRANTS YOU THE RIGHTS CONTAINED HERE IN= CONSIDERATION OF YOUR ACCEPTANCE OF SUCH TERMS AND CONDITIONS. + +1. Definitions + + "Adaptation" means a work based upon the Work, or upon the Work and othe= r pre-existing works, such as a translation, adaptation, derivative work, arr= angement of music or other alterations of a literary or artistic work, or pho= nogram or performance and includes cinematographic adaptations or any other f= orm in which the Work may be recast, transformed, or adapted including in any= form recognizably derived from the original, except that a work that constit= utes a Collection will not be considered an Adaptation for the purpose of thi= s License. For the avoidance of doubt, where the Work is a musical work, perf= ormance or phonogram, the synchronization of the Work in timed-relation with = a moving image ("synching") will be considered an Adaptation for the purpose = of this License. + "Collection" means a collection of literary or artistic works, such as e= ncyclopedias and anthologies, or performances, phonograms or broadcasts, or o= ther works or subject matter other than works listed in Section 1(f) below, w= hich, by reason of the selection and arrangement of their contents, constitut= e intellectual creations, in which the Work is included in its entirety in un= modified form along with one or more other contributions, each constituting s= eparate and independent works in themselves, which together are assembled int= o a collective whole. A work that constitutes a Collection will not be consid= ered an Adaptation (as defined below) for the purposes of this License. + "Creative Commons Compatible License" means a license that is listed at = http://creativecommons.org/compatiblelicenses that has been approved by Creat= ive Commons as being essentially equivalent to this License, including, at a = minimum, because that license: (i) contains terms that have the same purpose,= meaning and effect as the License Elements of this License; and, (ii) explic= itly permits the relicensing of adaptations of works made available under tha= t license under this License or a Creative Commons jurisdiction license with = the same License Elements as this License. + "Distribute" means to make available to the public the original and copi= es of the Work or Adaptation, as appropriate, through sale or other transfer = of ownership. + "License Elements" means the following high-level license attributes as = selected by Licensor and indicated in the title of this License: Attribution,= ShareAlike. + "Licensor" means the individual, individuals, entity or entities that of= fer(s) the Work under the terms of this License. + "Original Author" means, in the case of a literary or artistic work, the= individual, individuals, entity or entities who created the Work or if no in= dividual or entity can be identified, the publisher; and in addition (i) in t= he case of a performance the actors, singers, musicians, dancers, and other p= ersons who act, sing, deliver, declaim, play in, interpret or otherwise perfo= rm literary or artistic works or expressions of folklore; (ii) in the case of= a phonogram the producer being the person or legal entity who first fixes th= e sounds of a performance or other sounds; and, (iii) in the case of broadcas= ts, the organization that transmits the broadcast. + "Work" means the literary and/or artistic work offered under the terms o= f this License including without limitation any production in the literary, s= cientific and artistic domain, whatever may be the mode or form of its expres= sion including digital form, such as a book, pamphlet and other writing; a le= cture, address, sermon or other work of the same nature; a dramatic or dramat= ico-musical work; a choreographic work or entertainment in dumb show; a music= al composition with or without words; a cinematographic work to which are ass= imilated works expressed by a process analogous to cinematography; a work of = drawing, painting, architecture, sculpture, engraving or lithography; a photo= graphic work to which are assimilated works expressed by a process analogous = to photography; a work of applied art; an illustration, map, plan, sketch or = three-dimensional work relative to geography, topography, architecture or sci= ence; a performance; a broadcast; a phonogram; a compilation of da ta to the extent it is protected as a copyrightable work; or a work performe= d by a variety or circus performer to the extent it is not otherwise consider= ed a literary or artistic work. + "You" means an individual or entity exercising rights under this License= who has not previously violated the terms of this License with respect to th= e Work, or who has received express permission from the Licensor to exercise = rights under this License despite a previous violation. + "Publicly Perform" means to perform public recitations of the Work and t= o communicate to the public those public recitations, by any means or process= , including by wire or wireless means or public digital performances; to make= available to the public Works in such a way that members of the public may a= ccess these Works from a place and at a place individually chosen by them; to= perform the Work to the public by any means or process and the communication= to the public of the performances of the Work, including by public digital p= erformance; to broadcast and rebroadcast the Work by any means including sign= s, sounds or images. + "Reproduce" means to make copies of the Work by any means including with= out limitation by sound or visual recordings and the right of fixation and re= producing fixations of the Work, including storage of a protected performance= or phonogram in digital form or other electronic medium. + +2. Fair Dealing Rights. Nothing in this License is intended to reduce, limit= , or restrict any uses free from copyright or rights arising from limitations= or exceptions that are provided for in connection with the copyright protect= ion under copyright law or other applicable laws. + +3. License Grant. Subject to the terms and conditions of this License, Licen= sor hereby grants You a worldwide, royalty-free, non-exclusive, perpetual (fo= r the duration of the applicable copyright) license to exercise the rights in= the Work as stated below: + + to Reproduce the Work, to incorporate the Work into one or more Collecti= ons, and to Reproduce the Work as incorporated in the Collections; + to create and Reproduce Adaptations provided that any such Adaptation, i= ncluding any translation in any medium, takes reasonable steps to clearly lab= el, demarcate or otherwise identify that changes were made to the original Wo= rk. For example, a translation could be marked "The original work was transla= ted from English to Spanish," or a modification could indicate "The original = work has been modified."; + to Distribute and Publicly Perform the Work including as incorporated in= Collections; and, + to Distribute and Publicly Perform Adaptations. + + For the avoidance of doubt: + Non-waivable Compulsory License Schemes. In those jurisdictions in w= hich the right to collect royalties through any statutory or compulsory licen= sing scheme cannot be waived, the Licensor reserves the exclusive right to co= llect such royalties for any exercise by You of the rights granted under this= License; + Waivable Compulsory License Schemes. In those jurisdictions in which= the right to collect royalties through any statutory or compulsory licensing= scheme can be waived, the Licensor waives the exclusive right to collect suc= h royalties for any exercise by You of the rights granted under this License;= and, + Voluntary License Schemes. The Licensor waives the right to collect = royalties, whether individually or, in the event that the Licensor is a membe= r of a collecting society that administers voluntary licensing schemes, via t= hat society, from any exercise by You of the rights granted under this Licens= e. + +The above rights may be exercised in all media and formats whether now known= or hereafter devised. The above rights include the right to make such modifi= cations as are technically necessary to exercise the rights in other media an= d formats. Subject to Section 8(f), all rights not expressly granted by Licen= sor are hereby reserved. + +4. Restrictions. The license granted in Section 3 above is expressly made su= bject to and limited by the following restrictions: + + You may Distribute or Publicly Perform the Work only under the terms of = this License. You must include a copy of, or the Uniform Resource Identifier = (URI) for, this License with every copy of the Work You Distribute or Publicl= y Perform. You may not offer or impose any terms on the Work that restrict th= e terms of this License or the ability of the recipient of the Work to exerci= se the rights granted to that recipient under the terms of the License. You m= ay not sublicense the Work. You must keep intact all notices that refer to th= is License and to the disclaimer of warranties with every copy of the Work Yo= u Distribute or Publicly Perform. When You Distribute or Publicly Perform the= Work, You may not impose any effective technological measures on the Work th= at restrict the ability of a recipient of the Work from You to exercise the r= ights granted to that recipient under the terms of the License. This Section = 4(a) applies to the Work as incorporated in a Collection, but this does not require the Collection apart from the Work itself to be made subje= ct to the terms of this License. If You create a Collection, upon notice from= any Licensor You must, to the extent practicable, remove from the Collection= any credit as required by Section 4(c), as requested. If You create an Adapt= ation, upon notice from any Licensor You must, to the extent practicable, rem= ove from the Adaptation any credit as required by Section 4(c), as requested. + You may Distribute or Publicly Perform an Adaptation only under the term= s of: (i) this License; (ii) a later version of this License with the same Li= cense Elements as this License; (iii) a Creative Commons jurisdiction license= (either this or a later license version) that contains the same License Elem= ents as this License (e.g., Attribution-ShareAlike 3.0 US)); (iv) a Creative = Commons Compatible License. If you license the Adaptation under one of the li= censes mentioned in (iv), you must comply with the terms of that license. If = you license the Adaptation under the terms of any of the licenses mentioned i= n (i), (ii) or (iii) (the "Applicable License"), you must comply with the ter= ms of the Applicable License generally and the following provisions: (I) You = must include a copy of, or the URI for, the Applicable License with every cop= y of each Adaptation You Distribute or Publicly Perform; (II) You may not off= er or impose any terms on the Adaptation that restrict the terms o f the Applicable License or the ability of the recipient of the Adaptation t= o exercise the rights granted to that recipient under the terms of the Applic= able License; (III) You must keep intact all notices that refer to the Applic= able License and to the disclaimer of warranties with every copy of the Work = as included in the Adaptation You Distribute or Publicly Perform; (IV) when Y= ou Distribute or Publicly Perform the Adaptation, You may not impose any effe= ctive technological measures on the Adaptation that restrict the ability of a= recipient of the Adaptation from You to exercise the rights granted to that = recipient under the terms of the Applicable License. This Section 4(b) applie= s to the Adaptation as incorporated in a Collection, but this does not requir= e the Collection apart from the Adaptation itself to be made subject to the t= erms of the Applicable License. + If You Distribute, or Publicly Perform the Work or any Adaptations or Co= llections, You must, unless a request has been made pursuant to Section 4(a),= keep intact all copyright notices for the Work and provide, reasonable to th= e medium or means You are utilizing: (i) the name of the Original Author (or = pseudonym, if applicable) if supplied, and/or if the Original Author and/or L= icensor designate another party or parties (e.g., a sponsor institute, publis= hing entity, journal) for attribution ("Attribution Parties") in Licensor's c= opyright notice, terms of service or by other reasonable means, the name of s= uch party or parties; (ii) the title of the Work if supplied; (iii) to the ex= tent reasonably practicable, the URI, if any, that Licensor specifies to be a= ssociated with the Work, unless such URI does not refer to the copyright noti= ce or licensing information for the Work; and (iv) , consistent with Ssection= 3(b), in the case of an Adaptation, a credit identifying the use=20 of the Work in the Adaptation (e.g., "French translation of the Work by Orig= inal Author," or "Screenplay based on original Work by Original Author"). The= credit required by this Section 4(c) may be implemented in any reasonable ma= nner; provided, however, that in the case of a Adaptation or Collection, at a= minimum such credit will appear, if a credit for all contributing authors of= the Adaptation or Collection appears, then as part of these credits and in a= manner at least as prominent as the credits for the other contributing autho= rs. For the avoidance of doubt, You may only use the credit required by this = Section for the purpose of attribution in the manner set out above and, by ex= ercising Your rights under this License, You may not implicitly or explicitly= assert or imply any connection with, sponsorship or endorsement by the Origi= nal Author, Licensor and/or Attribution Parties, as appropriate, of You or Yo= ur use of the Work, without the separate, express prior written pe rmission of the Original Author, Licensor and/or Attribution Parties. + Except as otherwise agreed in writing by the Licensor or as may be other= wise permitted by applicable law, if You Reproduce, Distribute or Publicly Pe= rform the Work either by itself or as part of any Adaptations or Collections,= You must not distort, mutilate, modify or take other derogatory action in re= lation to the Work which would be prejudicial to the Original Author's honor = or reputation. Licensor agrees that in those jurisdictions (e.g. Japan), in w= hich any exercise of the right granted in Section 3(b) of this License (the r= ight to make Adaptations) would be deemed to be a distortion, mutilation, mod= ification or other derogatory action prejudicial to the Original Author's hon= or and reputation, the Licensor will waive or not assert, as appropriate, thi= s Section, to the fullest extent permitted by the applicable national law, to= enable You to reasonably exercise Your right under Section 3(b) of this Lice= nse (right to make Adaptations) but not otherwise. + +5. Representations, Warranties and Disclaimer + +UNLESS OTHERWISE MUTUALLY AGREED TO BY THE PARTIES IN WRITING, LICENSOR OFFE= RS THE WORK AS-IS AND MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND CONC= ERNING THE WORK, EXPRESS, IMPLIED, STATUTORY OR OTHERWISE, INCLUDING, WITHOUT= LIMITATION, WARRANTIES OF TITLE, MERCHANTIBILITY, FITNESS FOR A PARTICULAR P= URPOSE, NONINFRINGEMENT, OR THE ABSENCE OF LATENT OR OTHER DEFECTS, ACCURACY,= OR THE PRESENCE OF ABSENCE OF ERRORS, WHETHER OR NOT DISCOVERABLE. SOME JURI= SDICTIONS DO NOT ALLOW THE EXCLUSION OF IMPLIED WARRANTIES, SO SUCH EXCLUSION= MAY NOT APPLY TO YOU. + +6. Limitation on Liability. EXCEPT TO THE EXTENT REQUIRED BY APPLICABLE LAW,= IN NO EVENT WILL LICENSOR BE LIABLE TO YOU ON ANY LEGAL THEORY FOR ANY SPECI= AL, INCIDENTAL, CONSEQUENTIAL, PUNITIVE OR EXEMPLARY DAMAGES ARISING OUT OF T= HIS LICENSE OR THE USE OF THE WORK, EVEN IF LICENSOR HAS BEEN ADVISED OF THE = POSSIBILITY OF SUCH DAMAGES. + +7. Termination + + This License and the rights granted hereunder will terminate automatical= ly upon any breach by You of the terms of this License. Individuals or entiti= es who have received Adaptations or Collections from You under this License, = however, will not have their licenses terminated provided such individuals or= entities remain in full compliance with those licenses. Sections 1, 2, 5, 6,= 7, and 8 will survive any termination of this License. + Subject to the above terms and conditions, the license granted here is p= erpetual (for the duration of the applicable copyright in the Work). Notwiths= tanding the above, Licensor reserves the right to release the Work under diff= erent license terms or to stop distributing the Work at any time; provided, h= owever that any such election will not serve to withdraw this License (or any= other license that has been, or is required to be, granted under the terms o= f this License), and this License will continue in full force and effect unle= ss terminated as stated above. + +8. Miscellaneous + + Each time You Distribute or Publicly Perform the Work or a Collection, t= he Licensor offers to the recipient a license to the Work on the same terms a= nd conditions as the license granted to You under this License. + Each time You Distribute or Publicly Perform an Adaptation, Licensor off= ers to the recipient a license to the original Work on the same terms and con= ditions as the license granted to You under this License. + If any provision of this License is invalid or unenforceable under appli= cable law, it shall not affect the validity or enforceability of the remainde= r of the terms of this License, and without further action by the parties to = this agreement, such provision shall be reformed to the minimum extent necess= ary to make such provision valid and enforceable. + No term or provision of this License shall be deemed waived and no breac= h consented to unless such waiver or consent shall be in writing and signed b= y the party to be charged with such waiver or consent. + This License constitutes the entire agreement between the parties with r= espect to the Work licensed here. There are no understandings, agreements or = representations with respect to the Work not specified here. Licensor shall n= ot be bound by any additional provisions that may appear in any communication= from You. This License may not be modified without the mutual written agreem= ent of the Licensor and You. + The rights granted under, and the subject matter referenced, in this Lic= ense were drafted utilizing the terminology of the Berne Convention for the P= rotection of Literary and Artistic Works (as amended on September 28, 1979), = the Rome Convention of 1961, the WIPO Copyright Treaty of 1996, the WIPO Perf= ormances and Phonograms Treaty of 1996 and the Universal Copyright Convention= (as revised on July 24, 1971). These rights and subject matter take effect i= n the relevant jurisdiction in which the License terms are sought to be enfor= ced according to the corresponding provisions of the implementation of those = treaty provisions in the applicable national law. If the standard suite of ri= ghts granted under applicable copyright law includes additional rights not gr= anted under this License, such additional rights are deemed to be included in= the License; this License is not intended to restrict the license of any rig= hts under applicable law. + diff --git a/grub/theme/background.png b/grub/theme/background.png new file mode 100644 index 0000000..b99db7f Binary files /dev/null and b/grub/theme/background.png differ diff --git a/grub/theme/blob_w.png b/grub/theme/blob_w.png new file mode 100644 index 0000000..9915bed Binary files /dev/null and b/grub/theme/blob_w.png differ diff --git a/grub/theme/boot_menu_c.png b/grub/theme/boot_menu_c.png new file mode 100644 index 0000000..3ea79d2 Binary files /dev/null and b/grub/theme/boot_menu_c.png differ diff --git a/grub/theme/boot_menu_e.png b/grub/theme/boot_menu_e.png new file mode 100644 index 0000000..c0f7f22 Binary files /dev/null and b/grub/theme/boot_menu_e.png differ diff --git a/grub/theme/boot_menu_n.png b/grub/theme/boot_menu_n.png new file mode 100644 index 0000000..a9a5707 Binary files /dev/null and b/grub/theme/boot_menu_n.png differ diff --git a/grub/theme/boot_menu_ne.png b/grub/theme/boot_menu_ne.png new file mode 100644 index 0000000..d67f289 Binary files /dev/null and b/grub/theme/boot_menu_ne.png differ diff --git a/grub/theme/boot_menu_nw.png b/grub/theme/boot_menu_nw.png new file mode 100644 index 0000000..3fa2277 Binary files /dev/null and b/grub/theme/boot_menu_nw.png differ diff --git a/grub/theme/boot_menu_s.png b/grub/theme/boot_menu_s.png new file mode 100644 index 0000000..78941af Binary files /dev/null and b/grub/theme/boot_menu_s.png differ diff --git a/grub/theme/boot_menu_se.png b/grub/theme/boot_menu_se.png new file mode 100644 index 0000000..ae4bc53 Binary files /dev/null and b/grub/theme/boot_menu_se.png differ diff --git a/grub/theme/boot_menu_sw.png b/grub/theme/boot_menu_sw.png new file mode 100644 index 0000000..8bc19ce Binary files /dev/null and b/grub/theme/boot_menu_sw.png differ diff --git a/grub/theme/boot_menu_w.png b/grub/theme/boot_menu_w.png new file mode 100644 index 0000000..3339181 Binary files /dev/null and b/grub/theme/boot_menu_w.png differ diff --git a/grub/theme/slider_c.png b/grub/theme/slider_c.png new file mode 100644 index 0000000..11231df Binary files /dev/null and b/grub/theme/slider_c.png differ diff --git a/grub/theme/slider_n.png b/grub/theme/slider_n.png new file mode 100644 index 0000000..8bd4b23 Binary files /dev/null and b/grub/theme/slider_n.png differ diff --git a/grub/theme/slider_s.png b/grub/theme/slider_s.png new file mode 100644 index 0000000..3011369 Binary files /dev/null and b/grub/theme/slider_s.png differ diff --git a/grub/theme/terminal_box_c.png b/grub/theme/terminal_box_c.png new file mode 100644 index 0000000..d4191d7 Binary files /dev/null and b/grub/theme/terminal_box_c.png differ diff --git a/grub/theme/terminal_box_e.png b/grub/theme/terminal_box_e.png new file mode 100644 index 0000000..fab00d5 Binary files /dev/null and b/grub/theme/terminal_box_e.png differ diff --git a/grub/theme/terminal_box_n.png b/grub/theme/terminal_box_n.png new file mode 100644 index 0000000..eb98261 Binary files /dev/null and b/grub/theme/terminal_box_n.png differ diff --git a/grub/theme/terminal_box_ne.png b/grub/theme/terminal_box_ne.png new file mode 100644 index 0000000..d17e1da Binary files /dev/null and b/grub/theme/terminal_box_ne.png differ diff --git a/grub/theme/terminal_box_nw.png b/grub/theme/terminal_box_nw.png new file mode 100644 index 0000000..0de1cac Binary files /dev/null and b/grub/theme/terminal_box_nw.png differ diff --git a/grub/theme/terminal_box_s.png b/grub/theme/terminal_box_s.png new file mode 100644 index 0000000..d4a8074 Binary files /dev/null and b/grub/theme/terminal_box_s.png differ diff --git a/grub/theme/terminal_box_se.png b/grub/theme/terminal_box_se.png new file mode 100644 index 0000000..c2bd23c Binary files /dev/null and b/grub/theme/terminal_box_se.png differ diff --git a/grub/theme/terminal_box_sw.png b/grub/theme/terminal_box_sw.png new file mode 100644 index 0000000..86864f5 Binary files /dev/null and b/grub/theme/terminal_box_sw.png differ diff --git a/grub/theme/terminal_box_w.png b/grub/theme/terminal_box_w.png new file mode 100644 index 0000000..f0968be Binary files /dev/null and b/grub/theme/terminal_box_w.png differ diff --git a/grub/theme/theme.txt b/grub/theme/theme.txt new file mode 100644 index 0000000..0a88ce8 --- /dev/null +++ b/grub/theme/theme.txt @@ -0,0 +1,57 @@ +# IPFire 3 theme for GRUB2 +# + +#general settings +message-font: "DejaVu Sans Regular 12" +message-color: "#fff" +message-bg-color: "#000" +terminal-box: "terminal_box_*.png" +terminal-font: "DejaVu Sans Regular 12" +desktop-image: "background.png" + +#help bar at the bottom ++ label { + top =3D 100%-25 + left =3D 0 + width =3D 100% + height =3D 20 + text =3D "@KEYMAP_MIDDLE@" + align =3D "center" + font =3D "DejaVu Sans Regular 10" + color =3D "#FFF" +} + +#boot menu ++ boot_menu { + left =3D 17% + width =3D 66% + top =3D 20% + height =3D 30%=09 + item_font =3D "DejaVu Sans Regular 12" + item_color =3D "#880400" + selected_item_font =3D "DejaVu Sans Bold 14" + selected_item_color=3D "#fff" + icon_width =3D 0 + item_height =3D 30 + item_padding =3D 0 + item_spacing =3D 0 + scrollbar =3D true + scrollbar_width =3D 20 + scrollbar_thumb =3D "slider_*.png" + menu_pixmap_style =3D "boot_menu_*.png" +} + +#progress bar ++ progress_bar { + id =3D "__timeout__" + left =3D 22% + top =3D 80% + height =3D 20 + width =3D 56% + font =3D "DejaVu Sans Regular 12" + text_color =3D "#fff" + fg_color =3D "#880400" + bg_color =3D "black" + border_color =3D "#fff" + text =3D "@TIMEOUT_NOTIFICATION_LONG@" +} hooks/post-receive -- IPFire 3.x development tree --===============6342542782298827588==--