Page 1 of 1

EFA v4 Beta

Posted: 24 Jan 2018 01:58
by planetcoop
Is there a way to participate in a v4 beta or early project code? Anything i can do to help?

Thanks,
-Planetcoop

Re: EFA v4 Beta

Posted: 27 Jan 2018 14:52
by shawniverson
Github:

https://github.com/E-F-A/v4

Alpha test builds, may succeed or fail depending on the way the wind blows.

Kickstart

Code: Select all

inst.ks=http://dl.efa-project.org/build/4/ksnobuild.cfg
Build Script

Code: Select all

wget https://dl.efa-project.org/build/4/build.bash
chmod +x build.bash
sudo logsave build.log ./build.bash testing

Re: EFA v4 Beta

Posted: 02 Feb 2018 01:53
by planetcoop
I have given it a shot and ran into a few issues where the script does not pass validation of connectivity, but could manually run the install parts and that seemed good. :) Just checking it out as i cannot wait for IPV6 and i really appreciate the EFA platform.

Thank you

Re: EFA v4 Beta

Posted: 08 Dec 2018 08:11
by bbrendon
If anyone else is wondering how to do this I think the proper steps are...

1. boot centos 7 iso
2. before the installation boots press tab
3. append "inst.ks=http://dl.efa-project.org/build/4/ksnobuild.cfg" to boot command
4. wait. wait. power on VM after it shuts down.
5. login as root / eFaPr0j3ct (the password is also in the kickstart config)
6. type passwd to change password to something you can easily remember
7. run the code :

Code: Select all

wget https://dl.efa-project.org/build/4/build.bash
chmod +x build.bash
logsave build.log ./build.bash testing