summaryrefslogtreecommitdiffstats
path: root/builder/modules.d/dnbd3-rootfs
Commit message (Collapse)AuthorAgeFilesLines
...
* [slx-partitioner] renamed to slx-dmsetupJonathan Bauer2019-07-311-1/+1
|
* [dnbd3-rootfs] fix missing depsJonathan Bauer2019-07-251-0/+4
| | | | for some xmount input libs which are not used afaik, but whatever
* [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 ... :)
* update dnbd3 revJonathan Bauer2019-02-131-0/+0
|
* [dnbd3] update submoduleJonathan Bauer2019-02-081-0/+0
|
* [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
|
* [dnbd3-rfs] refactor to use slx-partitionerJonathan Bauer2018-11-123-97/+19Star
|
* [dnbd3-rfs] better detection of 'dracut-mount.service' locationJonathan Bauer2018-11-121-2/+3
|
* [dnbd3-rfs] hardcode config path to avoid issuesJonathan Bauer2018-11-121-4/+4
| | | | and we don't really want to have it configurable anyways
* [dnbd3-rfs] config: add PXE server info to configJonathan Bauer2018-11-121-2/+9
|
* [dnbd3-rfs] config: send uuid if presentJonathan Bauer2018-11-121-5/+13
|
* [dnbd3-rfs] minor formatting issuesJonathan Bauer2018-11-121-4/+4
|
* [dnbd3-rfs] minor formattingJonathan Bauer2018-11-121-4/+2Star
|
* fix bad directory stack during dnbd3 buildJonathan Bauer2018-08-091-1/+1
|
* [dnbd3-rootfs] mark the remote configuration variablesJonathan Bauer2018-05-231-0/+3
|
* [dnbd3-rootfs] add support for configurable kernelJonathan Bauer2018-05-072-2/+9
| | | | | | | ... version to compile dnbd3 against different kernel then the one running. Note, this uses the dracut's internal variable storing the kernel version (specifically '--kver'). This value will be passed to buid_compile_dnbd3 per environment and injected when calling cmake.
* update dnbd3 revision to post 4.1x compile fixesJonathan Bauer2018-05-041-0/+0
|
* Revert "[dnbd3-rfs] also check for PARTTYPE when lsblk'ing for disk partitions"Jonathan Bauer2018-03-231-1/+1
| | | | This reverts commit 9eb1dd0624854c92fe1174bb5e67e1b65e7390f5.
* [dnbd3-rootfs] support whitespace separated listJonathan Bauer2018-03-231-1/+1
| | | | of SLX_DNBD3_SERVERS to support bwlp's sat format
* [dnbd3-rfs] also check for PARTTYPE when lsblk'ing for disk partitionsJonathan Bauer2018-03-201-1/+1
|
* [dnbd3-rootfs] formattingJonathan Bauer2018-03-151-8/+5Star
|
* [dnbd3-rootfs] support multiple identifiers RW devJonathan Bauer2018-03-151-7/+16
|
* add mkfs.xfs and fsck.xfs to dnbd3-rootfs binariesJonathan Bauer2018-03-061-2/+2
|
* add support for slxsrv=@<ip>Jonathan Bauer2018-01-181-9/+11
| | | | + retry downloading config if it fails, to catch some network delays....
* ask systemctl where dracut-mount is ...Jonathan Bauer2017-10-191-2/+2
| | | | instead of searching it with find which might yield false positives...
* [dnbd3-rootfs] SLX_{ROOT,DEMO}_PASSJonathan Bauer2017-10-181-0/+9
|
* [dnbd3-rootfs] dump pxe net info to configJonathan Bauer2017-10-181-1/+4
| | | | | * also renamed it to /opt/openslx/config to be conform to what stage4/bwlp expects
* [dnbd3-rootfs] add systemd-networkd supportJonathan Bauer2017-09-221-3/+6
| | | | | module will now pull 'systemd-networkd-ext' if systemd-inird module is to be built, or the old 'network' module for the old sysvinit.
* moved all dracut modules to modules.d/ + supportJonathan Bauer2017-03-0726-0/+1198