summaryrefslogtreecommitdiff
path: root/community/e4rat/e4rat.install
blob: 4990280e3d72bd43154e4acabf44ddfa96cdddd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
post_install() {
 echo '--------------------------------------------------------------------------'
 echo '                            SETUP INSTRUCTIONS'
 echo
 echo '                https://wiki.archlinux.org/index.php/E4rat'
 echo '--------------------------------------------------------------------------'
 echo
 echo '--------------------------------------------------------------------------'
 echo '                                 SUMMARY'
 echo 'add to grub kernel line:'
 echo '    init=/sbin/e4rat-collect'
 echo
 echo 'log data for 2 min, then'
 echo '   sudo init 1'
 echo '   e4rat-realloc  /var/lib/e4rat/startup.log'
 echo
 echo 'substitute init=/sbin/e4rat-collect with'
 echo '    init=/sbin/e4rat-preload'
 echo '--------------------------------------------------------------------------'
}