mirror of
https://github.com/Antynea/grub-btrfs.git
synced 2026-08-24 01:03:15 +08:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -23,16 +23,27 @@ Simple rollback using snapshots you made previously.
|
|||||||
Add this lines to /etc/default/grub:
|
Add this lines to /etc/default/grub:
|
||||||
|
|
||||||
* GRUB_BTRFS_SUBMENUNAME="ArchLinux Snapshots"
|
* GRUB_BTRFS_SUBMENUNAME="ArchLinux Snapshots"
|
||||||
|
|
||||||
(Name menu appearing in grub.)
|
(Name menu appearing in grub.)
|
||||||
|
|
||||||
* GRUB_BTRFS_PREFIXENTRY="Snapshot:"
|
* GRUB_BTRFS_PREFIXENTRY="Snapshot:"
|
||||||
|
|
||||||
(Add a name ahead your snapshots entries.)
|
(Add a name ahead your snapshots entries.)
|
||||||
|
|
||||||
* GRUB_BTRFS_TITLE_FORMAT="p/d/n"
|
* 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")
|
* GRUB_BTRFS_NKERNEL=("vmlinuz-linux")
|
||||||
|
|
||||||
(Use only if you have custom kernel name or auto-detect failed.)
|
(Use only if you have custom kernel name or auto-detect failed.)
|
||||||
|
|
||||||
* GRUB_BTRFS_NINIT=("initramfs-linux.img" "initramfs-linux-fallback.img")
|
* GRUB_BTRFS_NINIT=("initramfs-linux.img" "initramfs-linux-fallback.img")
|
||||||
|
|
||||||
(Use only if you have custom initramfs name or auto-detect failed.)
|
(Use only if you have custom initramfs name or auto-detect failed.)
|
||||||
|
|
||||||
* GRUB_BTRFS_INTEL_UCODE=("intel-ucode.img")
|
* GRUB_BTRFS_INTEL_UCODE=("intel-ucode.img")
|
||||||
|
|
||||||
(Use only if you have custom intel-ucode or auto-detect failed.)
|
(Use only if you have custom intel-ucode or auto-detect failed.)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user