initrd

Ansible role: INITRD

Generate the init RAM disk on Arch Linux.

Inspired from aisbergg.

Usage

Override defaults and see busybox hooks.

mkinitcpio_config:      # is the same as below because it is automatically completed by default
  MODULES:
    - btrfs

mkinitcpio_config:      # more explicit declaration
  MODULES:
    - btrfs
  HOOKS:
    - base
    - udev
    - usr
    - resume
    - keyboard
    - btrfs
    - autodetect
    - modconf
    - block
    - keymap
    - consolefont
    - encrypt
    - lvm2
    - filesystems
  COMPRESSION: zstd
About

A role to setup and generate the initial RAM disk for Archlinux.

Install
ansible-galaxy install lunics/ansible_role_initrd
GitHub repository
License
gpl-3.0
Downloads
8
Owner