summaryrefslogtreecommitdiffstats
path: root/builder/modules.d
Commit message (Collapse)AuthorAgeFilesLines
...
* [dnbd3-rootfs] move scripts to /usr/local/binJonathan Bauer2019-08-012-16/+4Star
|
* [slx-network] do not bridge additional nicJonathan Bauer2019-08-016-118/+95Star
| | | | + bug fixes
* [slx-network] setup network on udev settlesJonathan Bauer2019-07-313-7/+10
| | | | | | | | | instead of checking in the finished hooks. NOTE: this might still cause problems, if udev finds the main boot interface first, triggers setup-network.sh which starts looping over interfaces before udev had a chance to discover every single one. The bridge creation stuff might be better appropriate in stage4!
* [slx-partitioner] renamed to slx-dmsetupJonathan Bauer2019-07-317-1/+1
|
* [slx-network] add missing quotesJonathan Bauer2019-07-301-2/+2
|
* [dnbd3-rootfs] fix missing depsJonathan Bauer2019-07-251-0/+4
| | | | for some xmount input libs which are not used afaik, but whatever
* [kexec-reboot] wtfJonathan Bauer2019-07-251-1/+1
|
* [slx-network] fix config dumpageJonathan Bauer2019-07-251-3/+3
|
* [slx-network] also copy /etc/hosts overJonathan Bauer2019-07-251-1/+1
| | | | | TODO: would just need to adjust localhost entries. Currently we lose the stage4's /etc/hosts which might be problematic
* [slx-network] fix config dumpageJonathan Bauer2019-07-251-11/+11
|
* [slx-clock] check for ntpdate in depends()Jonathan Bauer2019-07-241-0/+4
|
* [slx-network] make sure we can copy network confJonathan Bauer2019-07-241-1/+4
|
* [dnbd3-rootfs] various improvementsJonathan Bauer2019-07-245-71/+84
| | | | | | | * use slx-tools to download the config * use slx-network module instead of systemd-networkd * remove container_unpack_xmount scripts and make it a function * and more small things I can't think of ... :)
* [slx-clock] remove deprecated fileJonathan Bauer2019-07-241-32/+0Star
|
* [slx-clock] add ntp-sync scriptJonathan Bauer2019-07-241-0/+55
|
* [slx-network] introduce static network moduleJonathan Bauer2019-07-245-0/+363
|
* [slx-partitioner] don't return on module load failJonathan Bauer2019-07-242-7/+8
| | | | | | since it might be builtin... Also use slxtools
* [conf-tpm] add slx-tools depsJonathan Bauer2019-07-231-2/+2
|
* [conf-tgz] respect SLX_NO_CONFIG_TGZJonathan Bauer2019-07-231-22/+18Star
| | | | + use slx-tools
* [slx-tools] add dep on busyboxJonathan Bauer2019-07-231-1/+1
|
* [slx-splash] fix splash kcl param detectionJonathan Bauer2019-07-231-1/+1
|
* [kexec-reboot] use slx-toolsJonathan Bauer2019-07-232-21/+8Star
|
* [slx-clock] ntpdate > timesyncdJonathan Bauer2019-07-231-3/+6
|
* [busybox] introduce busybox moduleJonathan Bauer2019-07-233-0/+1241
| | | | using the config and patches from the mltk repo
* [ib-conf] adapt to new network.confJonathan Bauer2019-07-161-1/+1
|
* [slx-uuid] get uuid in pre-udev alreadyJonathan Bauer2019-07-162-5/+5
|
* [systemd-networkd] renamed dump to network.confJonathan Bauer2019-07-162-3/+3
|
* [slx-tools] add module for slx-toolsJonathan Bauer2019-07-161-0/+28
|
* [slx-partitioner] do not wipefs on swap by defaultJonathan Bauer2019-07-161-2/+2
|
* [systemd-networkd-ext] fix kcl bridged detectJonathan Bauer2019-07-101-1/+1
|
* [systemd-networkd-ext] add missing 'Path=pci*' toJonathan Bauer2019-06-172-11/+38
| | | | stage4 dhcp config. Also add DHCP options on VLAN network config
* [slx-uuid] save uuid under /etc in stage4Jonathan Bauer2019-06-121-1/+1
|
* [slx-part] fix parsing of snapshot entryJonathan Bauer2019-02-271-1/+1
|
* [slx-partitioner] fix param for save_part_infoJonathan Bauer2019-02-271-1/+1
|
* [slx-tpm] fix bad copying of library linksJonathan Bauer2019-02-251-1/+1
|
* [slx-uuid] new uuid fallback schemeJonathan Bauer2019-02-201-5/+16
|
* [conf-tgz] do not emergency_shell if SLX_LOCAL_CONFIGURATION is missingJonathan Bauer2019-02-181-8/+4Star
|
* [slx-partitioner] add head and tail binariesJonathan Bauer2019-02-181-1/+1
|
* update dnbd3 revJonathan Bauer2019-02-131-0/+0
|
* [dnbd3] update submoduleJonathan Bauer2019-02-081-0/+0
|
* remove deprecated modulesJonathan Bauer2019-01-184-93/+0Star
|
* [slx-clock] new module for time-related stuffJonathan Bauer2019-01-092-0/+45
| | | | evaluates SLX_BIOS_CLOCK and SLX_NTP_SERVER from the openslx config.
* [dnbd3-rfs] remove deprecated scriptJonathan Bauer2019-01-092-28/+3Star
| | | | device-add-write-layer.sh is replaced by slx-partitioner module
* [dnbd3-rfs] use new scripts namesJonathan Bauer2019-01-091-2/+2
|
* [slx-addon] warn -> info messagesJonathan Bauer2019-01-091-2/+2
|
* [conf*] formatting (space -> tabs)Jonathan Bauer2019-01-092-41/+42
|
* [slx-partitioner] save dmsetup state for laterJonathan Bauer2019-01-095-31/+117
| | | | + random small fixes and renaming of some scripts
* [slx-addon] fix addon-required testJonathan Bauer2018-12-051-2/+2
|
* [slx-part] sanitize crypt & fix snapshot fallbackJonathan Bauer2018-12-041-4/+7
|
* [slx-part] fix swapped argument for fallbackJonathan Bauer2018-12-041-1/+2
|