I'm unable to find packages to install from an USB drive with "harddrive" or "url --> file:///" Kickstart options
Hello.
I want to use an USB pendrive to do unattended installations of Fedora 24 Server. I append the inst.ks=hd:LABEL=myUsbLable:/ks.cfg parameter to boot menu (but no inst.stage2 nor inst.repo) and it's ok because Anaconda starts well and find the ks file. My problem is with "install" option.
If I do...: install harddrive --partition=sdb1 –dir=/ ...Anaconda GUI starts ok but shows "source is invalid" (although it specified partition is correctly selected). I think it's because Anaconda expect an iso file but what I have is the expanded tree.
If I do...: install url –url=file:///run/install/repo (or url --url=file:///run/install/isodir) ...a dracut error appears saying that "inst.repo" is not a valid location.
I don't think I'm trying to do something strange...this use case must be very common, isn't??. What's the problem?? Is it a bug??
Thanks