summaryrefslogtreecommitdiff
path: root/community/e4rat/e4rat.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/e4rat/e4rat.install')
-rw-r--r--community/e4rat/e4rat.install20
1 files changed, 20 insertions, 0 deletions
diff --git a/community/e4rat/e4rat.install b/community/e4rat/e4rat.install
new file mode 100644
index 000000000..4990280e3
--- /dev/null
+++ b/community/e4rat/e4rat.install
@@ -0,0 +1,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 '--------------------------------------------------------------------------'
+}