Advertisement
sealemar

linux-ck-3.1.1-1.preset

Nov 19th, 2011
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.39 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-ck"
  5.  
  6. PRESETS=('default' 'fallback')
  7.  
  8. #default_config="/etc/mkinitcpio.conf"
  9. #default_image="/boot/initramfs-linux-ck.img"
  10. #default_options=""
  11.  
  12. #fallback_config="/etc/mkinitcpio.conf"
  13. #fallback_image="/boot/initramfs-linux-ck-fallback.img"
  14. fallback_options="-S autodetect"
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement