Skip to content

Commit

Permalink
Fix symlink resolution; update dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
jpetazzo committed Nov 24, 2018
1 parent a4e3d78 commit 2df6f42
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ You need the following dependencies:

| Dependency | Binary | Debian/Ubuntu package | ArchLinux package |
| ------------------|----------------------|-----------------------|-------------------|
| qemu | `qemu-system-x86_64` | | `qemu` |
| VDE | `vde_switch` | | `vde2` |
| Cloud Init helper | `cloud-localds` | | `cloud-utils` |
| qemu | `qemu-system-x86_64` | `qemu` | `qemu` |
| QCOW tools | `qemu-img` | `qemu-utils` | `qemu` |
| VDE | `vde_switch` | `vde2` | `vde2` |
| Cloud Init helper | `cloud-localds` | `cloud-image-utils` | `cloud-utils` |
| tmux | `tmux` | `tmux` | `tmux` |
| socat | `socat` | `socat` | `socat` |

Expand Down
2 changes: 1 addition & 1 deletion lbx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#set -ex

# Let's go to our directory. VMs and images are stored relative to here.
cd $(dirname $(readlink --canonicalize ~/bin/lb))
cd "$(dirname $(readlink --canonicalize "$0"))"

info () {
>/dev/stderr echo "INFO: $*"
Expand Down

0 comments on commit 2df6f42

Please sign in to comment.