| 
 | 
8#
 
 
 楼主 |
发表于 2018-5-14 16:10:44
|
只看该作者
 
 
 
因为我想把它的改成引导BCD的, 
现在怀疑它里面少写了一些命令,它只有这些前置命令语句 
也不知少了啥 
set timeout=10 
insmod jpeg 
if background_image ($root)/winly/background.jpg; then 
  true 
else 
 set menu_color_normal=white/black 
 set menu_color_highlight=black/light-gray 
 if background_color 44,0,30; then 
  clear 
 fi 
fi 
insmod gfxmenu 
insmod png 
set theme=($root)/winly/themes/winly/theme.txt 
export theme 
########## 
########## 
 
 |   
 
 
 
 |