diff options
author | Dirk von Suchodoletz | 2006-08-20 22:16:31 +0200 |
---|---|---|
committer | Dirk von Suchodoletz | 2006-08-20 22:16:31 +0200 |
commit | 17cdc707dd45b0e0eda884c895393f061029439e (patch) | |
tree | ad3155284e587eeb71807c9d33dcb97ddb3c5ed2 /Makefile | |
parent | GDM Probleme (unter UnionFS) behoben (diff) | |
download | core-17cdc707dd45b0e0eda884c895393f061029439e.tar.gz core-17cdc707dd45b0e0eda884c895393f061029439e.tar.xz core-17cdc707dd45b0e0eda884c895393f061029439e.zip |
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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |