求个/etc/default下的grub 文件
Tofloor
poster avatar
BingBling
deepin
2018-06-21 22:56
Author
如题,求大神贴一下文件内容,自己的被mv覆盖掉了。。。。。
Reply Favorite View the author
All Replies
avatar
打击越
deepin
2018-06-21 23:07
#1
  1. rhett@rhett-pc:~$ cat /etc/default/grub
  2. # Written by com.deepin.daemon.Grub2
  3. GRUB_BACKGROUND="/boot/grub/themes/deepin/background.png"
  4. GRUB_CMDLINE_LINUX_DEFAULT="splash quiet apparmor=1 security=apparmor"
  5. GRUB_DEFAULT=0
  6. GRUB_DISTRIBUTOR="`/usr/bin/lsb_release -d -s 2>/dev/null || echo Deepin`"
  7. GRUB_GFXMODE="1920x1080"
  8. GRUB_THEME="/boot/grub/themes/deepin/theme.txt"
  9. GRUB_TIMEOUT="5"
Copy the Code
Reply View the author
avatar
BingBling
deepin
2018-06-21 23:15
#2
Reply View the author