-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed -lts filenames and grub theme name
- Loading branch information
D3vil0p3r
committed
Sep 20, 2023
1 parent
53294d8
commit dfcaa08
Showing
12 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# mkinitcpio preset file for the 'linux-zen' package | ||
# mkinitcpio preset file for the 'linux-lts' package | ||
|
||
ALL_config="/etc/mkinitcpio.conf" | ||
ALL_kver="/boot/vmlinuz-linux-zen" | ||
ALL_kver="/boot/vmlinuz-linux-lts" | ||
|
||
PRESETS=('default' 'fallback') | ||
|
||
#default_config="/etc/mkinitcpio.conf" | ||
default_image="/boot/initramfs-linux-zen.img" | ||
default_image="/boot/initramfs-linux-lts.img" | ||
#default_options="" | ||
|
||
#fallback_config="/etc/mkinitcpio.conf" | ||
fallback_image="/boot/initramfs-linux-zen-fallback.img" | ||
fallback_image="/boot/initramfs-linux-lts-fallback.img" | ||
fallback_options="-S autodetect" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# mkinitcpio preset file for the 'linux-zen' package on archiso | ||
# mkinitcpio preset file for the 'linux-lts' package on archiso | ||
|
||
PRESETS=('archiso') | ||
|
||
ALL_kver='/boot/vmlinuz-linux-zen' | ||
ALL_kver='/boot/vmlinuz-linux-lts' | ||
ALL_config='/etc/mkinitcpio.conf' | ||
|
||
archiso_image="/boot/initramfs-linux-zen.img" | ||
archiso_image="/boot/initramfs-linux-lts.img" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
title Athena OS install medium (x86_64, UEFI, open source) | ||
sort-key 01 | ||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen | ||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts | ||
initrd /%INSTALL_DIR%/boot/intel-ucode.img | ||
initrd /%INSTALL_DIR%/boot/amd-ucode.img | ||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img | ||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-lts.img | ||
options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% driver=free cow_spacesize=4G copytoram=n nouveau.modeset=1 radeon.modeset=1 i915.modeset=1 nvme_load=yes systemd.log_level=debug systemd.log_target=console console=ttyS0,38400 console=tty1 |
4 changes: 2 additions & 2 deletions
4
archiso/efiboot/loader/entries/02-archiso-x86_64-linux-no-nouveau.conf
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
title Athena OS install medium (x86_64, UEFI, open source, no nouveau) | ||
sort-key 02 | ||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen | ||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts | ||
initrd /%INSTALL_DIR%/boot/intel-ucode.img | ||
initrd /%INSTALL_DIR%/boot/amd-ucode.img | ||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img | ||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-lts.img | ||
options archisobasedir=%INSTALL_DIR% cow_spacesize=4G copytoram=n archisolabel=%ARCHISO_LABEL% driver=freenonouveau radeon.modeset=1 i915.modeset=1 nvme_load=yes systemd.log_level=debug systemd.log_target=console console=ttyS0,38400 console=tty1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
title Athena OS install medium (x86_64, UEFI, NVIDIA) | ||
sort-key 03 | ||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen | ||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts | ||
initrd /%INSTALL_DIR%/boot/intel-ucode.img | ||
initrd /%INSTALL_DIR%/boot/amd-ucode.img | ||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img | ||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-lts.img | ||
options archisobasedir=%INSTALL_DIR% cow_spacesize=4G copytoram=n archisolabel=%ARCHISO_LABEL% driver=nonfree nouveau.modeset=0 radeon.modeset=1 i915.modeset=1 nvme_load=yes systemd.log_level=debug systemd.log_target=console console=ttyS0,38400 console=tty1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
title Athena OS install medium (x86_64, UEFI, NVIDIA, no nouveau) | ||
sort-key 04 | ||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen | ||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts | ||
initrd /%INSTALL_DIR%/boot/intel-ucode.img | ||
initrd /%INSTALL_DIR%/boot/amd-ucode.img | ||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img | ||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-lts.img | ||
options archisobasedir=%INSTALL_DIR% cow_spacesize=4G copytoram=n archisolabel=%ARCHISO_LABEL% driver=nonfreenonouveau radeon.modeset=1 i915.modeset=1 nvme_load=yes systemd.log_level=debug systemd.log_target=console console=ttyS0,38400 console=tty1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
title Athena OS install medium (x86_64, UEFI, safe graphics, nomodeset) | ||
sort-key 05 | ||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-zen | ||
linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux-lts | ||
initrd /%INSTALL_DIR%/boot/intel-ucode.img | ||
initrd /%INSTALL_DIR%/boot/amd-ucode.img | ||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-zen.img | ||
initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux-lts.img | ||
options archisobasedir=%INSTALL_DIR% cow_spacesize=4G copytoram=n archisolabel=%ARCHISO_LABEL% driver=free nomodeset nouveau.modeset=0 radeon.modeset=0 i915.modeset=0 nvme_load=yes systemd.log_level=debug systemd.log_target=console console=ttyS0,38400 console=tty1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters