summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX/BootEnvironment/Preboot.pm
Commit message (Collapse)AuthorAgeFilesLines
* change dir structureSebastian Schmelzer2010-09-021-209/+0Star
|
* Makefile: remove tabsSebastian Schmelzer2009-06-181-0/+1
| | | | | | new preboot test version git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2974 95ad53e4-c205-0410-b2fa-d234c58c8868
* Refactored implementation of preboot evironment to support the creationOliver Tappe2009-06-031-56/+36Star
| | | | | | | | | | | | | | of several preboot media from a single preboot client: * added new client attribute preboot_media which holds the list of media that shall be created for that preboot client (currently, only 'cd' is known) * the boot_type value 'preboot_cd' has been renamed to 'preboot' * db-schema has been bumped to 0.36 to adjust the db-contents to the new expectations * adjusted config-demuxer accordingly git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2929 95ad53e4-c205-0410-b2fa-d234c58c8868
* use dialog menus instead of radioboxesSebastian Schmelzer2009-05-221-3/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2864 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added requiresDefaultClientConfig() which is going to be used by the configOliver Tappe2009-02-031-0/+22
| | | | | | demuxer, soon git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2567 95ad53e4-c205-0410-b2fa-d234c58c8868
* * a little cleanup (no need for specific PrebootCD.pm in MakeInitRamFS)Oliver Tappe2009-01-281-1/+3
| | | | | | * added copying of secondary uclib-rootfs layer for preboot environment git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2552 95ad53e4-c205-0410-b2fa-d234c58c8868
* * pick first system as default for bootmenuOliver Tappe2009-01-281-2/+4
| | | | | | * leave -p when copying preboot.sh git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2545 95ad53e4-c205-0410-b2fa-d234c58c8868
* * implemented creation of bootmenu for preboot environmentsOliver Tappe2009-01-281-51/+68
| | | | | | * separated general preboot-files from the cd-specific ones git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2539 95ad53e4-c205-0410-b2fa-d234c58c8868
* * refactored common stuff from PrebootCD into Preboot, as there will be otherOliver Tappe2009-01-281-0/+182
variants, later (like PrebootDisk, etc.) * adjusted naming to follow our style better (no more all-caps) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2535 95ad53e4-c205-0410-b2fa-d234c58c8868