Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix some typos (found by codespell) | Stefan Weil | 2019-12-14 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | [serversetup-bwlp-ipxe] Fix updating of default boot entries | Simon Rettberg | 2019-12-11 | 1 | -1/+2 |
| | | | | | Fix: "builtin" and "module" columns would not be updated if the according entry already exists. | ||||
* | [serversetup-bwlp-ipxe/minilinux] Add comments, fix minor logic bug | Simon Rettberg | 2019-12-10 | 1 | -2/+20 |
| | | | | | | Saving a boot entry didn't properly check the validity of a hook's ID, which was broken anyways, so the invalid check didn't uncover that the actual cheking code didn't work either. | ||||
* | [serversetup-bwlp-ipxe] Fix initrd= command line for EFI | Simon Rettberg | 2019-12-07 | 1 | -5/+9 |
| | | | | | | initrd=cpio1,cpio2 is syslinux syntax and not understood by the kernel when booting in EFI mode. The proper way to this is initrd=cpio1 initrd=cpio2 ... | ||||
* | [serversetup-bwlp-ipxe] Fix query accordingly :-/ | Simon Rettberg | 2019-10-29 | 1 | -2/+2 |
| | |||||
* | [serversetup-bwlp-ipxe] Update default menu entries | Simon Rettberg | 2019-10-29 | 1 | -26/+19 |
| | | | | Adapt to new minilinux module stuff. | ||||
* | [serversetup-bwlp-ipxe/minilinux] Further improvements | Simon Rettberg | 2019-10-17 | 3 | -29/+62 |
| | | | | | | * Distinction between BIOS and EFI for ipxe hook in minilinux * Debug KCL modifier customizable by update meta data * Bugfixes, minor refactoring... | ||||
* | [serversetup-bwlp-ipxe/minilinux] Implement minilinux hook for ipxe | Simon Rettberg | 2019-10-16 | 3 | -7/+130 |
| | |||||
* | [serversetup-bwlp-ipxe] | Simon Rettberg | 2019-09-24 | 5 | -97/+414 |
| | |||||
* | [serversetup-bwlp-ipxe] Show default selection of inherited menu | Simon Rettberg | 2019-04-17 | 2 | -0/+17 |
| | |||||
* | [serversetup-bwlp-ipxe] Make sure we always have a default entry | Simon Rettberg | 2019-04-16 | 2 | -0/+9 |
| | |||||
* | [serversetup-bwlp-ipxe] Show parent menu in location assign dialog | Simon Rettberg | 2019-04-16 | 1 | -0/+5 |
| | |||||
* | [serversetup-bwlp-ipxe] Add debug-shell boot entry | Simon Rettberg | 2019-04-11 | 1 | -1/+16 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix resetting of default bootentries on install | Simon Rettberg | 2019-04-03 | 1 | -1/+2 |
| | |||||
* | [serversetup-bwlp-ipxe] Reset bwlp bootentries on install | Simon Rettberg | 2019-04-03 | 1 | -3/+3 |
| | |||||
* | [serversetup-bwlp-ipxe] PHP 5.6 compat | Simon Rettberg | 2019-03-28 | 1 | -2/+2 |
| | |||||
* | [serversetup-bwlp-ipxe] Localboot: Individual settings for BIOS/EFI | Simon Rettberg | 2019-03-27 | 1 | -5/+36 |
| | |||||
* | [serversetup-bwlp-ipxe] Kill unused PxeMenu->hash() | Simon Rettberg | 2019-03-25 | 1 | -33/+0 |
| | |||||
* | [serversetup-bwlp-ipxe] Direct boot for menus with one item | Simon Rettberg | 2019-03-25 | 1 | -0/+23 |
| | |||||
* | [serversetup-bwlp-ipxe] Support DEFAULT directive of pxelinux | Simon Rettberg | 2019-03-25 | 2 | -1/+21 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix type error (BootEntry vs PxeSection) | Simon Rettberg | 2019-03-25 | 1 | -7/+6 |
| | |||||
* | [serversetup-bwlp-ipxe] Make imported labels lowercase | Simon Rettberg | 2019-03-25 | 1 | -1/+1 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix stdbootentry edit; fix duplicate id in html | Simon Rettberg | 2019-03-21 | 1 | -1/+3 |
| | |||||
* | [serversetup-bwlp-ipxe] Much better dup detection on import | Simon Rettberg | 2019-03-21 | 2 | -63/+116 |
| | |||||
* | [serversetup-bwlp-ipxe] Chainfix: Add netX/ to DHCP opts too | Simon Rettberg | 2019-03-20 | 1 | -4/+4 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix chaining script gen: add netX/ prefix | Simon Rettberg | 2019-03-20 | 1 | -2/+2 |
| | |||||
* | [serversetup-bwlp-ipxe] Implement cascaded menus | Simon Rettberg | 2019-03-19 | 3 | -3/+40 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix localboot detection for PXELinux import | Simon Rettberg | 2019-03-19 | 2 | -4/+4 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix class access | Simon Rettberg | 2019-03-18 | 1 | -1/+1 |
| | |||||
* | [serversetup-bwlp-ipxe] Change bwlp entry: Wrap logo in CPIO | Simon Rettberg | 2019-03-15 | 1 | -3/+3 |
| | | | | | Since ipxe won't wrap files in CPIO in EFI mode, wrap the logo in a cpio on the server, since this works in both, BIOS and EFI mode. | ||||
* | [serversetup-bwlp-ipxe] Fix: Module name is locations, not location | Simon Rettberg | 2019-03-11 | 1 | -2/+2 |
| | |||||
* | [serversetup-bwlp-ipxe] Skip empty inird entries | Simon Rettberg | 2019-03-11 | 1 | -1/+5 |
| | |||||
* | [serversetup-bwlp-ipxe/locations] Minor fixes | Simon Rettberg | 2019-03-09 | 1 | -3/+4 |
| | |||||
* | [serversetup-bwlp-ipxe] Fix bugs, add import feature | Simon Rettberg | 2019-03-08 | 2 | -54/+70 |
| | |||||
* | [serversetup-bwlp-ipxe] Improve legacy PXELinux import | Simon Rettberg | 2019-03-07 | 2 | -19/+44 |
| | |||||
* | [serversetup-bwlp-ipxe] menu generator: Insert -- to mark end of arguments | Simon Rettberg | 2019-03-06 | 1 | -2/+2 |
| | |||||
* | [serversetup-bwlp-ipxe] Change bwlp-default; add splash screen | Simon Rettberg | 2019-02-28 | 1 | -12/+8 |
| | |||||
* | [serversetup*] PXELinux and iPXE side-by-side | Simon Rettberg | 2019-02-12 | 6 | -0/+1347 |