Browse Source

removed debugging bash

master
Sebastian Rieger 8 years ago
parent
commit
d9857b90b3
  1. 3
      create-cumulusvx-image/create-cumulus-vx-image.sh

3
create-cumulusvx-image/create-cumulus-vx-image.sh

@ -8,6 +8,7 @@
# V0.3 checking whether it is safe to unmount the working directory
# V0.3.1 added support for newer glance releases (e.g. kilo) used in VIRL 1.0.0
# V0.4 fixed check for existing images, added support for Cumulus VX 3.x
# V0.41 removed debug bash
# usage
@ -128,7 +129,7 @@ EOF
#DEBUG:
# run bash to allow manual changes to the image before packing
#
bash
#bash
safe_unmount cumulusvx-boot-$TIMESTAMP
safe_unmount cumulusvx-root-$TIMESTAMP

Loading…
Cancel
Save