drinkcat / chroagh

Chromium OS Archlinux Chroot Environment
BSD 3-Clause "New" or "Revised" License
241 stars 27 forks source link

separate_partition version doesn't have arch as an installation option #49

Open wytcld opened 10 years ago

wytcld commented 10 years ago

Do I just download the mainline chroagh then to put arch in the new partition? Or will that put it in the wrong place?

drinkcat commented 10 years ago

You can use the separate_partition to create the partition, then install chroagh/arch with a prefix (-P /var/crouton). Then you should use /var/crouton/bin/enter-chroot to start your chroot, which means you have to mount the partition manually: mount /dev/sda13 /var/crouton (or /dev/mmcblk0p13 on ARM).