mirror of
https://github.com/nchevsky/systemrescue-zfs.git
synced 2026-03-21 11:14:38 +01:00
Without this patch, airootfs.sfs is downloaded to /run/archiso/httpspace and then copied to /run/archiso/bootmnt. copytoram is automatically activated, which copies it to /run/archiso/copytoram and removes /run/archiso/bootmnt. The original /run/archiso/httpspace was kept, wasting ram. This patch gets rid of /run/archiso/httpspace and directly downloads to /run/archiso/bootmnt. This is then copied to copytoram and bootmnt removed, so we don't keep two copies in ram anymore. |
||
|---|---|---|
| .. | ||
| archiso-v43-01-squashfs-options.patch | ||
| archiso-v43-02-fix-pxeboot-dhcp.patch | ||
| archiso-v43-03-fix-pxeboot-multiple-interfaces.patch | ||
| archiso-v43-04-increase-cow-spacesize.patch | ||
| archiso-v43-05-add-loadsrm.patch | ||
| archiso-v43-06-copytoram.patch | ||
| archiso-v43-07-yaml-config.patch | ||
| archiso-v43-08-glibc-fix-dns.patch | ||
| archiso-v43-09-pxe_http.patch | ||