FS#5113 - Archboot: SYNC_SERVER, SYNC_PATH don't work properly
Attached to Project:
Arch Linux
Opened by name withheld (Gullible Jones) - Wednesday, 26 July 2006, 02:35 GMT
Opened by name withheld (Gullible Jones) - Wednesday, 26 July 2006, 02:35 GMT
|
Details
In the latest version of Archboot, the setup script's
attempts to download things invariably fail. At first
glance, it appears (to me anyway) that this is because
SYNC_SERVER and SYNC_PATH don't get set to anything, but
when I set them to point to the Arch FTP site, it seemed as
though the values I had put in were ignored. The only way I
was able to get the script to work was to replace every
instance of "${SYNC_SERVER}${SYNC_PATH}" with the URL of the
desired server.
|
This task depends upon
Comment by
Tobias Powalowski (tpowa) -
Wednesday, 26 July 2006, 07:09 GMT
i think your archboot setup is some kind of broken those parameter
are not in my files
Comment by
Tobias Powalowski (tpowa) -
Wednesday, 26 July 2006, 07:24 GMT
also check your install.conf that it is latest and greatest
Comment by
Tobias Powalowski (tpowa) -
Wednesday, 26 July 2006, 07:50 GMT
ok found the error used ' instead of " in the HOOKS sed, it should
work now properly.