summaryrefslogtreecommitdiffstats
path: root/boot-env
Commit message (Collapse)AuthorAgeFilesLines
* added version 3.73 of pxelinux to trunkMichael Janczyk2009-04-039-27/+161
| | | | | | | | | | | added pxechain which allows to chainload pxelinux.0 from different tftp server, so ip prefixes are no longer needed (dirk read about this feature) removed tftp-server-ip from slxsettings again ;) added small kernel and small initrd which only executes 'echo sub >/proc/sysrq-trigger' introducing menu-include / menu-botton (s. Readme.pxe) it's for testing now... if it's to complicated it can be simplyfied or removed again git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2800 95ad53e4-c205-0410-b2fa-d234c58c8868
* Bugfix forgot semicolon and to remove copy of menu.c32Michael Janczyk2009-04-021-2/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2797 95ad53e4-c205-0410-b2fa-d234c58c8868
* never config, we need only vesamenu.c32, I don't see a point to use menu.c32 ↵Michael Janczyk2009-04-024-55/+49Star
| | | | | | anymore git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2796 95ad53e4-c205-0410-b2fa-d234c58c8868
* Makefile corrected and example include extendedMichael Janczyk2009-04-023-9/+24
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2795 95ad53e4-c205-0410-b2fa-d234c58c8868
* disputable realization of pxe-theme as defaultMichael Janczyk2009-04-026-153/+90Star
| | | | | | | | | | | | | | | | | | 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
* Updating syslinx as it fixed a delay issue in booting in some VMwareDirk von Suchodoletz2009-02-162-0/+0
| | | | | | | environment. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2577 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
* Moved (n)curses stuff to preboot uclib-rootfs layer, see PreBoot wikiDirk von Suchodoletz2009-01-317-0/+23
| | | | | | | entry. git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2558 95ad53e4-c205-0410-b2fa-d234c58c8868
* * escape the URL used to edit the user settingsOliver Tappe2009-01-291-2/+4
| | | | | | * correct the file-param of the kernel cmdline git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2556 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added cgi-bin script that accepts user-setting via http-serverOliver Tappe2009-01-291-0/+42
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2555 95ad53e4-c205-0410-b2fa-d234c58c8868
* Adding mac address to webserver request ...Dirk von Suchodoletz2009-01-292-3/+8
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2554 95ad53e4-c205-0410-b2fa-d234c58c8868
* Webserver interaction for client configuration.Dirk von Suchodoletz2009-01-281-2/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2553 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
* * added invocation of w3m in preboot environment (not doing anything usefulOliver Tappe2009-01-282-151/+6Star
| | | | | | yet) git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2551 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added necessary files for w3m in preboot environmentOliver Tappe2009-01-286-0/+152
| | | | | | * made it clear which files go into the rootfs living inside the initramfs git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2550 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix to pass on dns server ip from preboot to stage3.Dirk von Suchodoletz2009-01-282-7/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2547 95ad53e4-c205-0410-b2fa-d234c58c8868
* * worked simple WAN-booting into a working stateOliver Tappe2009-01-282-11/+13
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2546 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
* Changed path name for preboot.env ...Dirk von Suchodoletz2009-01-281-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2544 95ad53e4-c205-0410-b2fa-d234c58c8868
* Changes to match the new preboot environment (config viaDirk von Suchodoletz2009-01-281-4/+3Star
| | | | | | | initramfs-setup). git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2543 95ad53e4-c205-0410-b2fa-d234c58c8868
* * made preboot.sh executableOliver Tappe2009-01-281-0/+0
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2542 95ad53e4-c205-0410-b2fa-d234c58c8868
* * separated general preboot files from cd-specific onesOliver Tappe2009-01-283-8/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2541 95ad53e4-c205-0410-b2fa-d234c58c8868
* * separated general preboot files from cd-specific onesOliver Tappe2009-01-285-190/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2540 95ad53e4-c205-0410-b2fa-d234c58c8868
* * implemented creation of bootmenu for preboot environmentsOliver Tappe2009-01-2814-61/+309
| | | | | | * 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
* Rearranging preboot environment file structure.Dirk von Suchodoletz2009-01-282-42/+53
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2537 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
* * Changed timeout to 10 Seconds in the menu-template exampleVolker Uhrig2008-10-091-1/+1
| | | | | | | found under /etc/opt/openslx/boot-env/pxe git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2277 95ad53e4-c205-0410-b2fa-d234c58c8868
* example for "new" pxelinux theme featureMichael Janczyk2008-09-152-0/+54
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2219 95ad53e4-c205-0410-b2fa-d234c58c8868
* adder version 3.71 of pxelinux-stuffMichael Janczyk2008-09-094-0/+0
| | | | | | added mboot as weel, this is needed for xen git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2212 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-033-23/+49
| | | | | | | 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-024-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