Displaying 2 results from an estimated 2 matches for "centos7btrf".
Did you mean:
centos7btrfs
2017 Jul 01
2
grub2-btrfs & yum-plugin-snapper , new from my last post here
...he plugin against the snapper dbus interface.
- filesystem root level check
- add single shot option, as it was on fedora before I patched it.
- more flexible as other ones I saw around.
- conflicts yum-plugin-fs-snapshot
Everything can be found at:
https://copr.fedorainfracloud.org/coprs/andybe/Centos7Btrfs/
Snapper-Gui:
Needs epel-release because of python34
python34-pygobject3 is one of the badest hack inside spec file. I wanne
see it run with snapper-gui and compile on copr.
can be found at
https://copr.fedorainfracloud.org/coprs/andybe/CentOS7Python34/packages
/
Everything was tested on a...
2017 Jun 15
0
My grub2-btrfs & yum-plugin-snapper
...Last Sunday I had the idea to expand my gameplay btrfs. Now what was
missing was a yum plugin which worked like arch or opensuse. Ok, I told
myself and learned a little python. Also something for grub2 to boot
into a snapshot. My results are up on:
https://copr.fedorainfracloud.org/coprs/andybe/Centos7Btrfs/
grub2-btrfs (do not use grub-btrfs, this is the version before)
yum-plugin-snapper
The grub2 plugin is tuned to snapper and is therefore in conflict with
yum-plugin-fs-snapshot (from archlinux).
/etc/yum/pluginconf.d/snapper.conf
[main]
enabled=1
verbose=0
configs=
update_grub2=False
If no...