Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
2d4ab872a9
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      package/x86/grub/grub.conf

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

@ -23,10 +23,7 @@
grub_postmake() {
mkdir -p $root/boot/grub
trg=${arch_target/-linux-gnu}
trg=i386-${trg/i*-/}
cp -v $libdir/grub/$trg/* $root/boot/grub/
cp -v $datadir/grub/i386-pc/* $root/boot/grub/
cp $confdir/stone_mod_grub.sh $root/etc/stone.d/mod_grub.sh
echo '$STONE grub grub_setup' > $root/etc/stone.d/setup_grub.sh

Loading…
Cancel
Save