summaryrefslogtreecommitdiffstats
path: root/boot-env
Commit message (Collapse)AuthorAgeFilesLines
...
* * added to static info files for preboot-cdOliver Tappe2008-08-312-0/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2166 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved files specific to preboot-cd into their new homeOliver Tappe2008-08-312-0/+179
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2165 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved code into BootEnvironment::Base.pm, all boot environments need toOliver Tappe2008-08-313-157/+85Star
| | | | | | | generate the same system-specific files anyway (since the actual booting process is identical, it's only the preboot stuff that differs) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2163 95ad53e4-c205-0410-b2fa-d234c58c8868
* * refactored slxconfig-demuxer and boot environment implementations such that Oliver Tappe2008-08-313-4/+70
| | | | | | | demuxing to more than a single boot environment is supported now * renamed boot environment CD to PREBOOT_CD git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2160 95ad53e4-c205-0410-b2fa-d234c58c8868
* * refactored more boot-environment-specific stuff out of slxconfig-demuxer intoOliver Tappe2008-08-273-28/+218
| | | | | | | the corresponding class (OpenSLX::BootEnvironment::PXE) - should not cause any functional changes yet git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2110 95ad53e4-c205-0410-b2fa-d234c58c8868
* * sort the labels in the boot menuOliver Tappe2008-06-081-8/+12
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1864 95ad53e4-c205-0410-b2fa-d234c58c8868
* trying to solve what seems to be an inconsistency between the repositoryOliver Tappe2008-06-073-0/+0
| | | | | | | and my local Eclipse's idea of where things are ... * moved pxe folder to the place where it's expected by the code git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1854 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved PXE-theming stuff into boot-env and adjusted the code to allow forOliver Tappe2008-06-073-0/+80
| | | | | | | | user specified PXE-themes, too (which shall live in /etc/opt/opeslx/boot-env/pxe/themes). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1852 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved PXE-theming stuff into boot-env and adjusted the code to allow forOliver Tappe2008-06-071-7/+17
| | | | | | | | user specified PXE-themes, too (which shall live in /etc/opt/opeslx/boot-env/pxe/themes). * removed theming folder, since it is now obsolete git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1851 95ad53e4-c205-0410-b2fa-d234c58c8868
* preparations to support cdboot as a second boot type for clientsOliver Tappe2008-05-282-0/+232
* refactored PXE specific stuff out of slxconfig-demuxer and moved it into a separate class (OpenSLX::BootEnvironment::PXE) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@1809 95ad53e4-c205-0410-b2fa-d234c58c8868