From 17cdc707dd45b0e0eda884c895393f061029439e Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Sun, 20 Aug 2006 20:16:31 +0000 Subject: uri format for automount and scratch (/tmp via nfs, ...), little fixes, cleanups, ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@319 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Makefile') 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 , 11-08-2006 -# Dirk von Suchodoletz , 15-08-2006 +# Dirk von Suchodoletz , 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 -- cgit v1.2.3-55-g7522