Add Kali Linux to README (#201)

Kali Linux added grub-btrfs to its repository. This commit reflects that.
This commit is contained in:
Re4son Kernel
2022-02-16 14:15:44 +11:00
committed by GitHub
parent fc4a5a8e56
commit 3dc1d89965

View File

@@ -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.