From 3dc1d89965d87f23b3706ecc809fb4b53f59e531 Mon Sep 17 00:00:00 2001 From: Re4son Kernel <12821486+Re4son@users.noreply.github.com> Date: Wed, 16 Feb 2022 14:15:44 +1100 Subject: [PATCH] Add Kali Linux to README (#201) Kali Linux added grub-btrfs to its repository. This commit reflects that. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 46a5a74..9550a5d 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,13 @@ emerge --sync Now merge grub-btrfs via `emerge app-backup/grub-btrfs` +#### Kali Linux +[grub-btrfs](http://pkg.kali.org/pkg/grub-btrfs) is available in the Kali Linux repository and can be installed with: +``` +apt install grub-btrfs +``` +Booting into read-only snapshots is fully supported when choosing "btrfs" as file system during a standard Kali Linux installation following [this walk-through](https://www.kali.org/docs/installation/btrfs/). + #### Manual * Run `make install` or look into Makefile for instructions on where to put each file. * Run `make help` to check what options are available.