summaryrefslogtreecommitdiff
path: root/community/e4rat
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-11-02 13:41:57 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-11-02 13:41:57 +0000
commit9343f37ee7ba1aa98f65272412d331a280890e12 (patch)
treea4bf1207d01a10e5cf246f1a4755086280f47b70 /community/e4rat
parent37a1064b8105764414f279ced442e6ba2f63bea1 (diff)
Wed Nov 2 13:41:53 UTC 2011
Diffstat (limited to 'community/e4rat')
-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 '--------------------------------------------------------------------------'
-}