Skip to content

Instantly share code, notes, and snippets.

@jflopezfernandez
Created August 17, 2020 01:03
Show Gist options
  • Save jflopezfernandez/3d76ed9f2b55a5401e49a96309d866a5 to your computer and use it in GitHub Desktop.
Save jflopezfernandez/3d76ed9f2b55a5401e49a96309d866a5 to your computer and use it in GitHub Desktop.
# 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