Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
64185df4ce
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package/x86/grub/stone_mod_grub.sh

+ 3
- 0
package/x86/grub/stone_mod_grub.sh

@ -130,6 +130,9 @@ grub_init() {
[ -z "$bootdev" ] && bootdev="$rootdev"
rootdev=`normalize_device $rootdev`
bootdev=`normalize_device $bootdev`
# i=0
# rootdev="$( cd `dirname $rootdev` ; pwd -P )/$( basename $rootdev )"
# while [ -L $rootdev ] ; do

Loading…
Cancel
Save