index
:
openslx/core.git
master
Open Statless Extensions - OpenSLX.
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
installer
/
OpenSLX
/
OSExport
Commit message (
Expand
)
Author
Age
Files
Lines
*
* made names of distro module consistent across OpenSLX - now the always star...
Oliver Tappe
2008-04-06
8
-43
/
+29
*
* Switched indent used in Perl-code and settings files from tabs to 4 spaces.
Oliver Tappe
2008-03-20
15
-947
/
+947
*
* Forced DNBD2.pm into a (hopefully) working condition.
Oliver Tappe
2008-02-29
2
-12
/
+21
*
Trying on another export type -> dnbd2 ...
Dirk von Suchodoletz
2008-02-29
1
-0
/
+102
*
* added support for specifying additional rsync options via environment
Oliver Tappe
2008-02-25
1
-4
/
+6
*
* added explicit error message about trying to apply actions to the
Oliver Tappe
2008-02-17
1
-0
/
+3
*
* added the contents of the following dirs to the exclude filter, since
Oliver Tappe
2008-02-06
7
-4
/
+36
*
* added support to the OSExport engine for determining the
Oliver Tappe
2008-01-22
6
-2
/
+40
*
* requiredFSMods() now returns an array instead of a flattened
Oliver Tappe
2008-01-16
2
-2
/
+2
*
* Changed naming scheme for exports from <vendor-os>:<type> to
Oliver Tappe
2007-12-26
1
-2
/
+2
*
Proper mount options for NFS/scratch ... Skip some files for SUSE exports.
Dirk von Suchodoletz
2007-10-14
1
-0
/
+6
*
Tried out new SuSE10.3 ... worked after just changing X settings for
Dirk von Suchodoletz
2007-10-11
1
-0
/
+1
*
* fixed bug in check for required kernel modules for distros that do not
Oliver Tappe
2007-07-25
3
-46
/
+87
*
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1264 95ad53e4-c205-0410-...
Oliver Tappe
2007-07-20
1
-0
/
+5
*
* replaces most occurrences of confess() with croak(), as that is less noisy.
Oliver Tappe
2007-07-18
3
-3
/
+3
*
* more work towards perlcritic compliance, fixed the low-hanging fruit
Oliver Tappe
2007-07-10
12
-0
/
+26
*
* activated 'use warnings' to all modules and adjusted all occurences of
Oliver Tappe
2007-07-01
14
-104
/
+79
*
* fixed double slash in export path (rootfs)
Oliver Tappe
2007-06-28
1
-1
/
+1
*
* fixed bug in used-count handling for exports that caused the image to
Oliver Tappe
2007-06-20
1
-1
/
+1
*
* added support for creating the squashfs only if the vendor-OS has been
Oliver Tappe
2007-06-20
1
-75
/
+92
*
* fixed another oversight of recent commit
Oliver Tappe
2007-06-20
1
-1
/
+1
*
* split export type into filesystem and (optional) blockdevice, closing
Oliver Tappe
2007-06-20
8
-290
/
+624
*
largish change with respect to configurable paths:
Oliver Tappe
2007-06-17
3
-5
/
+6
*
* fixed incorrectly generated exportURI (still used the export-name instead
Oliver Tappe
2007-06-07
3
-3
/
+4
*
* renamed export type 'nbd-squash' to 'nbd' to make it shorter
Oliver Tappe
2007-05-29
1
-8
/
+1
*
* changed handling of exports to drop support for having more than one
Oliver Tappe
2007-05-29
4
-59
/
+56
*
* (hopefully) fixed problem with respect to wget repeatedly failing with
Oliver Tappe
2007-05-29
1
-1
/
+2
*
Fix of non-functional SuSE9.3, putting checked code to branch ...
Dirk von Suchodoletz
2007-05-14
1
-1
/
+0
*
* simplified declaration of base classes via 'use base'
Oliver Tappe
2007-05-13
8
-24
/
+24
*
* added utility function followLink() and made use of it
Oliver Tappe
2007-05-13
1
-15
/
+24
*
Switched default behaviour to late_dm="yes" (to avoid keyboard troubles
Dirk von Suchodoletz
2007-05-12
1
-1
/
+0
*
Aggregated exclude list of files for stage2 for all SuSE versions.
Dirk von Suchodoletz
2007-05-12
1
-3
/
+8
*
The rootfilesystem has to be exported "no_root_squash" otherwise certain
Dirk von Suchodoletz
2007-05-08
1
-1
/
+1
*
Change in exclude list (do not know exactly if proper place ... because
Dirk von Suchodoletz
2007-05-08
1
-0
/
+2
*
* reworked construction of export-URI to be delegated into the respective
Oliver Tappe
2007-05-07
4
-3
/
+49
*
* added support to exporter modules for passing out the required fs-modules
Oliver Tappe
2007-05-06
4
-0
/
+28
*
* added support to NBD_Squash-exporter for selecting the next free server-port
Oliver Tappe
2007-05-06
3
-21
/
+53
*
* improved mechanism used for locating the required kernel modules such that ...
Oliver Tappe
2007-05-01
1
-2
/
+39
*
* changed semantics of slxos-export (back) to add/update/remove
Oliver Tappe
2007-04-23
1
-71
/
+112
*
* exports no longer make use of a two-valued key, but require
Oliver Tappe
2007-04-21
1
-7
/
+14
*
"Fix" for slxos-setup export system nbd-squash (to be checked) ...
Dirk von Suchodoletz
2007-04-17
1
-0
/
+1
*
* activated check for required modules in slxos-export, such that you can onl...
Oliver Tappe
2007-04-15
3
-5
/
+12
*
* cleanup with respect to how modules/classes are loaded
Oliver Tappe
2007-04-14
1
-67
/
+10
*
* added hook for checking the requirements of a specific export type (for NBD...
Oliver Tappe
2007-04-14
2
-0
/
+27
*
* changed POD back from documenting 'add' to 'export', as 'adding' an export ...
Oliver Tappe
2007-04-13
1
-1
/
+3
*
* added missing folder creation, found by Dirk
Oliver Tappe
2007-04-02
1
-0
/
+8
*
* added support for removing an export (from disk and config-DB)
Oliver Tappe
2007-04-02
4
-104
/
+177
*
Trivial fix to match the nbd-server help output in hint ...
Dirk von Suchodoletz
2007-04-02
1
-1
/
+1
*
* default name of export is now the same as the vendor-os-name. The type sepa...
Oliver Tappe
2007-04-01
1
-3
/
+5
*
* added yum- & smart-folders to the filter
Oliver Tappe
2007-03-29
3
-0
/
+6
[next]