[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Please consider to let live-build add file /.disk/mkisofs to the ISO



Hi,

i forgot the leading "+" in the first line of my hand crafted patch imitation:

-------------------------------------------------------------------------------

+DISK_MKISOFS="$(echo "xorriso -as mkisofs ${XORRISO_OPTIONS} -o ${IMAGE} binary" | sed -e s"/'/'"'"'"'"'"'"'/g")"
 cat >> binary.sh << EOF

 mkdir -p binary/.disk
-echo "xorriso -as mkisofs ${XORRISO_OPTIONS} -o ${IMAGE} binary" > binary/.disk/mkisofs
+echo '$DISK_MKISOFS' > binary/.disk/mkisofs
 xorriso -as mkisofs ${XORRISO_OPTIONS} -o ${IMAGE} binary
 EOF

-------------------------------------------------------------------------------


Have a nice day :)

Thomas


Reply to: