Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install Arch Linux on a Hetzner Cloud server #956

Closed
mark2185 opened this issue Sep 29, 2024 · 0 comments · Fixed by #986
Closed

How to install Arch Linux on a Hetzner Cloud server #956

mark2185 opened this issue Sep 29, 2024 · 0 comments · Fixed by #986

Comments

@mark2185
Copy link

Problem

fstab is generated in the wrong place, it's generated in the bootstrap chroot instead of chroot /.

[root@bootstrap /]# mount /dev/sda2 /mnt
[root@bootstrap /]# genfstab -U /mnt >> /etc/fstab

Suggested Fix

It should be in the new chroot instead.

[root@bootstrap /]# mount /dev/sda2 /mnt
[root@bootstrap /]# genfstab -U /mnt >> /mnt/etc/fstab

The installation guide confirms it as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant