33 |
cd cdrom.image |
cd cdrom.image |
34 |
|
|
35 |
createrepo . |
createrepo . |
36 |
|
sync; rm -rf .olddata |
37 |
repoview . |
repoview . |
38 |
|
sync; rm -rf .repodata |
39 |
|
|
40 |
bootimg='isolinux/isolinux.bin' |
bootimg='isolinux/isolinux.bin' |
41 |
bootcat='isolinux/boot.cat' |
bootcat='isolinux/boot.cat' |
42 |
#mkisopts='-r -N -L -d -D -J' |
mkisopts='-v -U -J -r -T' |
|
mkisopts='-r -J' |
|
43 |
today="$(date '+%d %b %Y')" |
today="$(date '+%d %b %Y')" |
44 |
mkisofs $mkisopts \ |
mkisofs $mkisopts \ |
45 |
-V "$distname $distvers" \ |
-V "$distname $distvers" \ |