summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--akari.install2
1 files changed, 1 insertions, 1 deletions
diff --git a/akari.install b/akari.install
index e75a3aa138e7..2aac07e4a416 100644
--- a/akari.install
+++ b/akari.install
@@ -1,7 +1,7 @@
post_install() {
EXTRAMODULES='extramodules-4.10-ARCH'
depmod $(cat /usr/lib/modules/${EXTRAMODULES}/version)
- echo "In order to use akari module append \"init=/sbin/ccs-init\""
+ echo "In order to use akari module append \"init=/usr/bin/ccs-init\""
echo "to the kernel boot options and reboot the system to activate"
}