The issue tracker has been moved https://gitlab.archlinux.org/archlinux/archiso/-/issues
FS#25592 - choosen mirror not added to /etc/pacman.d/mirrorlist
Attached to Project:
Release Engineering
Opened by Dieter Plaetinck (Dieter_be) - Monday, 15 August 2011, 22:04 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Thursday, 18 August 2011, 18:46 GMT
Opened by Dieter Plaetinck (Dieter_be) - Monday, 15 August 2011, 22:04 GMT
Last edited by Dieter Plaetinck (Dieter_be) - Thursday, 18 August 2011, 18:46 GMT
|
Details/etc/pacman.d/mirrorlist is untouched, so it actually always uses the kernel.org mirror.
however, it says "adding mirror blah to /etc/pacman.d/mirrorlist", so configure_mirrorlist is being executed from target_prepare_pacman 2011.08.15 |
This task depends upon
Closed by Dieter Plaetinck (Dieter_be)
Thursday, 18 August 2011, 18:46 GMT
Reason for closing: Fixed
Thursday, 18 August 2011, 18:46 GMT
Reason for closing: Fixed
Select Source -> Custom
Are you talking about the same file, or /mnt/etc/pacman.d/mirrorlist?
except it doesn't.
In my logfile I see:
"DEBUG: PACMAN PROCEDURE Adding choosen mirror (ftp://mirrors.kernel.org/archlinux/$repo/os/$arch) to /etc/pacman.d/mirrorlist"
but yet, /etc/pacman.d/mirrorlist is unchanged. So the awk call below the debug call fails somehow.
i can probably fix the bug myself now pretty easily once i have some time
edit: ok, it's because of debug() in libui-sh, will push fix later.
http://releng.archlinux.org/isos/ will contain a 2011.08.17 directory soon (in an hour or so), you can use those to retest
(moved the old 2011.08.17 to 2011.08.17-old)
Still does not work.
"Select source" -> "custom" -> Entering: ftp://192.168.0.66/archlinux/core/os/i686
[root@archiso ~]# cat /tmp/pacman.conf
[options]
CacheDir = /mnt/var/cache/pacman/pkg
Architecture = auto
[core]
Include = /etc/pacman.d/mirrorlist
[root@archiso ~]# head /etc/pacman.d/mirrorlist
##
## Arch Linux repository mirrorlist
## Generated on 2011-08-14
##
## Any
Server = ftp://mirrors.kernel.org/archlinux/$repo/os/$arch
Server = http://mirrors.kernel.org/archlinux/$repo/os/$arch
## Australia
[root@archiso ~]#
Using libui-sh-2010.08.19-16-gd833d9b and aif-2011.08.04-36-gb70d7db:
After welcome screen:
ERROR: ask option $4 must be required or optional or ''. not required
please confirm