文件操作 - grub
返回文件管理
返回主菜单
删除本文件
文件: /usr/lib/recovery-mode/options/grub
编辑文件内容
#!/bin/sh . /lib/recovery-mode/l10n.sh if [ "$1" = "test" ]; then echo $(eval_gettext "Update grub bootloader") exit 0 fi # FIXME: add this too? how to find out boot device? # add menu to ask? #grub-install update-grub echo "" echo $(eval_gettext "Finished, please press ENTER") read TMP exit 0
修改文件时间
将文件时间修改为当前时间的前一年
删除文件