mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-30 05:02:54 +08:00
remove extraneous comments, chown $user fix
This commit is contained in:
parent
1bf72afb2e
commit
aa85135580
@ -18,8 +18,6 @@ pwd
|
|||||||
echo "Creating UDF ISO from $d2b ..." #PK:
|
echo "Creating UDF ISO from $d2b ..." #PK:
|
||||||
#read
|
#read
|
||||||
|
|
||||||
#mkisofs -r -f -U -v -o - * \
|
|
||||||
|
|
||||||
# how big willit be
|
# how big willit be
|
||||||
mkisofs -d -D -f -l -J -N -r -T -v -print-size *
|
mkisofs -d -D -f -l -J -N -r -T -v -print-size *
|
||||||
echo Sawright?
|
echo Sawright?
|
||||||
@ -28,11 +26,8 @@ echo Sawright?
|
|||||||
time \
|
time \
|
||||||
mkisofs -allow-lowercase -apple -d -D -f -l -J -joliet-long -max-iso9660-filenames -N -r -R -T -udf -v \
|
mkisofs -allow-lowercase -apple -d -D -f -l -J -joliet-long -max-iso9660-filenames -N -r -R -T -udf -v \
|
||||||
-o $outfile *
|
-o $outfile *
|
||||||
# | cdrecord -v -tao fs=5120k -eject speed=32 -data -
|
|
||||||
# | cdrecord -v -tao fs=5120k -eject speed=$CDR_SPEED -data -
|
|
||||||
|
|
||||||
#dev=1,0,0
|
chown $user $outfile
|
||||||
chown dave $outfile
|
|
||||||
chmod a+rx $outfile
|
chmod a+rx $outfile
|
||||||
|
|
||||||
ls -lh /home/$user/*.iso
|
ls -lh /home/$user/*.iso
|
||||||
|
Loading…
x
Reference in New Issue
Block a user