summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSExport
Commit message (Expand)AuthorAgeFilesLines
* * added the contents of the following dirs to the exclude filter, sinceOliver Tappe2008-02-067-4/+36
* * added support to the OSExport engine for determining theOliver Tappe2008-01-226-2/+40
* * requiredFSMods() now returns an array instead of a flattenedOliver Tappe2008-01-162-2/+2
* * Changed naming scheme for exports from <vendor-os>:<type> to Oliver Tappe2007-12-261-2/+2
* Proper mount options for NFS/scratch ... Skip some files for SUSE exports.Dirk von Suchodoletz2007-10-141-0/+6
* Tried out new SuSE10.3 ... worked after just changing X settings forDirk von Suchodoletz2007-10-111-0/+1
* * fixed bug in check for required kernel modules for distros that do notOliver Tappe2007-07-253-46/+87
* git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1264 95ad53e4-c205-0410-...Oliver Tappe2007-07-201-0/+5
* * replaces most occurrences of confess() with croak(), as that is less noisy.Oliver Tappe2007-07-183-3/+3
* * more work towards perlcritic compliance, fixed the low-hanging fruit Oliver Tappe2007-07-1012-0/+26
* * activated 'use warnings' to all modules and adjusted all occurences ofOliver Tappe2007-07-0114-104/+79Star
* * fixed double slash in export path (rootfs)Oliver Tappe2007-06-281-1/+1
* * fixed bug in used-count handling for exports that caused the image toOliver Tappe2007-06-201-1/+1
* * added support for creating the squashfs only if the vendor-OS has beenOliver Tappe2007-06-201-75/+92
* * fixed another oversight of recent commitOliver Tappe2007-06-201-1/+1
* * split export type into filesystem and (optional) blockdevice, closingOliver Tappe2007-06-208-290/+624
* largish change with respect to configurable paths:Oliver Tappe2007-06-173-5/+6
* * fixed incorrectly generated exportURI (still used the export-name insteadOliver Tappe2007-06-073-3/+4
* * renamed export type 'nbd-squash' to 'nbd' to make it shorterOliver Tappe2007-05-291-8/+1Star
* * changed handling of exports to drop support for having more than oneOliver Tappe2007-05-294-59/+56Star
* * (hopefully) fixed problem with respect to wget repeatedly failing withOliver Tappe2007-05-291-1/+2
* Fix of non-functional SuSE9.3, putting checked code to branch ...Dirk von Suchodoletz2007-05-141-1/+0Star
* * simplified declaration of base classes via 'use base'Oliver Tappe2007-05-138-24/+24
* * added utility function followLink() and made use of itOliver Tappe2007-05-131-15/+24
* Switched default behaviour to late_dm="yes" (to avoid keyboard troublesDirk von Suchodoletz2007-05-121-1/+0Star
* Aggregated exclude list of files for stage2 for all SuSE versions.Dirk von Suchodoletz2007-05-121-3/+8
* The rootfilesystem has to be exported "no_root_squash" otherwise certainDirk von Suchodoletz2007-05-081-1/+1
* Change in exclude list (do not know exactly if proper place ... becauseDirk von Suchodoletz2007-05-081-0/+2
* * reworked construction of export-URI to be delegated into the respectiveOliver Tappe2007-05-074-3/+49
* * added support to exporter modules for passing out the required fs-modulesOliver Tappe2007-05-064-0/+28
* * added support to NBD_Squash-exporter for selecting the next free server-portOliver Tappe2007-05-063-21/+53
* * improved mechanism used for locating the required kernel modules such that ...Oliver Tappe2007-05-011-2/+39
* * changed semantics of slxos-export (back) to add/update/removeOliver Tappe2007-04-231-71/+112
* * exports no longer make use of a two-valued key, but requireOliver Tappe2007-04-211-7/+14
* "Fix" for slxos-setup export system nbd-squash (to be checked) ...Dirk von Suchodoletz2007-04-171-0/+1
* * activated check for required modules in slxos-export, such that you can onl...Oliver Tappe2007-04-153-5/+12
* * cleanup with respect to how modules/classes are loadedOliver Tappe2007-04-141-67/+10Star
* * added hook for checking the requirements of a specific export type (for NBD...Oliver Tappe2007-04-142-0/+27
* * changed POD back from documenting 'add' to 'export', as 'adding' an export ...Oliver Tappe2007-04-131-1/+3
* * added missing folder creation, found by DirkOliver Tappe2007-04-021-0/+8
* * added support for removing an export (from disk and config-DB)Oliver Tappe2007-04-024-104/+177
* Trivial fix to match the nbd-server help output in hint ...Dirk von Suchodoletz2007-04-021-1/+1
* * default name of export is now the same as the vendor-os-name. The type sepa...Oliver Tappe2007-04-011-3/+5
* * added yum- & smart-folders to the filterOliver Tappe2007-03-293-0/+6
* * now that (thanks to Vito's patch) mksquashfs has more versatile filtering, ...Oliver Tappe2007-03-291-6/+57
* * inserted correct copyright headerOliver Tappe2007-03-2311-42/+111
* Tribute to new VMware version 6 ...Dirk von Suchodoletz2007-03-232-0/+4
* * added support for creating NBD-Squashfs exports. However, we currently take...Oliver Tappe2007-03-234-50/+137
* * export backend is now capable of exporting just any distributionOliver Tappe2007-03-237-44/+280
* * corrected bug with export-type not being added to DB correctlyOliver Tappe2007-03-231-1/+2