Compare commits
11 commits
2b1c6136ef
...
2b8c9d0551
Author | SHA1 | Date | |
---|---|---|---|
2b8c9d0551 | |||
8c7c4cb03b | |||
3433ffd5df | |||
4aabbbab0c | |||
8b41d75a99 | |||
644bc8cc94 | |||
282ddb1803 | |||
db1b3752d6 | |||
8a7891fa5d | |||
457ebb85ac | |||
16bb31f30b |
9 changed files with 103 additions and 16 deletions
|
@ -49,7 +49,7 @@ FILES=()
|
|||
#
|
||||
## NOTE: If you have /usr on a separate partition, you MUST include the
|
||||
# usr, fsck and shutdown hooks.
|
||||
HOOKS=(base udev modconf kms memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs block filesystems keyboard)
|
||||
HOOKS=(base udev microcode modconf kms memdisk archiso archiso_loop_mnt archiso_pxe_common archiso_pxe_nbd archiso_pxe_http archiso_pxe_nfs block filesystems keyboard)
|
||||
|
||||
# COMPRESSION
|
||||
# Use this to compress the initramfs image. By default, gzip compression
|
||||
|
@ -64,4 +64,4 @@ COMPRESSION="xz"
|
|||
|
||||
# COMPRESSION_OPTIONS
|
||||
# Additional options for the compressor
|
||||
#COMPRESSION_OPTIONS=()
|
||||
COMPRESSION_OPTIONS=(-9e)
|
||||
|
|
84
airootfs/etc/systemd/system.conf
Normal file
84
airootfs/etc/systemd/system.conf
Normal file
|
@ -0,0 +1,84 @@
|
|||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it under the
|
||||
# terms of the GNU Lesser General Public License as published by the Free
|
||||
# Software Foundation; either version 2.1 of the License, or (at your option)
|
||||
# any later version.
|
||||
#
|
||||
# Entries in this file show the compile time defaults. Local configuration
|
||||
# should be created by either modifying this file (or a copy of it placed in
|
||||
# /etc/ if the original file is shipped in /usr/), or by creating "drop-ins" in
|
||||
# /etc/systemd/system.conf.d/ directory. The latter is generally recommended.
|
||||
# Defaults can be restored by simply deleting the main configuration file and
|
||||
# all drop-ins located in /etc/.
|
||||
#
|
||||
# Use 'systemd-analyze cat-config systemd/system.conf' to display the full config.
|
||||
#
|
||||
# See systemd-system.conf(5) for details.
|
||||
|
||||
[Manager]
|
||||
#LogLevel=info
|
||||
#LogTarget=journal-or-kmsg
|
||||
#LogColor=yes
|
||||
#LogLocation=no
|
||||
#LogTime=no
|
||||
#DumpCore=yes
|
||||
#ShowStatus=yes
|
||||
#CrashChangeVT=no
|
||||
#CrashShell=no
|
||||
#CrashReboot=no
|
||||
#CtrlAltDelBurstAction=reboot-force
|
||||
#CPUAffinity=
|
||||
#NUMAPolicy=default
|
||||
#NUMAMask=
|
||||
#RuntimeWatchdogSec=off
|
||||
#RuntimeWatchdogPreSec=off
|
||||
#RuntimeWatchdogPreGovernor=
|
||||
#RebootWatchdogSec=10min
|
||||
#KExecWatchdogSec=off
|
||||
#WatchdogDevice=
|
||||
#CapabilityBoundingSet=
|
||||
#NoNewPrivileges=no
|
||||
#SystemCallArchitectures=
|
||||
#TimerSlackNSec=
|
||||
#StatusUnitFormat=description
|
||||
#DefaultTimerAccuracySec=1min
|
||||
#DefaultStandardOutput=journal
|
||||
#DefaultStandardError=inherit
|
||||
#DefaultTimeoutStartSec=90s
|
||||
DefaultTimeoutStopSec=10s
|
||||
#DefaultTimeoutAbortSec=
|
||||
#DefaultDeviceTimeoutSec=90s
|
||||
#DefaultRestartSec=100ms
|
||||
#DefaultStartLimitIntervalSec=10s
|
||||
#DefaultStartLimitBurst=5
|
||||
#DefaultEnvironment=
|
||||
#DefaultCPUAccounting=yes
|
||||
#DefaultIOAccounting=no
|
||||
#DefaultIPAccounting=no
|
||||
#DefaultMemoryAccounting=yes
|
||||
#DefaultTasksAccounting=yes
|
||||
#DefaultTasksMax=15%
|
||||
#DefaultLimitCPU=
|
||||
#DefaultLimitFSIZE=
|
||||
#DefaultLimitDATA=
|
||||
#DefaultLimitSTACK=
|
||||
#DefaultLimitCORE=
|
||||
#DefaultLimitRSS=
|
||||
#DefaultLimitNOFILE=1024:524288
|
||||
#DefaultLimitAS=
|
||||
#DefaultLimitNPROC=
|
||||
#DefaultLimitMEMLOCK=8M
|
||||
#DefaultLimitLOCKS=
|
||||
#DefaultLimitSIGPENDING=
|
||||
#DefaultLimitMSGQUEUE=
|
||||
#DefaultLimitNICE=
|
||||
#DefaultLimitRTPRIO=
|
||||
#DefaultLimitRTTIME=
|
||||
#DefaultMemoryPressureThresholdSec=200ms
|
||||
#DefaultMemoryPressureWatch=auto
|
||||
#DefaultOOMPolicy=stop
|
||||
#DefaultSmackProcessLabel=
|
||||
#ReloadLimitIntervalSec=
|
||||
#ReloadLimitBurst=
|
||||
|
1
airootfs/usr/local/bin/vim
Symbolic link
1
airootfs/usr/local/bin/vim
Symbolic link
|
@ -0,0 +1 @@
|
|||
/usr/bin/nvim
|
|
@ -1,7 +1,5 @@
|
|||
title Arch Linux install medium (x86_64, UEFI)
|
||||
sort-key 01
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/amd-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% zswap.enabled=0
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
title Arch Linux install medium (x86_64, UEFI) with speech
|
||||
sort-key 02
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/amd-ucode.img
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img
|
||||
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on zswap.enabled=0
|
||||
|
|
|
@ -46,19 +46,19 @@ play 600 200 1 1 2 200 1
|
|||
menuentry "Solarity Liveboot (x86_64, UEFI)" --class arch --class gnu-linux --class gnu --class os --id 'archlinux' {
|
||||
set gfxpayload=keep
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID} copytoram=auto zswap.enabled=0
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img /%INSTALL_DIR%/boot/amd-ucode.img /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
}
|
||||
|
||||
menuentry "Solarity Liveboot (x86_64, UEFI, copytoram=n)" --class arch --class gnu-linux --class gnu --class os --id 'archlinux-nocopytoram' {
|
||||
set gfxpayload=keep
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID} copytoram=n zswap.enabled=0
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img /%INSTALL_DIR%/boot/amd-ucode.img /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
}
|
||||
|
||||
menuentry "Solarity Liveboot with speakup screen reader (x86_64, UEFI)" --hotkey s --class arch --class gnu-linux --class gnu --class os --id 'archlinux-accessibility' {
|
||||
set gfxpayload=keep
|
||||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen archisobasedir=%INSTALL_DIR% archisodevice=UUID=${ARCHISO_UUID} accessibility=on copytoram=auto zswap.enabled=0
|
||||
initrd /%INSTALL_DIR%/boot/intel-ucode.img /%INSTALL_DIR%/boot/amd-ucode.img /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
}
|
||||
|
||||
if [ "${grub_platform}" == "efi" ]; then
|
||||
|
|
|
@ -125,6 +125,7 @@ chaotic-mirrorlist
|
|||
mesa
|
||||
vulkan-radeon
|
||||
vulkan-intel
|
||||
vulkan-nouveau
|
||||
vulkan-tools
|
||||
mesa-demos
|
||||
mesa-utils
|
||||
|
@ -158,6 +159,7 @@ dvd+rw-tools
|
|||
materia-gtk-theme
|
||||
kvantum-theme-materia
|
||||
kvantum
|
||||
kvantum-qt5
|
||||
papirus-icon-theme
|
||||
gawk
|
||||
git
|
||||
|
@ -208,7 +210,7 @@ zenmap
|
|||
ttf-nerd-fonts-symbols
|
||||
ttf-dejavu
|
||||
ttf-liberation
|
||||
noto-fonts-emoji
|
||||
ttf-twemoji
|
||||
networkmanager-iwd
|
||||
ncdu
|
||||
libqalculate
|
||||
|
@ -240,6 +242,8 @@ tldr
|
|||
gnome-disk-utility
|
||||
gsmartcontrol
|
||||
ranger
|
||||
atool
|
||||
mediainfo
|
||||
renameutils
|
||||
jq
|
||||
gnupg
|
||||
|
@ -274,3 +278,5 @@ gvfs-smb
|
|||
foot-terminfo
|
||||
zfs-utils-git
|
||||
zfs-dkms-git
|
||||
nut
|
||||
micro
|
||||
|
|
|
@ -5,7 +5,7 @@ It allows you to install Solarity Liveboot or perform system maintenance.
|
|||
ENDTEXT
|
||||
MENU LABEL Solarity Liveboot install medium (x86_64, NBD)
|
||||
LINUX ::/%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
|
||||
INITRD ::/%INSTALL_DIR%/boot/intel-ucode.img,::/%INSTALL_DIR%/boot/amd-ucode.img,::/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
INITRD ::/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver} cms_verify=y zswap.enabled=0
|
||||
SYSAPPEND 3
|
||||
|
||||
|
@ -16,7 +16,7 @@ It allows you to install Solarity Liveboot or perform system maintenance.
|
|||
ENDTEXT
|
||||
MENU LABEL Solarity Liveboot install medium (x86_64, NFS)
|
||||
LINUX ::/%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
|
||||
INITRD ::/%INSTALL_DIR%/boot/intel-ucode.img,::/%INSTALL_DIR%/boot/amd-ucode.img,::/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
INITRD ::/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt cms_verify=y zswap.enabled=0
|
||||
SYSAPPEND 3
|
||||
|
||||
|
@ -27,6 +27,6 @@ It allows you to install Solarity Liveboot or perform system maintenance.
|
|||
ENDTEXT
|
||||
MENU LABEL Solarity Liveboot install medium (x86_64, HTTP)
|
||||
LINUX ::/%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
|
||||
INITRD ::/%INSTALL_DIR%/boot/intel-ucode.img,::/%INSTALL_DIR%/boot/amd-ucode.img,::/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
INITRD ::/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/ cms_verify=y zswap.enabled=0
|
||||
SYSAPPEND 3
|
||||
|
|
|
@ -5,7 +5,7 @@ It allows you to install Arch Linux or perform system maintenance.
|
|||
ENDTEXT
|
||||
MENU LABEL Solarity Liveboot (x86_64, BIOS)
|
||||
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
|
||||
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=auto zswap.enabled=0
|
||||
|
||||
LABEL arch64copytoram
|
||||
|
@ -15,7 +15,7 @@ It allows you to install Arch Linux or perform system maintenance.
|
|||
ENDTEXT
|
||||
MENU LABEL Solarity Liveboot (x86_64, BIOS, copytoram=n)
|
||||
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
|
||||
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram=n zswap.enabled=0
|
||||
|
||||
# Accessibility boot option
|
||||
|
@ -26,5 +26,5 @@ It allows you to install Arch Linux or perform system maintenance with speech fe
|
|||
ENDTEXT
|
||||
MENU LABEL Solarity Liveboot (x86_64, BIOS) with ^speech
|
||||
LINUX /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen
|
||||
INITRD /%INSTALL_DIR%/boot/intel-ucode.img,/%INSTALL_DIR%/boot/amd-ucode.img,/%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
INITRD /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img
|
||||
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% accessibility=on copytoram=auto zswap.enabled=0
|
||||
|
|
Loading…
Reference in a new issue