Add a TODO so that we can easily grep this
This commit is contained in:
parent
324cddcb9d
commit
6779556650
1 changed files with 1 additions and 0 deletions
|
@ -115,6 +115,7 @@ module Vagrant
|
||||||
# To keep this function backwards compatible with existing boxes, the path
|
# To keep this function backwards compatible with existing boxes, the path
|
||||||
# included in the tarball needs to have the same amount of path components (2)
|
# included in the tarball needs to have the same amount of path components (2)
|
||||||
# that will be stripped before extraction, hence the './.'
|
# that will be stripped before extraction, hence the './.'
|
||||||
|
# TODO: This should be reviewed before 1.0
|
||||||
cmds = [
|
cmds = [
|
||||||
"cd #{base_path}",
|
"cd #{base_path}",
|
||||||
"rm -f rootfs.tar.gz",
|
"rm -f rootfs.tar.gz",
|
||||||
|
|
Loading…
Reference in a new issue