Skip to content
Snippets Groups Projects
Verified Commit 24856c91 authored by Vladimír Štill's avatar Vladimír Štill
Browse files

debootstrap: Use UID-based fstab generation

parent 5157d96a
No related branches found
No related tags found
No related merge requests found
......@@ -72,6 +72,6 @@ if [[ "$EFI" = "efi" ]]; then
fi
debootstrap stable $ROOT http://ftp.cz.debian.org/debian/
cp debootstrap-stage2 $ROOT/root/
genfstab $ROOT > $ROOT/etc/fstab
genfstab -U $ROOT > $ROOT/etc/fstab
echo $HOSTNAME > $ROOT/etc/hostname
arch-chroot $ROOT /bin/bash /root/debootstrap-stage2 $DISK $EFI
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment