diff options
-rw-r--r-- | zshrc | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -102,7 +102,7 @@ ausrede() { } vm() { - SLEEP=1 + SLEEP=2 if [ "$1" = "winxp" ]; then VBoxManage startvm "Windows XP Pro SP1" -type vrdp sleep $SLEEP @@ -115,10 +115,6 @@ vm() { VBoxManage startvm "Windows Server 2003 Enterprise" -type vrdp sleep $SLEEP rdesktop-vrdp -k de localhost - elif [ "$1" = "pdc" ]; then - VBoxManage startvm "Samba PDC mit LDAP" -type vrdp - sleep $SLEEP - rdesktop-vrdp -k de localhost elif [ "$1" = "sid" ]; then VBoxManage startvm "Debian Sid" -type vrdp sleep $SLEEP @@ -128,6 +124,5 @@ vm() { echo "win2003" echo "freebsd" echo "sid" - echo "pdc" fi } |