From 8e3077a80ab2ab87dbd008ef875187407d6e7e7f Mon Sep 17 00:00:00 2001 From: psychophoniac Date: Mon, 12 Jul 2021 15:46:53 +0200 Subject: [PATCH] WIP --- .../efiboot/loader/entries/01-archiso-x86_64-linux.conf | 2 +- .../loader/entries/02-archiso-x86_64-speech-linux.conf | 9 --------- .../loader/entries/03-archiso-x86_64-ram-linux.conf | 9 --------- arch-custom/profiledef.sh | 4 ++-- 4 files changed, 3 insertions(+), 21 deletions(-) delete mode 100644 arch-custom/efiboot/loader/entries/02-archiso-x86_64-speech-linux.conf delete mode 100644 arch-custom/efiboot/loader/entries/03-archiso-x86_64-ram-linux.conf diff --git a/arch-custom/efiboot/loader/entries/01-archiso-x86_64-linux.conf b/arch-custom/efiboot/loader/entries/01-archiso-x86_64-linux.conf index 1a14b11..697b712 100644 --- a/arch-custom/efiboot/loader/entries/01-archiso-x86_64-linux.conf +++ b/arch-custom/efiboot/loader/entries/01-archiso-x86_64-linux.conf @@ -1,7 +1,7 @@ # # SPDX-License-Identifier: GPL-3.0-or-later -title Arch Linux install medium (x86_64, UEFI) +title Trauma Linux (x86_64, UEFI) linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux initrd /%INSTALL_DIR%/boot/intel-ucode.img initrd /%INSTALL_DIR%/boot/amd-ucode.img diff --git a/arch-custom/efiboot/loader/entries/02-archiso-x86_64-speech-linux.conf b/arch-custom/efiboot/loader/entries/02-archiso-x86_64-speech-linux.conf deleted file mode 100644 index 632c446..0000000 --- a/arch-custom/efiboot/loader/entries/02-archiso-x86_64-speech-linux.conf +++ /dev/null @@ -1,9 +0,0 @@ -# -# SPDX-License-Identifier: GPL-3.0-or-later - -title Arch Linux install medium (x86_64, UEFI) with speech -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 diff --git a/arch-custom/efiboot/loader/entries/03-archiso-x86_64-ram-linux.conf b/arch-custom/efiboot/loader/entries/03-archiso-x86_64-ram-linux.conf deleted file mode 100644 index 9eba5a9..0000000 --- a/arch-custom/efiboot/loader/entries/03-archiso-x86_64-ram-linux.conf +++ /dev/null @@ -1,9 +0,0 @@ -# -# SPDX-License-Identifier: GPL-3.0-or-later - -title Arch Linux install medium (x86_64, UEFI, Copy to RAM) -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% copytoram diff --git a/arch-custom/profiledef.sh b/arch-custom/profiledef.sh index cb43ac8..abfadf9 100644 --- a/arch-custom/profiledef.sh +++ b/arch-custom/profiledef.sh @@ -18,8 +18,8 @@ file_permissions=( ["/etc/passwd"]="0:0:644" ["/etc/nsswitch.conf"]="0:0:644" ["/etc/nslcd.conf"]="0:0:644" - ["/etc/openldap/openldap.conf"]="0:0:644" - ["/etc/pamd.d/"]="0:0:744" + ["/etc/openldap/ldap.conf"]="0:0:644" + ["/etc/pam.d/"]="0:0:744" ["/root"]="0:0:750" ["/root/.automated_script.sh"]="0:0:755" ["/root/.ssh"]="0:0:700"