Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.65 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.65 KB

MyArch

MIT License

The project is a work in progress. For the moment, it's just an Arch live CD with the xfce environnment and a shell installer.

How to build it.

  1. You need a 64 bit archlinux system. (pre-build iso coming soon)
  2. Download archIso : sudo pacman -Syu archiso
  3. Modify /usr/bin/mkarchiso, and add -i to all the pacstrap command (Optional)
  4. Clone this repository : git clone --recursive https://github.com/Nandicre/MyArch
  5. Build the iso with : sudo ./build.sh -v
  6. Burn it to a CD/USB/other.

FAQ

What ? Another Arch distribution ? Why ?

I really love the ArchLinux distribution, but sometimes, when i install arch on a new computer, it bothers me to reinstall all from scratch. OK, i can use a script (and i do ;p). But, why not installing it with a great environment on a liveCD or a great GUI installer ? That's why i start MyArch ! And it's not a distribution, it's just an installer.

OK, but what's the difference with the others Arch-based distribution ?

First, we are only based on the arch repository. We don't have our own repository like manjaro. Secondly, i really want to propose choice with MyArch. My goal is to let the users choose between several DE, WM, soft, kernel, drivers, etc... It's the purpose of an arch after all ! So you can have the power of choice given by ArchLinux and the simplicity of install given by Calamares.

TO DO

  • Link keyboard choice on bootloader to livecd instance.
  • Improve cli install.
  • Add calamares for the installation.
  • And a lot more to have a powerfull liveCD :D