1
0
mirror of synced 2026-05-03 23:08:47 +00:00

Remove image-server installation method

Was used by Steve with a "semi-proprietary" service at some hoster
which does no more use it (with Xen). According to Steve nobody else
used it so we can rip out this unneeded legacy code.

This also reverts the last commit.
This commit is contained in:
Axel Beckert
2010-05-18 17:24:41 +02:00
parent 131782b6c5
commit fcf98e6799
5 changed files with 4 additions and 170 deletions

View File

@@ -119,7 +119,7 @@ _xen_create_image()
return 0
;;
--install-method)
COMPREPLY=( $( compgen -W 'copy debootstrap image-server rpmstrap tar' -- "${COMP_WORDS[COMP_CWORD]}" ) )
COMPREPLY=( $( compgen -W 'copy debootstrap rpmstrap tar' -- "${COMP_WORDS[COMP_CWORD]}" ) )
return 0
;;
--ip)