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, 0 insertions, 20 deletions
diff --git a/community/e4rat/e4rat.install b/community/e4rat/e4rat.install
deleted file mode 100644
index 4990280e3..000000000
--- a/community/e4rat/e4rat.install
+++ /dev/null
@@ -1,20 +0,0 @@
-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 '--------------------------------------------------------------------------'
-}