You are not logged in.
Hey fellow Archers,
This morning I was trying to create my own archlinux iso using archiso.
When I run ./build.sh -v everything works fine until the point that it tries to retrieve a certain file from svn.code.sf.net.
which is this part of the code:
# EFI Shell 2.0 for UEFI 2.3+ ( http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=UEFI_Shell )
curl -o ${work_dir}/iso/EFI/shellx64_v2.efi https://svn.code.sf.net/p/edk2/code/trunk/edk2/ShellBinPkg/UefiShell/X64/Shell.efi
# EFI Shell 1.0 for non UEFI 2.3+ ( http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Efi-shell )
curl -o ${work_dir}/iso/EFI/shellx64_v1.efi https://svn.code.sf.net/p/edk2/code/trunk/edk2/EdkShellBinPkg/FullShell/X64/Shell_Full.efiIt can't connect to the server.
I checked if I could reach svn.code.sf.net in my browser and I couldn't.
downforeveryoneorjustme.com also states the server as unreachable.
If this problem only exists for me, please help me fix it.
If this problem exists for everyone the build.sh file for archiso should be edited.
Thank you for you help.
Last edited by JJK (2015-07-25 14:49:18)
Offline
Sourceforge has had no end of downtime problems recently, but it has always come back up again eventually.
I'm afraid you're just going to have to wait.
http://sourceforge.net/blog/sourceforge … e-for-724/
Last edited by Slithery (2015-07-25 16:23:05)
Offline
use archiso.git snapshot
Already fixed some days ago.
Offline