Skip to content
Snippets Groups Projects
Verified Commit d7139019 authored by Evangelos Foutras's avatar Evangelos Foutras :smiley_cat:
Browse files

common: install compsize for use with btrfs rootfs

I have needed to use compsize on multiple occasions, and thus had to
temporarily install it. As it is already installed on 9 machines and
is generally useful, make it part of the standard tool set for btrfs.
parent 6d40f442
No related branches found
No related tags found
No related merge requests found
Pipeline #32329 passed
- name: Install essential tools
pacman: name=vim,nano,tmux,htop,ncdu,bash-completion,rsync,vnstat state=present
- name: Install compsize for use with btrfs
pacman: name=compsize state=present
when: filesystem == "btrfs"
- name: Start and enable vnstatd
service: name=vnstat enabled=yes state=started
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment