Guest User

Untitled

a guest
Feb 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. # Linux kernel 2.6.39.4
  2. image = /boot/vmlinuz-huge-2.6.39.4 addappend="i8042.reset"
  3. root = /dev/root
  4. label = S13.0-2.6.39.4
  5. read-only
  6.  
  7. # Linux updated kernel
  8. image = /boot/vmlinuz-huge-2.6.31 addappend="i8042.reset"
  9. root = /dev/root
  10. label = S13.0-2.6.31
  11. read-only
  12.  
  13. # Linux bootable partition config begins
  14. image = /boot/vmlinuz-huge-2.6.29.6 addappend="i8042.reset"
  15. root = /dev/root
  16. label = S13.0-2.6.29.6
  17. read-only
  18.  
  19. # Linux slackware 13.37
  20. image = /boot/vmlinuz
  21. append = "rootflags=subvol=system"
  22. root = /dev/sda9
  23. label = S13.37-2.6.37.6
  24. read-only
Add Comment
Please, Sign In to add comment