| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [dnbd3-rootfs] formatting | Jonathan Bauer | 2018-03-15 | 1 | -8/+5![]() | |
| | | ||||||
| * | [dnbd3-rootfs] support multiple identifiers RW dev | Jonathan Bauer | 2018-03-15 | 1 | -7/+16 | |
| | | ||||||
| * | [openslx_tmp_format] only warn if sanity checks fails and do not spawn an ↵ | Jonathan Bauer | 2018-03-15 | 1 | -9/+16 | |
| | | | | | emergency_shell since this is to be considered a non-critical error. | |||||
| * | no exit in sourced scripts round2wq | Jonathan Bauer | 2018-03-13 | 1 | -2/+0![]() | |
| | | ||||||
| * | [systemd-networkd-ext] fix script when resolved | Jonathan Bauer | 2018-03-07 | 1 | -9/+12 | |
| | | | | | not installed in stage4 | |||||
| * | [systemd-networkd-ext] strengthen vlan matching | Jonathan Bauer | 2018-03-07 | 1 | -7/+6![]() | |
| | | ||||||
| * | [ib-conf] if VLAN is configured, use the ip of the vlan interface to | Jonathan Bauer | 2018-03-07 | 1 | -0/+3 | |
| | | | | | determine the suffix for the ib interface | |||||
| * | [conf-tgz] no exit in sourced script.... | Jonathan Bauer | 2018-03-07 | 1 | -2/+2 | |
| | | ||||||
| * | [ib-conf] fix boot interface name | Jonathan Bauer | 2018-03-07 | 1 | -1/+3 | |
| | | | | | | use boot interface name from /run/openslx/pxe-network.conf instead of hardcoded :) | |||||
| * | add mkfs.xfs and fsck.xfs to dnbd3-rootfs binaries | Jonathan Bauer | 2018-03-06 | 1 | -2/+2 | |
| | | ||||||
| * | fixes | Jonathan Bauer | 2018-03-06 | 4 | -4/+2![]() | |
| | | ||||||
| * | new module to mount newroot's /tmp pre-pivot | Jonathan Bauer | 2018-03-06 | 2 | -0/+22 | |
| | | | | | Uses SLX_TMP_PARTITION_IDENTIFIER to mount $NEWROOT/tmp | |||||
| * | new module to format newroot's /tmp | Jonathan Bauer | 2018-03-06 | 2 | -0/+54 | |
| | | | | | | Uses SLX_TMP_PARTITION_IDENTIFIER from the openslx configuration file to detect which partition to format. Formatting is done either by the command in SLX_TMP_PARTITION_FILESYSTEM_CREATE_COMMAND, if set, or by either mkfs.xfs or mkfs.ext4 as fallbacks | |||||
| * | add VLAN support | Jonathan Bauer | 2018-01-18 | 4 | -108/+169 | |
| | | | | | | * dhcp configuration for stage4 is still suboptimal * reworked various scripts | |||||
| * | add support for slxsrv=@<ip> | Jonathan Bauer | 2018-01-18 | 2 | -19/+19 | |
| | | | | | + retry downloading config if it fails, to catch some network delays.... | |||||
| * | ask systemctl where dracut-mount is ... | Jonathan Bauer | 2017-10-19 | 1 | -2/+2 | |
| | | | | | instead of searching it with find which might yield false positives... | |||||
| * | [dnbd3-rootfs] SLX_{ROOT,DEMO}_PASS | Jonathan Bauer | 2017-10-18 | 1 | -0/+9 | |
| | | ||||||
| * | [dnbd3-rootfs] dump pxe net info to config | Jonathan Bauer | 2017-10-18 | 1 | -1/+4 | |
| | | | | | | * also renamed it to /opt/openslx/config to be conform to what stage4/bwlp expects | |||||
| * | [systemd-networkd-ext] support for bridged | Jonathan Bauer | 2017-10-18 | 3 | -29/+82 | |
| | | | | | | | | | | | | | * various fixes/improvements for bridged mode * will copy over the config to stage4 before switch_root and switch to DHCP on the PXE interface * will keep the parsed info in /run/openslx/pxe-network.conf for later use (instead of parsing it multiple times...) * bridged is still defined by BRIDGED in parse-kcl hook which should change * still has workarounds for hostname/dns/search as this is not yet fully working using systemd-networkd/resolved | |||||
| * | remove dep on busybox | Jonathan Bauer | 2017-09-22 | 1 | -2/+1![]() | |
| | | ||||||
| * | ... | Jonathan Bauer | 2017-09-22 | 1 | -2/+1![]() | |
| | | ||||||
| * | fix fail... | Jonathan Bauer | 2017-09-22 | 1 | -2/+2 | |
| | | ||||||
| * | [dnbd3-rootfs] add systemd-networkd support | Jonathan Bauer | 2017-09-22 | 1 | -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. | |||||
| * | reworked systemd-networkd module | Jonathan Bauer | 2017-09-22 | 4 | -101/+233 | |
| | | | | | | | | | | * support new KCL arguments: domain, dns, hostname * fallback to DHCP configuration during stage3, if IP config is missing * copies the unit files to NEWROOT to ensure they present * configures boot interface to do DHCP within stage4 (this is to get proper nameservers and domain from the DHCP - currently bugged due to systemd version afaik) | |||||
| * | [conf-tgz] add gzip | Jonathan Bauer | 2017-09-13 | 1 | -1/+1 | |
| | | ||||||
| * | set permissions of generated initramfs to 0644 | Jonathan Bauer | 2017-08-03 | 1 | -0/+2 | |
| | | ||||||
| * | added systemd-networkd extension module | Jonathan Bauer | 2017-08-03 | 2 | -0/+147 | |
| | | ||||||
| * | declare root directory instead of calling dirname ...all the time... | Jonathan Bauer | 2017-03-07 | 1 | -30/+19![]() | |
| | | ||||||
| * | moved all dracut modules to modules.d/ + support | Jonathan Bauer | 2017-03-07 | 97 | -29/+43 | |
| | | ||||||
| * | Yannick Bilger's WLAN boot prototype | Jonathan Bauer | 2016-12-01 | 60 | -0/+2378 | |
| | | ||||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/systemd-init | torben | 2016-12-01 | 17 | -350/+650 | |
| |\ | ||||||
| | * | duh 2.0 | Jonathan Bauer | 2016-07-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | duh | Jonathan Bauer | 2016-07-29 | 1 | -1/+1 | |
| | | | ||||||
| | * | add ib-conf and bootnet-conf | Jonathan Bauer | 2016-07-29 | 1 | -4/+4 | |
| | | | ||||||
| | * | add modules for infiniband/bootnet sysconfig scripts | Jonathan Bauer | 2016-07-29 | 5 | -1/+69 | |
| | | | ||||||
| | * | respect system's dracut configuration | Jonathan Bauer | 2016-07-29 | 1 | -1/+2 | |
| | | | ||||||
| | * | add dns by default in the build-initramfs logic | Jonathan Bauer | 2016-07-29 | 1 | -10/+8![]() | |
| | | | ||||||
| | * | [dns] rudimentary module parsing dns, domain and hostname from kcl | Jonathan Bauer | 2016-07-29 | 2 | -0/+24 | |
| | | | ||||||
| | * | [fetch-config] add trailing slash after $slxbase | Jonathan Bauer | 2016-05-24 | 1 | -2/+2 | |
| | | | ||||||
| | * | also copy/build conf-tgz module (quick hack) | Jonathan Bauer | 2016-04-19 | 1 | -17/+24 | |
| | | | ||||||
| | * | minor comments | Jonathan Bauer | 2016-04-19 | 1 | -2/+3 | |
| | | | ||||||
| | * | fix help | Jonathan Bauer | 2016-04-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | (DEFAULT_)RSYNC_OPTS option usage | Jonathan Bauer | 2016-04-19 | 2 | -5/+18 | |
| | | | ||||||
| | * | minor: gitignore | Jonathan Bauer | 2016-04-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | 25G > 20G default container size | Jonathan Bauer | 2016-04-18 | 2 | -10/+12 | |
| | | | ||||||
| | * | remove debug code | Jonathan Bauer | 2016-04-18 | 1 | -1/+0![]() | |
| | | | ||||||
| | * | fix parsing of rsync_opts and change to explicit rsync_rsh option in config file | Jonathan Bauer | 2016-04-18 | 2 | -6/+5![]() | |
| | | | ||||||
| | * | reworked cleanup & stuff | Jonathan Bauer | 2016-04-18 | 3 | -146/+133![]() | |
| | | | ||||||
| | * | update rebash | jandob | 2016-04-08 | 2 | -4/+9 | |
| | | | ||||||
| | * | more stuff for packaging | Jonathan Bauer | 2016-04-08 | 3 | -291/+318 | |
| | | | | | | | | | new "--export" & "--update", see help | |||||

