1
0
mirror of synced 2026-02-20 05:45:15 +00:00

Compare commits

..

6 Commits

Author SHA1 Message Date
Steve Kemp
85846b480d Document state of Debian package 3.9-6 2010-08-31 23:11:56 +02:00
Steve Kemp
f73eb76b1e Document state of Debian package 3.9-5 2010-08-31 23:08:22 +02:00
Radu Spineanu
f56ebbaf68 Document state of Debian package 3.9-4 2010-08-31 22:56:33 +02:00
Steve Kemp
09bf1cd84d Document state of Debian package 3.9-3 2010-08-31 22:40:01 +02:00
Steve Kemp
7d9b9b9881 Document state of Debian package 3.9-2 2010-08-31 22:28:34 +02:00
Steve Kemp
aba8e1b411 Document state of Debian package 3.9-1 2010-08-31 22:19:29 +02:00
11 changed files with 17 additions and 13 deletions

View File

@@ -1,4 +0,0 @@
(^|/)CVS($|/)
(^|/)\.hg($|/)
(^|/)\.hgtags($|/)
ChangeLog

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.

2
debian/control vendored
View File

@@ -4,7 +4,7 @@ Priority: extra
Maintainer: Roland Stigge <stigge@antcom.de>
Uploaders: Radu Spineanu <radu@debian.org>, Steve Kemp <skx@debian.org>
Build-Depends: debhelper (>= 4.0.0), libtest-pod-perl, libtext-template-perl
Standards-Version: 3.7.3
Standards-Version: 3.8.0
Homepage: http://xen-tools.org/software/xen-tools
Package: xen-tools

0
debian/examples/setup-kernel-initrd vendored Executable file → Normal file
View File

0
debian/examples/update-modules vendored Executable file → Normal file
View File

0
debian/preinst vendored Executable file → Normal file
View File

0
hooks/centos-4/15-setup-arch Executable file → Normal file
View File

0
hooks/centos-5/15-setup-arch Executable file → Normal file
View File

0
hooks/fedora-core-6/15-setup-arch Executable file → Normal file
View File

0
t/quoted-strings.t Executable file → Normal file
View File