Seems I'm not doing something right.
I mounted the USB with the iso on it and edited the the slapt-getrc file to point to the 'salix' directory on the USB. I got this;
Code: Select all
Retreiving package data [file:///repo/salix/]...Failed to download: Couldn't read a file:// file
*EDIT*
Oops! Hit "submit" when I meant to hit "preview".
Anyhow, I took that error to mean that I needed to point it to the subdirectories that actually held the packages rather than the directory that held those subdirectories. So I edited the rc again, like so;
Code: Select all
SOURCE=file:///repo/salix/aaa
SOURCE=file:///repo/salix/core
SOURCE=file:///repo/salix/basic
SOURCE=file:///repo/salix/full
and I got the same error again for each directory.
*EDIT*
I think I know where I went wrong. I'm not actually using the iso, I'm using the install USB. It has all the packages, but they aren't in the correct form for slapt-get. I can copy the files from the USB to the target computer. So I could move the .txz packages and then install them. Or I could just reformat the USB and copy the original iso to it and go from there.