Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [slx-network] support for SLX_JUMBO_FRAMES | Jonathan Bauer | 2020-10-05 | 2 | -0/+9 | |
| | ||||||
* | [slx-network] no 'exit' in hooks... | Jonathan Bauer | 2020-10-05 | 1 | -21/+21 | |
| | ||||||
* | [slx-dmsetup] part-table: Allow different units for min and max | Simon Rettberg | 2020-10-02 | 1 | -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 volume | Simon Rettberg | 2020-10-02 | 1 | -12/+16 | |
| | ||||||
* | [slx-dmsetup] Use _sz for sizes expressed in 512b sectors | Simon Rettberg | 2020-10-01 | 1 | -59/+61 | |
| | ||||||
* | [slx-dmsetup] Avoid creating linear targets that are 1:1 mappings | Simon Rettberg | 2020-10-01 | 1 | -87/+120 | |
| | | | | Also a bit more cleanup and comments. | |||||
* | [slx-dmsetup] Add support for ntfsfree | Simon Rettberg | 2020-09-30 | 1 | -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 case | Simon Rettberg | 2020-09-30 | 1 | -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 call | Simon Rettberg | 2020-09-30 | 1 | -1/+1 | |
| | ||||||
* | [slx-dmsetup] Simplifications, comments | Simon Rettberg | 2020-09-30 | 1 | -21/+33 | |
| | ||||||
* | [slx-dmsetup] Fix minor coding style issues, fix dd call | Simon Rettberg | 2020-09-29 | 1 | -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/hosts | Jonathan Bauer | 2020-09-17 | 1 | -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 generation | Jonathan Bauer | 2020-09-17 | 1 | -1/+1 | |
| | ||||||
* | [slx-dmsetup] explicitely add aes-xts-plain64 related kernel modules | Jonathan Bauer | 2020-09-15 | 1 | -5/+4 | |
| | ||||||
* | [haveged] move haveged start to basic.target | Jonathan Bauer | 2020-09-15 | 1 | -2/+2 | |
| | ||||||
* | [dnbd3-rootfs] always print revision (0 if not given) | Jonathan Bauer | 2020-08-31 | 1 | -1/+1 | |
| | ||||||
* | [dnbd3-rootfs] fix dnbd3 error message | Jonathan Bauer | 2020-08-31 | 1 | -3/+5 | |
| | ||||||
* | [dnbd3-rootfs] formatting | Jonathan Bauer | 2020-08-27 | 1 | -11/+11 | |
| | ||||||
* | [slx-network] fix bad variable usage | Jonathan Bauer | 2020-08-17 | 1 | -1/+3 | |
| | ||||||
* | [slx-network] fix nslookup call due to newer busybox | Jonathan Bauer | 2020-08-14 | 1 | -1/+1 | |
| | ||||||
* | [dnbd3-rootfs] only copy /run/initramfs if enough space | Jonathan Bauer | 2020-08-14 | 1 | -5/+17 | |
| | ||||||
* | [slx-network] use 'noname-' prefix for hostname fallback | Jonathan Bauer | 2020-08-14 | 1 | -1/+1 | |
| | ||||||
* | [systemd-networkd-ext] remove -t from busybox timeout | Jonathan Bauer | 2020-08-07 | 1 | -1/+1 | |
| | ||||||
* | [slx-network] fix -t with busybox's timeout | Jonathan Bauer | 2020-08-07 | 2 | -2/+2 | |
| | ||||||
* | [busybox/slx-splash] update busybox/splash | Jonathan Bauer | 2020-08-07 | 4 | -17/+48 | |
| | ||||||
* | [busybox] update to 1.32.0 | Jonathan Bauer | 2020-07-30 | 1 | -1/+1 | |
| | ||||||
* | [dnbd3-rootfs] add CONFIG_BLK_DEV_LOOP for xloop | Jonathan Bauer | 2020-07-30 | 1 | -0/+1 | |
| | ||||||
* | [slx-network] new style KCL | Jonathan Bauer | 2020-07-29 | 3 | -81/+125 | |
| | ||||||
* | [slx-splash] reactivate systemd messages if fbsplash fails | Jonathan Bauer | 2020-06-22 | 2 | -7/+13 | |
| | ||||||
* | Merge branch 'downloader' into downloader-xloop | Jonathan Bauer | 2020-06-05 | 1 | -13/+14 | |
|\ | ||||||
| * | [dnbd3-rootfs] KCL > SLX_DNBD3_IMAGE | Jonathan Bauer | 2020-06-05 | 1 | -11/+12 | |
| | | ||||||
| * | [dnbd3-rootfs] rename container_unpack_{xlosetup => xloop} | Jonathan Bauer | 2020-06-05 | 1 | -2/+2 | |
| | | ||||||
* | | [dnbd3-rootfs] minor formatting | Jonathan Bauer | 2020-06-04 | 1 | -9/+6 | |
| | | ||||||
* | | [dnbd3-rootfs] include xloop udev rule | Jonathan Bauer | 2020-06-03 | 1 | -0/+4 | |
| | | | | | | | | fix | |||||
* | | [dnbd3-rootfs] use xlosetup to find target dev | Jonathan Bauer | 2020-06-02 | 1 | -3/+3 | |
| | | ||||||
* | | [dnbd3-rootfs] use xlosetup for dnbd3 image | Jonathan Bauer | 2020-06-02 | 1 | -1/+1 | |
| | | ||||||
* | | [dnbd3-rootfs] modprobe xloop | Jonathan Bauer | 2020-06-02 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'downloader' into downloader-xloop | Jonathan Bauer | 2020-06-02 | 1 | -1/+1 | |
|\| | ||||||
| * | [dnbd3-rootfs] warn -> echo | Jonathan Bauer | 2020-06-02 | 1 | -1/+1 | |
| | | ||||||
* | | fix missing function renaming | Jonathan Bauer | 2020-06-02 | 1 | -2/+2 | |
| | | ||||||
* | | more work for xloop support | Jonathan Bauer | 2020-05-29 | 2 | -19/+16 | |
| | | ||||||
* | | xloop | Jonathan Bauer | 2020-05-29 | 1 | -22/+8 | |
|/ | ||||||
* | Merge branch 'master' into downloader-nobash-merge | Jonathan Bauer | 2020-05-26 | 1 | -10/+13 | |
| | ||||||
* | [dnbd3-rootfs] minor formatting | Jonathan Bauer | 2020-05-25 | 1 | -1/+1 | |
| | ||||||
* | [dnbd3-rootfs] fallback to xmount | Jonathan Bauer | 2020-05-25 | 1 | -6/+12 | |
| | ||||||
* | [slx-dmsetup] remove unneeded fallocate | Jonathan Bauer | 2020-05-25 | 1 | -1/+1 | |
| | ||||||
* | [slx-dmsetup] more work towards persistent thin pool | Jonathan Bauer | 2020-05-25 | 1 | -15/+11 | |
| | ||||||
* | Merge branch 'nobash-merge' into downloader-nobash-merge | Jonathan Bauer | 2020-05-25 | 27 | -330/+303 | |
| | ||||||
* | [slx-dmsetup] fallback to RAMdisk pool metadata | Jonathan Bauer | 2020-05-14 | 1 | -9/+11 | |
| | ||||||
* | [slx-dmsetup] fix noop in if/then | Jonathan Bauer | 2020-05-14 | 1 | -0/+2 | |
| |