|
hello
there is a menu.lst with the following content:
- default 0
- color yellow/black light-blue/light-gray black/light-gray black/light-gray
- setmenu --ver-off --string=0=0=0x666666="$[0x666666]Reanimator by Shoorup4eg" --string=61=0=0xFFFF00="date&time =dd.MM.yyyy"
- title > Continue system startup \n \n Normal start.
- root (hd0,0)
- chainloader +1
- title \n \n
- clear
- title > Reboot \n \n Reboot system.
- reboot
- title > ShutDown \n \n ShutDown system.
- halt
复制代码
question about displaying "date&time"
in g4d exactly what is specified is displayed - only the day, without time
in g4e it is displayed in ISO8601 format.
how to fix the menu.lst in g4e?
你好
有一个 menu.lst,内容如下:
关于显示“日期和时间”的问题
在 g4d 中,显示的正是指定的内容 - 仅显示日期,不显示时间
在 g4e 中,显示为 ISO8601 格式。
如何修复 g4e 中的 menu.lst? |
|