summaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorJonathan Bauer2013-08-07 17:43:21 +0200
committerJonathan Bauer2013-08-07 17:43:21 +0200
commitd33c93ef6dd3c3905d27e993d8c28c27e003e18b (patch)
tree3c69881aa10ab15dd96ced9428a82eef009d9a73 /data
parentMerge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff)
downloadtm-scripts-d33c93ef6dd3c3905d27e993d8c28c27e003e18b.tar.gz
tm-scripts-d33c93ef6dd3c3905d27e993d8c28c27e003e18b.tar.xz
tm-scripts-d33c93ef6dd3c3905d27e993d8c28c27e003e18b.zip
[clone_stage4] updated scripts to clone stage4. Script can be run from any path now. Its now also possible to clone a local system.
Diffstat (limited to 'data')
-rw-r--r--data/basic.nocopy25
1 files changed, 14 insertions, 11 deletions
diff --git a/data/basic.nocopy b/data/basic.nocopy
index ea8ce588..7d00bb6d 100644
--- a/data/basic.nocopy
+++ b/data/basic.nocopy
@@ -1,23 +1,26 @@
-/var/run
-/var/log
-/dev
-/proc
-/sys
/boot
+/cdrom
+/dev
/export
-/home/vmuser
+/home
+/lib/modules
/lost+found
/media
/mnt
/opt/openslx
+/proc
+/root
/run
+/srv
+/sys
/tmp
-/root
/usr/src
-/lib/modules
-*tm-scripts*
+/var/log
+/var/run
+/var/www
*~
*.bak
-*.tmp
+*.git*
*.pid
-
+*.tmp
+*tm-scripts*