On Wed, 30 Apr 2003 andrea@xxxxxxxxxx wrote: >I'm trying to build my own (small, REALLY small...) >RH distribution, but I get an error when I try >to rebuild the hdlist file: > >error opening directory i386/RedHat/RPMS: No such file or directory The directory you pass to genhdlist needs to contain a "RedHat" subdirectory, which itself needs a "base" and "RPMS" directory. So if you had this: /vol `-- redhat `-- rh73 `-- RedHat |-- RPMS `-- base then you'd call genhdlist like this: $ genhdlist /vol/redhat/rh73 Cheers, Phil