Skip to content

Commit

Permalink
Fix an issue building ISO files
Browse files Browse the repository at this point in the history
  • Loading branch information
Kris Moore committed Nov 19, 2013
1 parent 94cefb7 commit d47ceed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions scripts/9.3.makedvd.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ if [ $? -ne 0 ] ; then
exit_err "Failed running grub-mkrescue" exit_err "Failed running grub-mkrescue"
fi fi


#echo '/dev/iso9660/PCBSD_INSTALL / cd9660 ro 0 0' > ${PDESTDIR9}/etc/fstab
#makefs -t cd9660 -o "bootimage=i386;${PDESTDIR9}/boot/cdboot" -o no-emul-boot -o rockridge -o label="PCBSD_Install" ${PROGDIR}/iso/${bFile}-DVD.iso ${PDESTDIR9}
#rc_halt "rm ${PDESTDIR9}/etc/fstab"

# Run MD5 command # Run MD5 command
cd ${PROGDIR}/iso cd ${PROGDIR}/iso
md5 -q ${bFile}-DVD-USB.iso >${bFile}-DVD-USB.iso.md5 md5 -q ${bFile}-DVD-USB.iso >${bFile}-DVD-USB.iso.md5
Expand Down
2 changes: 2 additions & 0 deletions scripts/9.freesbie.sh
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ rm ${PROGDIR}/iso/* >/dev/null 2>/dev/null
# Make the uzip file # Make the uzip file
setup_usr_uzip setup_usr_uzip


cd ${PROGDIR}/scripts

echo "Making DVD/USB Install Images" echo "Making DVD/USB Install Images"
${PROGDIR}/scripts/9.3.makedvd.sh ${PROGDIR}/scripts/9.3.makedvd.sh
if [ $? -ne 0 ] ; then if [ $? -ne 0 ] ; then
Expand Down

0 comments on commit d47ceed

Please sign in to comment.