unpacking a .cgz file

Hollow4

Limp Gawd
Joined
Jan 11, 2003
Messages
325
im trying to unpack modules.cgz. it has a driver i want. but the instructions for unpacking it are not all that clear to me.

they say to
# mount /dev/fd0 /mnt (this being a floppy drive)
# cd /tmp
# gzip -dc /mnt/ modules.cgz | cpio -idumv

ok so i dont have a floppy drive. instead i have the floppy image mount under /floppy. i have no idea what anything in the gzip line means. so i figure im gonna have to change the /mnt/ to /floppy. but other then that im not sure what any of those commands mean all i do know is that with-in that module file there is a driver file that will work with my core.

Cheers
 
Back
Top