mumpf schriebarch root ist bei mir auf sda12
wuerde auf der boot-cd dann ein archr-directory erstellen: mkdir /mnt/archr
danach ein mount /dev/sda12 /mnt/archr
cd /mnt/archr
mount -t proc proc proc/
mount -t sysfs sys sys/
mount -o bind /dev dev/
chroot /mnt/archr
chroot . /bin/bash
waere das soweit richtig?
Ist es eigentlich nötig zu chrooten?
pacman -r /mnt/archr -S pacman
Das sollte doch reichen oder?