Skip to content

Instantly share code, notes, and snippets.

@SymphonySimper
Last active August 2, 2023 07:08
Show Gist options
  • Save SymphonySimper/2433e367cb91b8a580d67b199f5387ae to your computer and use it in GitHub Desktop.
Save SymphonySimper/2433e367cb91b8a580d67b199f5387ae to your computer and use it in GitHub Desktop.
This for silent boot in systemd file location /boot/loader/entries/arch.conf
# Created by: archinstall
# Created on: 2023-07-24_05-27-46
title Arch Linux (linux)
linux /vmlinuz-linux
initrd /intel-ucode.img
initrd /initramfs-linux.img
options root=PARTUUID=2f1636a4-d5be-48c2-8d4a-8435d2227a56 zswap.enabled=0 rw rootfstype=btrfs quiet loglevel=3 systemd.show_status=auto module_blacklist=r8169 r8168.aspm=0 r8168.eee_enable=0 pcie_aspm=off rd.udev.log_level=3
0 * * * * DISPLAY=:0.0 /home/s2b/.local/bin/chnge
ainsthomeloop UUID=cdd5a20a-185b-42c3-8bab-60049106323e /etc/cryptsetup-keys.d/homeloop.key luks,key-slot=1
lifeisfun UUID=00cc91a0-2a86-4b4a-ac47-5bb8948accf5 none
importantnt UUID=5aec214d-91aa-4739-9ab3-13618d1df209 none
# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed); notail increases performance of ReiserFS (at the expense of storage
# efficiency). It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#
# <fs> <mountpoint> <type> <opts> <dump/pass>
# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
#
# NOTE: Even though we list ext4 as the type here, it will work with ext2/ext3
# filesystems. This just tells the kernel to use the ext4 driver.
#
# NOTE: You can use full paths to devices like /dev/sda3, but it is often
# more reliable to use filesystem labels or UUIDs. See your filesystem
# documentation for details on setting a label. To obtain the UUID, use
# the blkid(8) command.
#LABEL=boot /boot ext4 noauto,noatime 1 2
#UUID=58e72203-57d1-4497-81ad-97655bd56494 / ext4 noatime 0 1
#LABEL=swap none swap sw 0 0
#/dev/cdrom /mnt/cdrom auto noauto,ro 0 0
UUID=2D71-A1DB /boot vfat defaults,noatime 0 2
UUID=e41eebd8-52f1-40a1-add7-187f03a77baa none swap sw 0 0
UUID=e9df249b-b2ff-46a2-a93f-57f90e16599d / ext4 noatime,discard 0 1
# External drives
UUID=7a1b38e4-7689-4f8a-b915-f558595dbcdd /home/symph/lifeisfun ext4 rw,relatime,nofail 0 2
UUID=4901a93f-df40-4f92-b981-3fbbb2c9f887 /home/symph/importantnt ext4 rw,relatime,nofail 0 2
[Service]
ExecStart=
ExecStart=-/sbin/agetty -o '-p -- symph' --noclear --skip-login - $TERM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment