drinkcat / chroagh

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

Skip libncursesw.so when installing new chroot #105

Closed tnazm closed 8 years ago

tnazm commented 8 years ago

supremexbraxas found a solution to an issue I was having with installing Arch Linux through a chroot. Every time I attempted to install, libncursesw.so stops the installation. I added supremexbraxas' code to chroagh/installer/arch/bootstrap so it doesn't stop the installation.

Code was found here: https://github.com/drinkcat/chroagh/issues/100