From 58b8f5d3ece94e02a3a4e094d8df8727a862e34a Mon Sep 17 00:00:00 2001 From: Antynea Date: Wed, 23 Sep 2015 02:32:10 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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.)