mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-03-04 13:05:00 +08:00
enhanced
This commit is contained in:
10
README.md
10
README.md
@@ -17,15 +17,15 @@ Makes a list of all snapshots, kernels, initramfs present on the filesystem and
|
||||
|
||||
1. Edit 41_snapshots-btrfs file :
|
||||
|
||||
* submenuname = name menu appear in grub
|
||||
* submenuname = name menu appear in grub ( e.g: submenuname="ArchLinux Snapshots" )
|
||||
|
||||
* prefixentry = add a name ahead your snapshots entries
|
||||
* prefixentry = add a name ahead your snapshots entries ( e.g: prefixentry="Snapshot" )
|
||||
|
||||
* nkernel= name kernel you use it
|
||||
* nkernel= name kernel you use it ( e.g: nkernel=("vmlinuz-linux") )
|
||||
|
||||
* ninit= name initramfs (ramdisk) you use it
|
||||
* ninit= name initramfs (ramdisk) you use it ( e.g: ninit=("initramfs-linux.img" "initramfs-linux-fallback.img") )
|
||||
|
||||
* intel_ucode= name intel microcode you use it
|
||||
* intel_ucode= name intel microcode you use it ( e.g: intel_ucode=("intel-ucode.img") )
|
||||
|
||||
2. Generate grub.cfg (on Archlinux is grub-mkconfig -o /boot/grub/grub.cfg )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user