base system setup

This commit is contained in:
Tobias Strobel 2022-03-06 13:34:13 +01:00
parent 5d0ab1a9ae
commit 70c042bf6a
10 changed files with 596 additions and 6 deletions

1
etc/kernel/cmdline Normal file
View file

@ -0,0 +1 @@
rd.luks.name=a4a8535e-cd13-4656-8de3-5394281cb369=luks rd.luks.options=fido2-device=auto root=LABEL=btrfs rootflags=subvol=root rw quiet loglevel=3 rd.udev.log_level=3 fbconf=nodefer splash vt.global_cursor_default=0 mem_sleep_default=deep

View file

@ -1,4 +1,4 @@
MODULES=(i915)
BINARIES=(/usr/bin/btrfs)
FILES=()
HOOKS=(base consolefont udev autodetect keyboard keymap modconf block encrypt filesystems fsck shutdown)
HOOKS=(base systemd sd-plymouth keyboard autodetect sd-vconsole modconf block sd-encrypt filesystems fsck)

1
etc/modprobe.d/i915.conf Normal file
View file

@ -0,0 +1 @@
options i915 fastboot=1

View file

@ -1 +1,2 @@
# Allow members of group wheel to execute any command
%wheel ALL=(ALL:ALL) ALL

View file

@ -0,0 +1 @@
kernel.printk = 3 3 3 3

View file

@ -1,3 +1,3 @@
[Service]
ExecStart=
ExecStart=/usr/bin/agetty --autologin tobias --noclear %I $TERM
ExecStart=/usr/bin/agetty --skip-login --nonewline --noissue --autologin tobias --noclear %I $TERM