Lemme share the script that I use to set up my local repo.
First here's what I use to clear the sources from the local install:
urpmi.removemedia -a
that clears everything out. Then I run the following commands
in a su terminal as a script file. This is for 32-bit Mageia:
clear
urpmi.addmedia core
ftp://mageia:xxxxx@192.168.1.2//distrib ... re/release with media_info/hdlist.cz
urpmi.addmedia --update core_updates
ftp://mageia:xxxxx@192.168.1.2//distrib ... re/updates with media_info/hdlist.cz
urpmi.addmedia nonfree
ftp://mageia:xxxxx@192.168.1.2//distrib ... ee/release with media_info/hdlist.cz
urpmi.addmedia --update nonfree_updates
ftp://mageia:xxxxx@192.168.1.2//distrib ... ee/updates with media_info/hdlist.cz
urpmi.addmedia tainted
ftp://mageia:xxxxx@192.168.1.2//distrib ... ed/release with media_info/hdlist.cz
urpmi.addmedia --update tainted_updates
ftp://mageia:xxxxx@192.168.1.2//distrib ... ed/updates with media_info/hdlist.cz
clear
urpmi.update -a
sleep 10
exit
exit
The local repo is at an ftp server on 192.168.1.2. User Mageia. I've been using this for years.
The repo will now appear on:
MCC -> Configure media sources