Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2017-08-11 | 587 Bytes | |
cromnix-archiso-2017.08.11-x86_64.iso | 2017-08-11 | 545.3 MB | |
Totals: 2 Items | 545.3 MB | 0 |
The installation for cromnix from this archiso is similar to that of arch linux or artix linux. To install Cromnix: pacstrap -i /mnt cromnix-base If you want nano in the installation: pacstrap -i /mnt nano There are some other details to worry about during install. Once you have chrooted into the cromnix install you need to symlink the init system: ln -s openrc-init /usr/bin/init ln -s /usr/lib/openrc/bin/shutdown /usr/bin/shutdown ln -s /usr/lib/openrc/bin/halt /usr/bin/halt ln -s /usr/lib/openrc/bin/poweroff /usr/bin/poweroff ln -s /usr/lib/openrc/bin/reboot /usr/bin/reboot