| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
| |
emergency_shell since this is to be considered a non-critical error.
|
| | |
|
| |
|
|
| |
not installed in stage4
|
| | |
|
| |
|
|
| |
determine the suffix for the ib interface
|
| | |
|
| |
|
|
|
| |
use boot interface name from /run/openslx/pxe-network.conf instead of
hardcoded :)
|
| | |
|
| | |
|
| |
|
|
| |
Uses SLX_TMP_PARTITION_IDENTIFIER to mount $NEWROOT/tmp
|
| |
|
|
|
| |
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
|
| |
|
|
|
| |
* dhcp configuration for stage4 is still suboptimal
* reworked various scripts
|
| |
|
|
| |
+ retry downloading config if it fails, to catch some network delays....
|
| |
|
|
| |
instead of searching it with find which might yield false positives...
|
| | |
|
| |
|
|
|
| |
* also renamed it to /opt/openslx/config to be conform to what
stage4/bwlp expects
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
module will now pull 'systemd-networkd-ext' if systemd-inird module is
to be built, or the old 'network' module for the old sysvinit.
|
| |
|
|
|
|
|
|
|
| |
* 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)
|
| | |
|
| | |
|
| |
|