This is what I get on updating:
# urpmi.update --all
unable to take medium "updates" into account as no list file [/var/lib/urpmi/list.updates] exists retrieving description file of "plf"... retrieving source hdlist (or synthesis) of "plf"... [/I]
urpmi then proceeds to do quite a lot of downloading and configuring.
The message is correct as there is no /var/lib/urpmi/list.updates (but there are hdlist.updates.cz and synthesis.hdlist.updates.cz)
My urpmi.cfg reads as follows:
plf ftp://plf.time4t.net/pub/plf/9.1 {
hdlist: hdlist.plf.cz
with_hdlist: hdlist.cz
list: list.plf
}
contrib ftp://ftp.snt.utwente.nl/pub/linux/mandrake/9.1/contrib/RPMS {
hdlist: hdlist.contrib.cz
with_hdlist: ../../i586/Mandrake/base/hdlist2.cz
}
downloads file://home/zaphod {
hdlist: hdlist.downloads.cz
list: list.downloads
}
roland_main ftp://ftp.snt.utwente.nl/pub/linux/mandrake/9.1/i586/Mandrake/RPMS {
hdlist: hdlist.roland_main.cz
with_hdlist: ../base/hdlist.cz
The above urpmi.cfg was compiled by
http://plf.zarb.org/~nanardon/
What can I do to ensure that my installation is updated properly?