I hereby claim:
- I am mrueg on github.
- I am mrueg (https://keybase.io/mrueg) on keybase.
- I have a public key whose fingerprint is 00DF 3682 3209 4A42 3D83 D818 C941 4F60 E0A2 651F
To claim this, I am signing this object:
| - labels: | |
| host: fancyhostname | |
| name: rspamd_actions_add_header | |
| path: "$.actions.add header" | |
| - labels: | |
| host: fancyhostname | |
| name: rspamd_actions_no_action | |
| path: "$.actions.no action" | |
| - labels: | |
| host: fancyhostname |
| #!/bin/bash | |
| mkdir -p /mnt/gentoo | |
| mount LABEL="root" /mnt/gentoo | |
| mkdir -p /mnt/gentoo/boot | |
| mount LABEL="BOOT" /mnt/gentoo/boot | |
| cp -L /etc/resolv.conf /mnt/gentoo/etc/ | |
| mount -t proc proc /mnt/gentoo/proc | |
| mount --rbind /sys /mnt/gentoo/sys | |
| mount --make-rslave /mnt/gentoo/sys |
I hereby claim:
To claim this, I am signing this object:
| #!/usr/bin/env python | |
| # Checking installed packages using linux-info.eclass | |
| # for necessary kernel options | |
| import portage | |
| vartree = portage.db[portage.root]['vartree'] | |
| all_cpvs = vartree.dbapi.cpv_all() | |
| settings = portage.config() |