You are not logged in.
Pages: 1
When running pacstrap -K /mnt ..., it outputs the following:
mktemp: failed to create file via template '/tmp/pacman.conf.XXXX': Read-only file system
cp: cannot create regular file '' : No such file or directory
sed: can't read : No such file or directory
==> Creating install root at /mnt
==> Installing packages to /mnt
error: config file could not be read: No such file or directory
==> ERROR: Failed to install packages to new rootRunning it the first time after formatting and mounting gives a longer output but similar errors (most importantly the same mktemp error)
How do i fix this?
Offline
'/tmp/pacman.conf.XXXX': Read-only file systemWhy is /tmp mounted r/o?
findmnt -T /tmpOffline
Pages: 1