Advertisement
Guest User

Untitled

a guest
Apr 5th, 2011
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. post_install() {
  2. echo '--------------------------------------------------------------------------'
  3. echo 'add to grub kernel line:'
  4. echo ' init=/usr/sbin/e4rat-collect'
  5. echo
  6. echo 'log date for 2 min, then'
  7. echo ' sudo init 1'
  8. echo ' e4rat-realloc /var/lib/e4rat/startup.log'
  9. echo
  10. echo 'substitute init=/usr/sbin/e4rat-collect with'
  11. echo ' init=/usr/sbin/e4rat-preload'
  12. echo '--------------------------------------------------------------------------'
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement