Diff for /embedaddon/strongswan/testing/scripts/chroot between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2020/06/03 09:46:49 version 1.1.1.2, 2021/03/17 00:20:15
Line 57  log_action "Mounting $SHAREDDIR as /root/shared" Line 57  log_action "Mounting $SHAREDDIR as /root/shared"
 execute "mount -o bind $SHAREDDIR $LOOPDIR/root/shared"  execute "mount -o bind $SHAREDDIR $LOOPDIR/root/shared"
 do_on_exit umount $LOOPDIR/root/shared  do_on_exit umount $LOOPDIR/root/shared
   
   log_action "Copy /etc/resolv.conf"
   execute "cp /etc/resolv.conf $LOOPDIR/etc/resolv.conf"
   do_on_exit rm $LOOPDIR/etc/resolv.conf
   
 if [ -n "$affected" ]; then  if [ -n "$affected" ]; then
 echo  echo
 echo "Rebuild the $affected images after making changes to this image!"  echo "Rebuild the $affected images after making changes to this image!"

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>