Skip to content

Commit

Permalink
Updates ReadMe.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wawrzyniec Niewodniczanski committed Sep 27, 2011
1 parent c41d600 commit ece6624
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 15 deletions.
22 changes: 8 additions & 14 deletions README
@@ -1,18 +1,12 @@
KNOW PROBLEMS:
- cannot control disk size
- password type in plain text
KNOWN PROBLEMS:

- XenTools installation depends on disk numbering,
- list of OS to install depends hardcoded.

TO DO:

- add option to pass all variables from file
- more documentation
- move provisioning (at least part of it) to main file
- remove default settings for some variables
** preseed file
** mirror addreess
** root password
and add nice option to handle it.
- handle password nicer (from commandline).
- better (more dynamic created pressed file).

- add option to pass all variables from a file,
- more documentation,
- move provisioning (at least part of it) to the main file,
- better (more dynamic) created pressed file,
- add option to control disk size.
2 changes: 1 addition & 1 deletion XenDebian.py
Expand Up @@ -194,7 +194,7 @@ def main():
VBD = conn.VBD
VDI = conn.VDI

# These variabels are 'read only' used in various functions
# These variables are 'read only' used in various functions
# so I can define them global here and not bother to pass
# to functions as argument later
global cd_ref # Ref: CD with XS Tools
Expand Down

0 comments on commit ece6624

Please sign in to comment.