wilas / vbkick

Tool for building and maintaining VirtualBox VMs described as a code in a single definition file.
Other
8 stars 5 forks source link

Remove use of getent #9

Closed alanpearce closed 11 years ago

alanpearce commented 11 years ago

OSX doesn't have a getent command.

Since we're using bash, using ~ should be safe.

alanpearce commented 11 years ago

Combined with #10 or #8, this allows building a VM correctly on Mac OSX :+1:

wilas commented 11 years ago

getent works when your home dir is on NFS, but as vbkick works as "personal lab" on desktop, use ~ make more sense :)