summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOliver Tappe2006-08-21 13:37:53 +0200
committerOliver Tappe2006-08-21 13:37:53 +0200
commit2cc69c394e140fcac62015286f4ce088c3863bf6 (patch)
tree02a6033efa92fb07da9c8cd05582faba958c92b7 /Makefile
parenturi format for automount and scratch (/tmp via nfs, ...), little fixes, (diff)
downloadcore-2cc69c394e140fcac62015286f4ce088c3863bf6.tar.gz
core-2cc69c394e140fcac62015286f4ce088c3863bf6.tar.xz
core-2cc69c394e140fcac62015286f4ce088c3863bf6.zip
* replaced all occurrences of 'opendiskless' with 'openslx'
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@320 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile40
1 files changed, 20 insertions, 20 deletions
diff --git a/Makefile b/Makefile
index b5d2801a..6c51cdd8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,46 +1,46 @@
# Description: Makefile for creating project tarball and installing the project
-# to the various destination directories
+# to the various destination directories
#
-# Author(s): Lars Mueller <lm@opendiskless.org>, 11-08-2006
+# Author(s): Lars Mueller <lm@openslx.org>, 11-08-2006
# Dirk von Suchodoletz <dirk@goe.net>, 20-08-2006
#
-# Copyright: (c) 2006 - opendiskless.org project
+# Copyright: (c) 2006 - openslx.org project
#
# Version: 0.0.1c
tarball:
@echo "Creating tar ball "
- @tar cfhj opendiskless.tar.bz2 \
+ @tar cfhj openslx.tar.bz2 \
--exclude-from=tools/tar_exclude_from \
.
install:
- @echo "Installing opendiskless.org project files"
- @mkdir -p /var/lib/opendiskless/config/default/initramfs \
- -p /var/lib/opendiskless/config/default/rootfs \
- -p /var/lib/opendiskless/db \
- -p /var/lib/opendiskless/stage1 \
- -p /usr/share/opendiskless/distro-specs \
- -p /usr/share/opendiskless/templates \
- -p /usr/share/opendiskless/initramfs
+ @echo "Installing openslx.org project files"
+ @mkdir -p /var/lib/openslx/config/default/initramfs \
+ -p /var/lib/openslx/config/default/rootfs \
+ -p /var/lib/openslx/db \
+ -p /var/lib/openslx/stage1 \
+ -p /usr/share/openslx/distro-specs \
+ -p /usr/share/openslx/templates \
+ -p /usr/share/openslx/initramfs
@cp initrd/mkdxsinitrd /usr/local/sbin
- @cp -a initrd/initrd-stuff/* /usr/share/opendiskless/initramfs
- @cp -a initrd/distro-specs/* /usr/share/opendiskless/distro-specs
+ @cp -a initrd/initrd-stuff/* /usr/share/openslx/initramfs
+ @cp -a initrd/distro-specs/* /usr/share/openslx/distro-specs
@cp installer/default_files/machine-setup.default \
- /usr/share/opendiskless/templates
+ /usr/share/openslx/templates
@echo -e "#!/bin/sh\n#\n# This script allows the local admin to \
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
+ > /var/lib/openslx/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 (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
+ > /var/lib/openslx/config/default/initramfs/postinit.local
+ @chmod u+x /var/lib/openslx/config/default/initramfs/*init.local
#uninstall:
-# @echo -e "Uninstalling opendiskless.org project files but keeping configs \
+# @echo -e "Uninstalling openslx.org project files but keeping configs \
#and stage1\nfiles (please remove manually)"
-# @rm -rf /usr/share/opendiskless
+# @rm -rf /usr/share/openslx
# @rm /usr/local/sbin/mkdxsinitrd