Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
9662e48915
2 changed files with 3 additions and 2 deletions
  1. +2
    -1
      package/x86/grub/grub.conf
  2. +1
    -1
      package/x86/grub/grub.desc

+ 2
- 1
package/x86/grub/grub.conf

@ -1,3 +1,4 @@
#!/bin/bash
# --- ROCK-COPYRIGHT-NOTE-BEGIN ---
#
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
@ -24,7 +25,7 @@ grub_postmake() {
mkdir -p $root/boot/grub
trg=${arch_target/-linux-gnu}
trg=i386-${trg/i*-/}
trg=${trg/i*-/i386-}
cp -v $libdir/grub/$trg/* $root/boot/grub/
cp $confdir/stone_mod_grub.sh $root/etc/stone.d/mod_grub.sh

+ 1
- 1
package/x86/grub/grub.desc

@ -47,7 +47,7 @@
[L] GPL
[S] Stable
[V] 0.97
[P] X --?--5---9 238.200
[P] X --X--5---9 238.200
[D] 3065767847 grub-0.97.tar.gz ftp://alpha.gnu.org/gnu/grub/

Loading…
Cancel
Save