From bc650f2caff8a466838c4f711f87cb74b7c0a220 Mon Sep 17 00:00:00 2001 From: Antynea Date: Fri, 7 Aug 2015 00:14:48 +0200 Subject: [PATCH] Update README.md enhanced readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1df4136..9e907bc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Simple rollback using snapshots you made previously. #### How to use it: -- Add this lines to /etc/default/grub: +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.) @@ -26,12 +26,14 @@ Simple rollback using snapshots you made previously. * 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.) -- Generate grub.cfg (on Archlinux use grub-mkconfig -o /boot/grub/grub.cfg ) -- grub-btrfs automatically generates snapshots entries. -- You will see it appear differents entries (e.g : Snapshot: my snapshot name overkill [2014-02-12 11:24:37]) +Generate grub.cfg (on Archlinux use grub-mkconfig -o /boot/grub/grub.cfg ) + +grub-btrfs automatically generates snapshots entries. + +You will see it appear differents entries (e.g : Snapshot: my snapshot name overkill [2014-02-12 11:24:37]) #### TO DO * in progress ... -* verify compatibility with manjaro and snapper (but I don't use them, so it will take some time) \ No newline at end of file +* verify compatibility with manjaro and snapper (but I don't use them, so it will take some time)