update documentation
This commit is contained in:
parent
7d981ff6fd
commit
f0ddb4ee29
1 changed files with 7 additions and 5 deletions
12
README.md
12
README.md
|
|
@ -3,11 +3,11 @@
|
||||||
[](https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/snap-pac)
|
[](https://git.archlinux.org/svntogit/community.git/tree/trunk/PKGBUILD?h=packages/snap-pac)
|
||||||
[](https://github.com/wesbarnett/snap-pac/blob/master/LICENSE)
|
[](https://github.com/wesbarnett/snap-pac/blob/master/LICENSE)
|
||||||
|
|
||||||
This causes Arch Linux's pacman to use
|
This is a set of pacman hooks and script that causes
|
||||||
[snapper](https://wiki.archlinux.org/index.php/Snapper) to automatically take a
|
[snapper](https://wiki.archlinux.org/index.php/Snapper) to automatically take a
|
||||||
pre and post snapshot before and after pacman transactions using pacman's hooks
|
pre and post snapshot before and after pacman transactions, similar to how YaST
|
||||||
feature, similar to how YaST does with OpenSuse. This provides a simple way to
|
does with OpenSuse. This provides a simple way to undo changes to a system after
|
||||||
undo changes to a system after a pacman transaction.
|
a pacman transaction.
|
||||||
|
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
* [Configuration](#configuration)
|
* [Configuration](#configuration)
|
||||||
|
|
@ -190,7 +190,9 @@ will show up then as well and is safe to ignore in that circumstance.
|
||||||
**ERROR: Unable to use snapper without dbus. Are you in a chroot environment?**
|
**ERROR: Unable to use snapper without dbus. Are you in a chroot environment?**
|
||||||
|
|
||||||
Snapper requires dbus. If you chroot into another environment, dbus will not be
|
Snapper requires dbus. If you chroot into another environment, dbus will not be
|
||||||
available, so snapper can't take snapshots.
|
available, so snapper can't take snapshots. Although snapper can be set up to
|
||||||
|
not need dbus, this is a simple way to check if one is in a chroot and avoid
|
||||||
|
attempting snapshots in it.
|
||||||
|
|
||||||
**"N/A" next to one of the snapper configurations in the hook's output**
|
**"N/A" next to one of the snapper configurations in the hook's output**
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue