https://github.com/szorfein/gentoo-zfs
Wiki for install a gentoo hardened with ZFS. SELinux, Systemd, LUKS with gpg key. Download custom iso with zfs support (link on repository) and start !
https://github.com/szorfein/gentoo-zfs
archiso cryptboot cryptsetup eclosion efi efibootmgr gentoo gentoo-zfs gnupg gpg luks selinux systemd zfs
Last synced: 5 months ago
JSON representation
Wiki for install a gentoo hardened with ZFS. SELinux, Systemd, LUKS with gpg key. Download custom iso with zfs support (link on repository) and start !
- Host: GitHub
- URL: https://github.com/szorfein/gentoo-zfs
- Owner: szorfein
- License: gpl-3.0
- Created: 2016-07-03T19:43:08.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T12:59:14.000Z (over 5 years ago)
- Last Synced: 2025-05-22T07:55:18.546Z (about 1 year ago)
- Topics: archiso, cryptboot, cryptsetup, eclosion, efi, efibootmgr, gentoo, gentoo-zfs, gnupg, gpg, luks, selinux, systemd, zfs
- Homepage:
- Size: 293 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hardened Gentoo on ZFS:
Tired of go on a lot of link each time, i decided of all regroup in a massive tutorial.
This howto is a mix between the [gentoo handbook](https://wiki.gentoo.org/wiki/Handbook:AMD64), [sasaki handbook](https://wiki.gentoo.org/wiki/Sakaki%27s_EFI_Install_Guide) and many tips found on the web.
We going to look how to set up:
+ ZFS
+ Systemd
+ systemd-boot
+ CPU flags
+ The kernel source
+ Full disk encryption
+ Secure Boot (generate key with [cryptboot](https://github.com/xmikos/cryptboot))
+ Protect your privacy ( paranoid-ninja, tor and ssh )
+ SELinux (Not Yet Ready)
## System Requirements
* Cpu comptatible x86-64.
* 8G disk storage available
* 2G memory minimum
**Optional:**
* MicroSD or USB key for create an external boot partition. ( Be proud with MicroSD as boot partition, some BIOS/UEFI cannot boot on )
* ECC Memory.
* SSD - Generally use as cache drive and log device, respectively called L2ARC and ZIL).
### Build the ISO
Take a look on another repo [Archaeidae](https://github.com/szorfein/archaeidae) to build a custom Archiso including ZFS support.
**Boot on the key & start the tutorial:**
[Gentoo-ZFS wiki](https://github.com/szorfein/Gentoo-ZFS/wiki)