EFA v4 Beta

General eFa discussion
Post Reply
planetcoop
Posts: 11
Joined: 17 Oct 2016 01:24

EFA v4 Beta

Post by planetcoop »

Is there a way to participate in a v4 beta or early project code? Anything i can do to help?

Thanks,
-Planetcoop
User avatar
shawniverson
Posts: 3644
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: EFA v4 Beta

Post 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
planetcoop
Posts: 11
Joined: 17 Oct 2016 01:24

Re: EFA v4 Beta

Post 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
bbrendon
Posts: 29
Joined: 10 Nov 2012 00:17

Re: EFA v4 Beta

Post 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
Post Reply