diff options
| author | Simon Rettberg | 2013-05-08 18:33:51 +0200 |
|---|---|---|
| committer | Simon Rettberg | 2013-05-08 18:33:51 +0200 |
| commit | 09d49a9bbdd16f36505bceb276ef5fb0cd7b98c5 (patch) | |
| tree | 5c9cb4f5917754c3ee9728969757e7b5b633e128 /data | |
| parent | Add vmplayer module (diff) | |
| parent | oopsi (diff) | |
| download | tm-scripts-09d49a9bbdd16f36505bceb276ef5fb0cd7b98c5.tar.gz tm-scripts-09d49a9bbdd16f36505bceb276ef5fb0cd7b98c5.tar.xz tm-scripts-09d49a9bbdd16f36505bceb276ef5fb0cd7b98c5.zip | |
Merge branch 'master' of simonslx:openslx-ng/tm-scripts
Diffstat (limited to 'data')
| -rw-r--r-- | data/basic.nocopy | 23 | ||||
| -rw-r--r-- | data/kernel.wanted.config | 1 |
2 files changed, 24 insertions, 0 deletions
diff --git a/data/basic.nocopy b/data/basic.nocopy new file mode 100644 index 00000000..ea8ce588 --- /dev/null +++ b/data/basic.nocopy @@ -0,0 +1,23 @@ +/var/run +/var/log +/dev +/proc +/sys +/boot +/export +/home/vmuser +/lost+found +/media +/mnt +/opt/openslx +/run +/tmp +/root +/usr/src +/lib/modules +*tm-scripts* +*~ +*.bak +*.tmp +*.pid + diff --git a/data/kernel.wanted.config b/data/kernel.wanted.config index 4cfe1db8..b202b341 100644 --- a/data/kernel.wanted.config +++ b/data/kernel.wanted.config @@ -1,3 +1,4 @@ +CONFIG_LOCALVERSION="-openslx" CONFIG_8139CP=y CONFIG_8139TOO=y CONFIG_8139TOO_8129=y |
