diff --git a/README.md b/README.md index d7b2389..5d85e56 100644 --- a/README.md +++ b/README.md @@ -23,16 +23,27 @@ Simple rollback using snapshots you made previously. Add this lines to /etc/default/grub: * GRUB_BTRFS_SUBMENUNAME="ArchLinux Snapshots" + (Name menu appearing in grub.) + * GRUB_BTRFS_PREFIXENTRY="Snapshot:" + (Add a name ahead your snapshots entries.) + * GRUB_BTRFS_TITLE_FORMAT="p/d/n" - (Custom title, shows/hides p"prefix" d"date" n"name" in grub-menu, separator "/", custom order available) + + (Custom title, shows/hides p"prefix" d"date" n"name" in grub-menu, separator "/", custom order available) + * GRUB_BTRFS_NKERNEL=("vmlinuz-linux") + (Use only if you have custom kernel name or auto-detect failed.) + * GRUB_BTRFS_NINIT=("initramfs-linux.img" "initramfs-linux-fallback.img") + (Use only if you have custom initramfs name or auto-detect failed.) + * GRUB_BTRFS_INTEL_UCODE=("intel-ucode.img") + (Use only if you have custom intel-ucode or auto-detect failed.)