summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [slx-dmsetup] Handle "always"downloaderSimon Rettberg2021-04-151-2/+3
|
* [slx-tools] pin slx-tools git "version"....Jonathan Bauer2021-02-091-1/+4
|
* [slx-tools] add xxd depJonathan Bauer2021-02-091-0/+1
|
* [slx-dmsetup] remove deprecated scriptJonathan Bauer2020-11-132-34/+0Star
|
* [dnbd3-rootfs] improve debug messages when downloading configJonathan Bauer2020-11-061-4/+2Star
|
* [slx-network] activate dhcp in stage4 by defaultJonathan Bauer2020-10-281-4/+6
| | | | can be disabled by SLX_STAGE4_DHCP="no".
* [slx-clock] remove unneeded forkJonathan Bauer2020-10-231-2/+2
|
* [slx-dmsetup] copy ntfsfree within PATHJonathan Bauer2020-10-231-1/+2
|
* [slx-dmsetup] include ntfsfreeJonathan Bauer2020-10-221-1/+3
| | | | and remove old comment that was wrong anyway
* [slx-dmsetup] Don't fall back to /run/openslx for CoW-tmpfsSimon Rettberg2020-10-091-5/+2Star
| | | | This would mask anything already in /run/openslx.
* [slx-dmsetup] Minor cleanupSimon Rettberg2020-10-091-4/+3Star
|
* [slx-network] SLX_PXE_NETIF -> /run/network.confJonathan Bauer2020-10-061-1/+1
|
* [slx-network] SLX_DISABLE_STAGE4_DHCP -> SLX_STAGE4_DHCPJonathan Bauer2020-10-061-1/+1
| | | | | SLX_STAGE4_DHCP now needs to be explicitely set to 'yes' to activate the busybox based dhcp client in stage4.
* [slx-network] support for SLX_JUMBO_FRAMESJonathan Bauer2020-10-052-0/+9
|
* [slx-network] no 'exit' in hooks...Jonathan Bauer2020-10-051-21/+21
|
* [slx-dmsetup] part-table: Allow different units for min and maxSimon Rettberg2020-10-021-32/+51
| | | | | It can useful to specify a minumum size in absolute terms, but have the maximum value be a percentage of the writable device.
* [slx-dmsetup] Add overprovisioning formula for CoW volumeSimon Rettberg2020-10-021-12/+16
|
* [slx-dmsetup] Use _sz for sizes expressed in 512b sectorsSimon Rettberg2020-10-011-59/+61
|
* [slx-dmsetup] Avoid creating linear targets that are 1:1 mappingsSimon Rettberg2020-10-011-87/+120
| | | | Also a bit more cleanup and comments.
* [slx-dmsetup] Add support for ntfsfreeSimon Rettberg2020-09-301-2/+56
| | | | | | | | | | | | For now, prepare for later on-demand growing of the pool-data davice by using unused space of NTFS partitions. We do this by scanning available NTFS partitions and recording the available free space on them. Additionally, we make the pool-metadata volume a little larger to account for potential future growth of the data part. This feature is controlled by the SLX_NTFSFREE variable which can be empty/"never", "backup" for the scenario described above, or "always" for always using NTFS partition's free space (to be implemented).
* [slx-dmsetup] Block zeroing not required in our use caseSimon Rettberg2020-09-301-1/+1
| | | | | | This is more useful if you pass volumes from the thin pool to potentially untrused VMs or containers. We just run a normal file system on top which takes care of zeroing for us already.
* [slx-dmsetup] Fix another dd callSimon Rettberg2020-09-301-1/+1
|
* [slx-dmsetup] Simplifications, commentsSimon Rettberg2020-09-301-21/+33
|
* [slx-dmsetup] Fix minor coding style issues, fix dd callSimon Rettberg2020-09-291-28/+37
| | | | | Change low watermark from 4 to 100MB. Add a few comments. dd call was somehow working, but was reading from a random stdin?
* [slx-network] do not generate 127.0.1.1 entry in /etc/hostsJonathan Bauer2020-09-171-1/+1
| | | | | it breaks lookups on CentOS/NEMO. Need to check if *not* creating that entry breaks something else somewhere else...
* [slx-dmsetup] simplier random dm-crypt key generationJonathan Bauer2020-09-171-1/+1
|
* [slx-dmsetup] explicitely add aes-xts-plain64 related kernel modulesJonathan Bauer2020-09-151-5/+4Star
|
* [haveged] move haveged start to basic.targetJonathan Bauer2020-09-151-2/+2
|
* update emergency_shell patchJonathan Bauer2020-08-311-5/+10
|
* build-initramfs.sh: core_repo then core_dracutJonathan Bauer2020-08-311-1/+1
| | | | in order to be able to patch dracut through the patch mechanism
* emergency_shell patch to notify user in non-debugJonathan Bauer2020-08-311-0/+34
|
* [dnbd3-rootfs] always print revision (0 if not given)Jonathan Bauer2020-08-311-1/+1
|
* [dnbd3-rootfs] fix dnbd3 error messageJonathan Bauer2020-08-311-3/+5
|
* [dnbd3-rootfs] formattingJonathan Bauer2020-08-271-11/+11
|
* [slx-network] fix bad variable usageJonathan Bauer2020-08-171-1/+3
|
* [slx-network] fix nslookup call due to newer busyboxJonathan Bauer2020-08-141-1/+1
|
* [dnbd3-rootfs] only copy /run/initramfs if enough spaceJonathan Bauer2020-08-141-5/+17
|
* [slx-network] use 'noname-' prefix for hostname fallbackJonathan Bauer2020-08-141-1/+1
|
* [systemd-networkd-ext] remove -t from busybox timeoutJonathan Bauer2020-08-071-1/+1
|
* [slx-network] fix -t with busybox's timeoutJonathan Bauer2020-08-072-2/+2
|
* [busybox/slx-splash] update busybox/splashJonathan Bauer2020-08-074-17/+48
|
* [busybox] update to 1.32.0Jonathan Bauer2020-07-301-1/+1
|
* [dnbd3-rootfs] add CONFIG_BLK_DEV_LOOP for xloopJonathan Bauer2020-07-301-0/+1
|
* [slx-network] new style KCLJonathan Bauer2020-07-293-81/+125
|
* [slx-splash] reactivate systemd messages if fbsplash failsJonathan Bauer2020-06-222-7/+13
|
* build-initramfs.sh: add busybox, haveged and kexec to default modulesJonathan Bauer2020-06-151-0/+3
|
* build-initramfs.sh: fix branchJonathan Bauer2020-06-091-1/+1
|
* Merge branch 'downloader' into downloader-xloopJonathan Bauer2020-06-051-13/+14
|\
| * [dnbd3-rootfs] KCL > SLX_DNBD3_IMAGEJonathan Bauer2020-06-051-11/+12
| |
| * [dnbd3-rootfs] rename container_unpack_{xlosetup => xloop}Jonathan Bauer2020-06-051-2/+2
| |