summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
| |
* | [dnbd3-rootfs] minor formattingJonathan Bauer2020-06-041-9/+6Star
| |
* | [dnbd3-rootfs] include xloop udev ruleJonathan Bauer2020-06-031-0/+4
| | | | | | | | fix
* | [dnbd3-rootfs] use xlosetup to find target devJonathan Bauer2020-06-021-3/+3
| |
* | [dnbd3-rootfs] use xlosetup for dnbd3 imageJonathan Bauer2020-06-021-1/+1
| |
* | [dnbd3-rootfs] modprobe xloopJonathan Bauer2020-06-021-1/+1
| |
* | Merge branch 'downloader' into downloader-xloopJonathan Bauer2020-06-021-1/+1
|\|
| * [dnbd3-rootfs] warn -> echoJonathan Bauer2020-06-021-1/+1
| |
* | Merge branch 'downloader' into downloader-xloopJonathan Bauer2020-06-021-1/+1
|\|
| * fix pass parameter to dracut per argumentJonathan Bauer2020-06-021-1/+1
| |
* | fix missing function renamingJonathan Bauer2020-06-021-2/+2
| |
* | use the right branchesJonathan Bauer2020-05-291-2/+1Star
| |
* | more work for xloop supportJonathan Bauer2020-05-293-22/+19Star
| |
* | xloopJonathan Bauer2020-05-291-22/+8Star
|/
* build-initramfs.sh: cleanup default params for dracutJonathan Bauer2020-05-261-11/+15
|