fc4t1 nfs install finds no install tree

Chuck R. Anderson cra at WPI.EDU
Fri Mar 18 15:04:33 UTC 2005


On Fri, Mar 18, 2005 at 10:05:52AM +0100, shrek-m at gmx.de wrote:
> replace cdrom with your loop device (see Craigs posting)
> 
> eg.
> # mkdir /mnt/loop
> 
> 1;  # mount -oloop FC4-test1-i386-disc1.iso /mnt/loop
> 2;  # cp -a  /mnt/loop/Fedora  /target/directory
> 3;  # cp /mnt/loop/RELEASE-NOTES* /target/directory  (Do this only for 
> disc 1)
> 4;  # umount /mnt/loop

If you don't want to use the extra space for both ISO and file copies:

mount -o loop,ro FC4-test1-i386-disc1.iso mnt/loop1
mount -o loop,ro FC4-test2-i386-disc1.iso mnt/loop2
mount -o loop,ro FC4-test3-i386-disc1.iso mnt/loop3
mount -o loop,ro FC4-test4-i386-disc1.iso mnt/loop4
cd /target/directory
lndir ../../../mnt/loop1 .
lndir ../../../mnt/loop2 .
lndir ../../../mnt/loop3 .
lndir ../../../mnt/loop4 .




More information about the fedora-test-list mailing list