summaryrefslogtreecommitdiffstats
path: root/boot-env/OpenSLX
Commit message (Collapse)AuthorAgeFilesLines
...
* disputable realization of pxe-theme as defaultMichael Janczyk2009-04-021-51/+74
| | | | | | | | | | | | | | | | | | openslx theme will now be used as default all theming definitions should take place in a separate file general configuration should take place via slxsettings pxe-passwd='secret' pxe-theme='openslx' pxe-timeout='100' pxe-title='Welcome to OpenSLX' pxe-totaltimeout='600' tftp-server-ip='132.230.4.4' for further tests an include file in etc/opt could be used, which will be loaded at the end i had to introduce tftp-server-ip in slxsettings since i need the ip for (vesa)menu.c32 and the image do you thionk it's to complicated now? we can still change it, any better ideas, simplifications? git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2793 95ad53e4-c205-0410-b2fa-d234c58c8868
* * add uhci-hcd and ohci-hcd to list of filtered kernel modules, asOliver Tappe2009-03-301-1/+3
| | | | | | those two do not seem to exist on ubuntu-9, either git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2772 95ad53e4-c205-0410-b2fa-d234c58c8868
* fixes #406:Oliver Tappe2009-03-301-1/+16
| | | | | | | | * ubuntu-9.04 doesn't contain absolute paths in its modules.dep but relative ones - we now compensate git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2771 95ad53e4-c205-0410-b2fa-d234c58c8868
* Trying to add Ubuntu-9.04 (for the sake of documentation in the wiki),Dirk von Suchodoletz2009-03-293-2/+42
| | | | | | | but some problems here ... git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2770 95ad53e4-c205-0410-b2fa-d234c58c8868
* * get rid of "uninitialized value in pattern match" warningSebastian Schmelzer2009-03-101-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2708 95ad53e4-c205-0410-b2fa-d234c58c8868
* * pxe_prefix_ip supportSebastian Schmelzer2009-03-101-2/+12
| | | | | | | | | Usage: slxconfig change-system <system> pxe_prefix_ip=<ip> Result: sets <ip>:: prefixes for initramfs/kernel and if no boot_uri is set it adds file://<ip> to the pxe menu git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2706 95ad53e4-c205-0410-b2fa-d234c58c8868
* Trivial change of variable for scientific linux 5.1 ...Dirk von Suchodoletz2009-02-191-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2615 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed caching of initramfs files from boot environments, since it doesOliver Tappe2009-02-111-20/+4Star
| | | | | | | | | not really make sense, as the different clients across boot-environments may specify different sets of active plugins, which in turn may require the resulting initramfs to be different git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2572 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added requiresDefaultClientConfig() which is going to be used by the configOliver Tappe2009-02-034-19/+31
| | | | | | 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-284-47/+16Star
| | | | | | * 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-286-61/+111
| | | | | | * 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-284-177/+228
| | | | | | | 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
* * set 15.21 as default for 8.10Sebastian Schmelzer2009-01-201-1/+1
| | | | | | | * run dkms add if source not yet in dkms tree git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2506 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixing list of modules to ignore ... (hint by zooey)Dirk von Suchodoletz2009-01-191-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2496 95ad53e4-c205-0410-b2fa-d234c58c8868
* Better conform to the naming scheme of newly added distros ...Dirk von Suchodoletz2009-01-191-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2495 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fixing referenced links and other minor stuff ...Dirk von Suchodoletz2009-01-191-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2494 95ad53e4-c205-0410-b2fa-d234c58c8868
* Distro - hwinfo matching updated/extended (hint by Sebastian).Dirk von Suchodoletz2009-01-193-5/+69
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2489 95ad53e4-c205-0410-b2fa-d234c58c8868
* It could be useful to have the MAC address of the PXE bootingDirk von Suchodoletz2009-01-161-2/+2
| | | | | | | Ethernet card in the commandline. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2480 95ad53e4-c205-0410-b2fa-d234c58c8868
* Test checkin for "ah", "fixing" #288 ...Alexander Hoppe2009-01-091-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2457 95ad53e4-c205-0410-b2fa-d234c58c8868
* * turned the client fields 'boot_type','unbootable' and 'kernel_params' as well Oliver Tappe2008-09-043-12/+16
| | | | | | | | as the system fields 'kernel_params' and 'hidden' into attributes * added client-only attribute 'boot_uri' which will soon be evaluated by the preboot-cd boot environment git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2205 95ad53e4-c205-0410-b2fa-d234c58c8868
* * finished most basic implementation of preboot-cd boot environment, i.e.Oliver Tappe2008-09-032-7/+41
| | | | | | | it now boots until it tries to fetch the real OpenSLX-kernel & initramfs via network git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2200 95ad53e4-c205-0410-b2fa-d234c58c8868
* * instead of picking the first system encountered, the preboot cd is nowOliver Tappe2008-09-031-1/+27
| | | | | | | based on the system with the newest kernel - this should minimize any compatibility problems git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2199 95ad53e4-c205-0410-b2fa-d234c58c8868
* * moved PXE-specific files into their new home (left other PXE-files in ↵Oliver Tappe2008-09-021-1/+3
| | | | | | | | | | | tftpboot, since we do not need them in our boot-environment and I suppose we provide them to facilitate other (currently unsupported) boot environments like etherboot git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2182 95ad53e4-c205-0410-b2fa-d234c58c8868
* * implemented PREBOOT_CD boot environment that creates an appropriate ISO imageOliver Tappe2008-09-013-3/+285
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2181 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cleanup of uclib-roofs filterOliver Tappe2008-09-011-7/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2173 95ad53e4-c205-0410-b2fa-d234c58c8868
* * cleanup regarding the used modulesOliver Tappe2008-09-012-5/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2171 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added filtering of superfluous files to rsyncing of uclib-rootfsOliver Tappe2008-09-011-1/+16
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2170 95ad53e4-c205-0410-b2fa-d234c58c8868
* * implemented automatic run of ldconfig on generated initramfsOliver Tappe2008-09-011-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2169 95ad53e4-c205-0410-b2fa-d234c58c8868
* * next refactoring step: made MakeInitRamFS part of boot environmentOliver Tappe2008-09-017-2/+847
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2167 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-80/+0Star
| | | | | | | 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