summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 404e6d84..b5d2801a 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
# to the various destination directories
#
# Author(s): Lars Mueller <lm@opendiskless.org>, 11-08-2006
-# Dirk von Suchodoletz <dirk@goe.net>, 15-08-2006
+# Dirk von Suchodoletz <dirk@goe.net>, 20-08-2006
#
# Copyright: (c) 2006 - opendiskless.org project
#
@@ -28,14 +28,14 @@ install:
@cp installer/default_files/machine-setup.default \
/usr/share/opendiskless/templates
@echo -e "#!/bin/sh\n#\n# This script allows the local admin to \
-extend the\n# capabilities at the beginning of the initramfs. The toolset \
-is rather\n# restricted and you have to keep in mind that stage4 rootfs \
-has the\n# prefix '/mnt'." \
+extend the\n# capabilities at the beginning of the initramfs (stage3). \
+The toolset is rather\n# restricted and you have to keep in mind that \
+stage4 rootfs has the\n# prefix '/mnt'." \
> /var/lib/opendiskless/config/default/initramfs/preinit.local
@echo -e "#!/bin/sh\n#\n# This script allows the local admin to \
-extend the\n# capabilities at the end of the initramfs. The toolset \
-is rather\n# restricted and you have to keep in mind that stage4 rootfs \
-has the\n# prefix '/mnt'." \
+extend the\n# capabilities at the end of the initramfs (stage3). The \
+toolset is rather\n# restricted and you have to keep in mind that stage4 \
+rootfs has the\n# prefix '/mnt'." \
> /var/lib/opendiskless/config/default/initramfs/postinit.local
@chmod u+x /var/lib/opendiskless/config/default/initramfs/*init.local