Coder Social home page Coder Social logo

gentoo-llvm-hardened's Introduction

Gentoo Systemd LLVM Hardened

Configuration files for my Gentoo Linux system

Partition Scheme

As per the UAPI Group's Boot Specification, I have an ESP (efi system partition) and a Boot Partition. Presently, they are both of type vfat32, but this may change in the future. The ESP is of size 512MB and the Boot Partition is of size 4GB. The rest of the drive is my root partition, with luks and btrfs. I normally use the following options with luks:

cryptsetup --type luks2 --hash sha512 --cipher aes-xts-plain64 --key-size 512 --pbkdf argon2id /dev/nvme0n1p3

I have the following subvolumes for my root partition:

  • rootfs at /
  • home at /home
  • repos at /var/db/repos
  • binpkgs at /var/cache/binpkgs
  • distfiles at /var/cache/distfiles
  • log at /var/log
  • tmp at /var/tmp
  • snapshots (unmounted by default)

I also create an additional /system directory where the entire btrfs filesystem is mounted at for backups automatically.

Putting this in a table:

Partition Gdisk Hex Code Size Filesystem Description
/dev/nvme0n1p1 EF00 512 MB Fat32 EFI System Partition
/dev/nvme0n1p2 EA00 4 GB Fat32 XBOOTLDR Partition
/dev/nvme0n1p2 8300 Rest of Disk LUKS + BTRFS Root Partition

gentoo-llvm-hardened's People

Contributors

wavyebuilder avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.