Compare commits
1 Commits
debian-3.9
...
debian-3.9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
85846b480d |
@@ -1360,7 +1360,7 @@ sub parseCommandLineArguments
|
|||||||
"swap-dev=s", \$install{'swap-dev'},
|
"swap-dev=s", \$install{'swap-dev'},
|
||||||
|
|
||||||
# Networking options
|
# Networking options
|
||||||
"dhcp", \$CONFIG{'dhcp'},
|
"dhcp!", \$CONFIG{'dhcp'},
|
||||||
"gateway=s", \$CONFIG{'gateway'},
|
"gateway=s", \$CONFIG{'gateway'},
|
||||||
"hostname=s", \$CONFIG{'hostname'},
|
"hostname=s", \$CONFIG{'hostname'},
|
||||||
"ip=s@", \$CONFIG{'ip'},
|
"ip=s@", \$CONFIG{'ip'},
|
||||||
@@ -1377,29 +1377,29 @@ sub parseCommandLineArguments
|
|||||||
"install-source=s", \$CONFIG{'install-source'},
|
"install-source=s", \$CONFIG{'install-source'},
|
||||||
|
|
||||||
# Misc. options
|
# Misc. options
|
||||||
"accounts", \$CONFIG{'accounts'},
|
"accounts!", \$CONFIG{'accounts'},
|
||||||
"admins=s", \$CONFIG{'admins'},
|
"admins=s", \$CONFIG{'admins'},
|
||||||
"arch=s", \$CONFIG{'arch'},
|
"arch=s", \$CONFIG{'arch'},
|
||||||
"fs=s", \$CONFIG{'fs'},
|
"fs=s", \$CONFIG{'fs'},
|
||||||
"boot", \$CONFIG{'boot'},
|
"boot!", \$CONFIG{'boot'},
|
||||||
"cache=s", \$CONFIG{'cache'},
|
"cache=s", \$CONFIG{'cache'},
|
||||||
"config=s", \$CONFIG{'config'},
|
"config=s", \$CONFIG{'config'},
|
||||||
"ide", \$CONFIG{'ide'},
|
"ide!", \$CONFIG{'ide'},
|
||||||
"install=i", \$CONFIG{'install'},
|
"install=i", \$CONFIG{'install'},
|
||||||
"hooks=i", \$CONFIG{'hooks'},
|
"hooks=i", \$CONFIG{'hooks'},
|
||||||
"passwd", \$CONFIG{'passwd'},
|
"passwd!", \$CONFIG{'passwd'},
|
||||||
"partitions=s", \$CONFIG{'partitions'},
|
"partitions=s", \$CONFIG{'partitions'},
|
||||||
"role=s", \$CONFIG{'role'},
|
"role=s", \$CONFIG{'role'},
|
||||||
"role-args=s", \$CONFIG{'role-args'},
|
"role-args=s", \$CONFIG{'role-args'},
|
||||||
"roledir=s", \$CONFIG{'roledir'},
|
"roledir=s", \$CONFIG{'roledir'},
|
||||||
"force", \$CONFIG{'force'},
|
"force!", \$CONFIG{'force'},
|
||||||
"keep", \$CONFIG{'keep'},
|
"keep!", \$CONFIG{'keep'},
|
||||||
"template=s", \$CONFIG{'template'},
|
"template=s", \$CONFIG{'template'},
|
||||||
"output=s", \$CONFIG{'output'},
|
"output=s", \$CONFIG{'output'},
|
||||||
"extension=s", \$CONFIG{'extension'},
|
"extension=s", \$CONFIG{'extension'},
|
||||||
|
|
||||||
# Help options
|
# Help options
|
||||||
"debug", \$CONFIG{'debug'},
|
"debug!", \$CONFIG{'debug'},
|
||||||
"help", \$HELP,
|
"help", \$HELP,
|
||||||
"manual", \$MANUAL,
|
"manual", \$MANUAL,
|
||||||
"verbose", \$CONFIG{'verbose'},
|
"verbose", \$CONFIG{'verbose'},
|
||||||
|
|||||||
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -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
|
xen-tools (3.9-5) unstable; urgency=medium
|
||||||
|
|
||||||
- Record the ARCH for RPM-based distros.
|
- Record the ARCH for RPM-based distros.
|
||||||
|
|||||||
Reference in New Issue
Block a user