Advertisement
Pentium320

linux.preset

Jul 27th, 2021
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. # mkinitcpio preset file for the 'linux' package
  2.  
  3. ALL_config="/etc/mkinitcpio.conf"
  4. ALL_kver="/boot/vmlinuz-linux"
  5.  
  6. PRESETS=('default' 'fallback')
  7.  
  8. #default_config="/etc/mkinitcpio.conf"
  9. default_image="/boot/initramfs-linux.img"
  10. #default_options=""
  11.  
  12. #fallback_config="/etc/mkinitcpio.conf"
  13. fallback_image="/boot/initramfs-linux-fallback.img"
  14. fallback_options="-S autodetect"
  15.  
  16.  
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement