TommyTran732 / Arch-Setup-Script

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

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

Open funk-on-code opened 1 month ago

funk-on-code commented 1 month ago

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

funk-on-code commented 1 month 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.