Skip to content

Commit

Permalink
fixed: usage is never show if the system lacks some required binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi Funollet committed Mar 31, 2010
1 parent 8ae6780 commit e4f8a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vmbootstrap
Expand Up @@ -549,13 +549,13 @@ T0:12345:respawn:/sbin/getty -L ttyS0 115200 vt100
############################################################ ############################################################
parse_opts "$@"
# Verify all the tools are installed on the system. # Verify all the tools are installed on the system.
check_execs ip ifconfig grep cut awk sed lsb_release apt-cache hostname \ check_execs ip ifconfig grep cut awk sed lsb_release apt-cache hostname \
getopt virsh debootstrap sfdisk kpartx mkfs.ext3 mount umount \ getopt virsh debootstrap sfdisk kpartx mkfs.ext3 mount umount \
mountpoint vol_id grub chroot apt-key aptitude debconf-set-selections mountpoint vol_id grub chroot apt-key aptitude debconf-set-selections
parse_opts "$@"
set_defaults set_defaults
if [ "${show_defaults}" = "yes" ] ; then if [ "${show_defaults}" = "yes" ] ; then
Expand Down

0 comments on commit e4f8a6f

Please sign in to comment.