TommyTran732 / Arch-Setup-Script

Setting up Arch Linux with BTRFS, snapshots and full disk encryption including /boot (UEFI only)
Apache License 2.0
45 stars 39 forks source link

tee: /mnt/etc/security/limits.d/30-disable-coredump.conf: No such file or directory #43

Closed funk-on-code closed 1 month ago

funk-on-code commented 3 months ago

Missing file or changed upstream location? Will update next install.

funk-on-code commented 3 months ago

No, actually, the error occurs because /mnt/etc/security/limits.d/ directory doesn't exist to install into, easiest solution would be to add a: mkdir -p /mnt/etc/security/limits.d similar to the line for coredumps below it.

TommyTran732 commented 1 month ago

Fixed in https://github.com/TommyTran732/Arch-Setup-Script/commit/7f99bd5bed0cc4da79a010b317eca4802a54d6b8