Skip to content

Commit

Permalink
improve help text
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 28, 2015
1 parent 8246766 commit ada67ac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev-utils/fai-kvm
Expand Up @@ -54,7 +54,8 @@ usage() {
-s <size> size of the local disk (GB, defaults to 5GB)
-d <num> number of local disks (default is one)
-m <mem> RAM size (MB, defaults to 2000MB)
-u <num> number of the user (so multiple users can call this script)
-u <num> user id. This will become the tap device number and a part of the MAC address
and part of the disk files names. Each VM must have a unique number.
-V do not use vga std with Bochs extensions, use the kvm default
-U Use kvm user networking instead of tap devices
EOF
Expand All @@ -80,6 +81,7 @@ shift $(($OPTIND - 1))

if [ -z "$1" ]; then
echo Missing argument. pxe or cd
usage
exit 1
fi

Expand Down

0 comments on commit ada67ac

Please sign in to comment.