1
0
mirror of synced 2026-02-19 21:35:10 +00:00

Compare commits

...

1 Commits

Author SHA1 Message Date
Steve Kemp
85846b480d Document state of Debian package 3.9-6 2010-08-31 23:11:56 +02:00
2 changed files with 16 additions and 8 deletions

View File

@@ -1360,7 +1360,7 @@ sub parseCommandLineArguments
"swap-dev=s", \$install{'swap-dev'},
# Networking options
"dhcp", \$CONFIG{'dhcp'},
"dhcp!", \$CONFIG{'dhcp'},
"gateway=s", \$CONFIG{'gateway'},
"hostname=s", \$CONFIG{'hostname'},
"ip=s@", \$CONFIG{'ip'},
@@ -1377,29 +1377,29 @@ sub parseCommandLineArguments
"install-source=s", \$CONFIG{'install-source'},
# Misc. options
"accounts", \$CONFIG{'accounts'},
"accounts!", \$CONFIG{'accounts'},
"admins=s", \$CONFIG{'admins'},
"arch=s", \$CONFIG{'arch'},
"fs=s", \$CONFIG{'fs'},
"boot", \$CONFIG{'boot'},
"boot!", \$CONFIG{'boot'},
"cache=s", \$CONFIG{'cache'},
"config=s", \$CONFIG{'config'},
"ide", \$CONFIG{'ide'},
"ide!", \$CONFIG{'ide'},
"install=i", \$CONFIG{'install'},
"hooks=i", \$CONFIG{'hooks'},
"passwd", \$CONFIG{'passwd'},
"passwd!", \$CONFIG{'passwd'},
"partitions=s", \$CONFIG{'partitions'},
"role=s", \$CONFIG{'role'},
"role-args=s", \$CONFIG{'role-args'},
"roledir=s", \$CONFIG{'roledir'},
"force", \$CONFIG{'force'},
"keep", \$CONFIG{'keep'},
"force!", \$CONFIG{'force'},
"keep!", \$CONFIG{'keep'},
"template=s", \$CONFIG{'template'},
"output=s", \$CONFIG{'output'},
"extension=s", \$CONFIG{'extension'},
# Help options
"debug", \$CONFIG{'debug'},
"debug!", \$CONFIG{'debug'},
"help", \$HELP,
"manual", \$MANUAL,
"verbose", \$CONFIG{'verbose'},

8
debian/changelog vendored
View File

@@ -1,3 +1,11 @@
xen-tools (3.9-6) unstable; urgency=low
- Allow command line flags to be unset.
Thanks to Ruud Koolen for the patch.
(Closes: #484338)
-- Steve Kemp <skx@debian.org> Tue, 14 Oct 2008 22:00:22 +0000
xen-tools (3.9-5) unstable; urgency=medium
- Record the ARCH for RPM-based distros.