On Monday 19 July 2004 13:23, Bopolissimus X Platypus wrote:
> if i need to create an hdlist for a bunch of RPMs that i've already
> got (they're all together in one big directory, rather than in the
> installer-ISO, one directory per CD format), so i don't have
> hdlist*.cz or synthesis.hdlist*.* files, how would i go about creating
> them for use with urpmi.addmedia later?

oh, got it.  it's genhdlist, e.g. (approximately), 

mkdir /root/RPM
cp -f /mnt/remote-cd1/Mandrake/RPMS/* /root/RPM
cp -f /mnt/remote-cd2/RPMS2/* /root/RPM
cp -f /mnt/remote-cd3/RPMS3/* /root/RPM

cd /root/RPM
rm -f synthesis*
rm -f hdlist*.cz
genhdlist

and now i can do:

urpmi.removemedia -a
urpmi.addmedia cd-all file://root/RPM --with hdlist.cz

(not tested exactly that way, i put all my RPMs on an HTTP server here,
so it can be accessed from all the PCs on the network).

cool.  sorry for documenting this here ha.  convenient kasi, so i can
google "hdlist Mandrake RPM [plug]" and find it easily :).

tiger

-- 
Gerald Timothy Quimpo  [EMAIL PROTECTED] [EMAIL PROTECTED]
http://bopolissimus.sni.ph
Public Key: "gpg --keyserver pgp.mit.edu --recv-keys 672F4C78"

    Let us cross over the river and rest in the shade of the trees.
                      Gen Thomas Jonathan "Stonewall" Jackson, last words.

--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to