Problem getting Fedora DVD ISO image script working
This is a discussion about Problem getting Fedora DVD ISO image script working in the Everything Linux category; Hi all, I've been looking for a DVD iso of the Fedora Core 1 release. . . I've found a script that is suppose to take the iso images and create a new DVD iso file. . . but that cause me 2 problems.
Hi all,
I've been looking for a DVD iso of the Fedora Core 1 release...
I've found a script that is suppose to take the iso images and create a new DVD iso file... but that cause me 2 problems...
The script --->ftp://people.redhat.com/ckloiber/mkdvdiso.sh
1-I don't have linux installed.... the script is a bash script...
2-I did a quick install of Mandrake 8.2 on my laptop... to found out that the script is NOT working....
The output is :
-------------------------------output-----------------------
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
'/mkdvdiso.sh: line 25: syntax error near unexpected token '{
'/mkdvdiso.sh: line 25: 'cleanup() {
------------------end----------------------------
Can you fix me the script?!?
thx if you can't then :
Is there a way to create the files in windows???
Or is there a place I can download a DVD iso???
Thx
I've been looking for a DVD iso of the Fedora Core 1 release...
I've found a script that is suppose to take the iso images and create a new DVD iso file... but that cause me 2 problems...
The script --->ftp://people.redhat.com/ckloiber/mkdvdiso.sh
1-I don't have linux installed.... the script is a bash script...
2-I did a quick install of Mandrake 8.2 on my laptop... to found out that the script is NOT working....
The output is :
-------------------------------output-----------------------
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
: command not found
'/mkdvdiso.sh: line 25: syntax error near unexpected token '{
'/mkdvdiso.sh: line 25: 'cleanup() {
------------------end----------------------------
Can you fix me the script?!?
thx if you can't then :
Is there a way to create the files in windows???
Or is there a place I can download a DVD iso???
Thx
Participate in our website and join the conversation
This subject has been archived. New comments and votes cannot be submitted.
Dec 16
Dec 16
0
2 minutes
Responses to this topic
The script has errors
beginning at the first line
#/bin/bash must be #!/bin/bash
and I think at the line with mkisofs there is one punkt it shuldn't be there
but I'm not sure
Maybe there are other errors too.
I hope that will help you
Regards Dimitar
beginning at the first line
#/bin/bash must be #!/bin/bash
and I think at the line with mkisofs there is one punkt it shuldn't be there
but I'm not sure
Maybe there are other errors too.
I hope that will help you
Regards Dimitar
OP
thx...
As soon as I get home tonight I'll add the ! (didn't see this one....)
I'll also check the file because it was saved from a windows computer so someone told me he already had similar error because of the end of line characters windows add....
I'll be back with the sucess or failure of this...
As soon as I get home tonight I'll add the ! (didn't see this one....)
I'll also check the file because it was saved from a windows computer so someone told me he already had similar error because of the end of line characters windows add....
I'll be back with the sucess or failure of this...
OP
ok, fixed the script..
it extracted all the files.. and patchs the one that were necessary...
but now, mkisofs crashes with a segmentation fault... when trying to write the directory tree...
I've found something about mkisofs crashing when having too much files...
Is there a way around this?
it extracted all the files.. and patchs the one that were necessary...
but now, mkisofs crashes with a segmentation fault... when trying to write the directory tree...
I've found something about mkisofs crashing when having too much files...
Is there a way around this?