WIP
This commit is contained in:
parent
a279e663c3
commit
8e3077a80a
@ -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
|
||||
|
@ -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
|
@ -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
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user