Browse code

add comment

Anthony Young authored on 2011/09/14 14:14:37
Showing 1 changed files
... ...
@@ -67,6 +67,7 @@ echo stack:pass | chroot $ROOTFS chpasswd
67 67
 # stack requires)
68 68
 echo "stack ALL=(ALL) NOPASSWD: ALL" >> $ROOTFS/etc/sudoers
69 69
 
70
+# Gracefully cp only if source file/dir exists
70 71
 function cp_it {
71 72
     if [ -e $1 ] || [ -d $1 ]; then
72 73
         cp -pr $1 $2