Created
August 17, 2020 01:03
-
-
Save jflopezfernandez/3d76ed9f2b55a5401e49a96309d866a5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# Path: /etc/mkinitcpio.d/linux58.preset | |
# | |
# mkinitcpio preset file for the 'linux57' package | |
ALL_config="/etc/mkinitcpio.conf" | |
ALL_kver="/boot/vmlinuz-5.8.1-local-x86_64" | |
PRESETS=('default' 'fallback') | |
#default_config="/etc/mkinitcpio.conf" | |
default_image="/boot/initramfs-5.8.1-local-x86_64.img" | |
#default_options="" | |
#fallback_config="/etc/mkinitcpio.conf" | |
fallback_image="/boot/initramfs-5.8.1-local-x86_64-fallback.img" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment