diff options
| author | nl6720 <nl6720@gmail.com> | 2022-06-17 15:01:31 +0300 |
|---|---|---|
| committer | nl6720 <nl6720@gmail.com> | 2022-10-22 17:31:46 +0300 |
| commit | 2f9cfdf42fce7144f2a83dff08df5af899aceaba (patch) | |
| tree | 46b58940ea4e3b53918d5b287d966e08dfe70e93 /configs/baseline/efiboot/loader | |
| parent | 11971619a671c778b027ce823e1c1a7d9ad48482 (diff) | |
| download | archiso-2f9cfdf42fce7144f2a83dff08df5af899aceaba.tar.gz archiso-2f9cfdf42fce7144f2a83dff08df5af899aceaba.tar.bz2 | |
configs/: remove "Copy to RAM" boot entries since it is automatic now
The default is now copytoram=auto which enables copying to RAM when the rootfs image size is less than 4 GiB and free RAM exceeds the rootfs image size + 2 GiB.
See https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso/-/issues/13 and https://gitlab.archlinux.org/mkinitcpio/mkinitcpio-archiso/-/merge_requests/26.
Implements #177.
Diffstat (limited to 'configs/baseline/efiboot/loader')
| -rw-r--r-- | configs/baseline/efiboot/loader/entries/02-archiso-x86_64-ram-linux.conf | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/configs/baseline/efiboot/loader/entries/02-archiso-x86_64-ram-linux.conf b/configs/baseline/efiboot/loader/entries/02-archiso-x86_64-ram-linux.conf deleted file mode 100644 index d66f5a6..0000000 --- a/configs/baseline/efiboot/loader/entries/02-archiso-x86_64-ram-linux.conf +++ /dev/null @@ -1,4 +0,0 @@ -title Arch Linux (x86_64, UEFI) Copy to RAM -linux /%INSTALL_DIR%/boot/x86_64/vmlinuz-linux -initrd /%INSTALL_DIR%/boot/x86_64/initramfs-linux.img -options archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% copytoram |
