1
0
mirror of synced 2026-03-01 17:26:01 +00:00

Commit Graph

  • e1beeda47f 2007-04-03 00:01:18 by steve Added password role. steve 2007-04-03 00:01:18 +00:00
  • d7352684ff 2007-04-02 23:35:00 by steve Complete --role-args steve 2007-04-02 23:35:00 +00:00
  • b4aa5f5505 2007-04-02 23:34:33 by steve Allow role arguments to be passed. steve 2007-04-02 23:34:33 +00:00
  • afc2bf728c 2007-04-02 00:03:55 by radu Changelog updates for the 3.2 upload radu 2007-04-02 00:03:55 +00:00
  • b1dd8c35c1 2007-04-01 22:29:45 by steve 1. Allow trailing '.' in partial IP addresses. 2. DHCP overrides partial IP addresses when used upon the command line. steve 2007-04-01 22:29:45 +00:00
  • e023a9f75a 2007-04-01 12:33:11 by steve Updated tested modules. steve 2007-04-01 12:33:11 +00:00
  • 9a53b36cf6 2007-04-01 12:32:46 by steve Don't delete the logfile when deleting an image. steve 2007-04-01 12:32:46 +00:00
  • bfc8459ea0 2007-03-31 20:30:29 by steve Mention Neil Wilson's Ubuntu fixup. steve 2007-03-31 20:30:29 +00:00
  • f897184ffa 2007-03-31 20:29:38 by steve /bin/dash compatability fix. steve 2007-03-31 20:29:38 +00:00
  • 6da69e4ab2 2007-03-20 20:49:57 by steve Updated for 3.2 release. Finally. steve 2007-03-20 20:49:59 +00:00
  • 616e06b3da 2007-03-19 22:16:20 by steve Skip the failing test file. (hook-tls.t) WTF is going on there?! steve 2007-03-19 22:16:20 +00:00
  • fee9faf539 2007-03-19 22:14:43 by steve Updated test to allow options with "-" in their name. (ie. --nfs-root + --nfs-server) steve 2007-03-19 22:14:43 +00:00
  • cb86f0a967 2007-03-19 22:14:21 by steve Added option '--verbose' steve 2007-03-19 22:14:21 +00:00
  • 514ad5a7a1 2007-03-19 22:10:54 by steve Deliberately don't run upon 64-bit hosts where this test makes no sense.. steve 2007-03-19 22:10:54 +00:00
  • f637ee2f07 2007-03-19 22:00:59 by steve Fixed even more broken formatting. Found by tests/no-tabs.t steve 2007-03-19 22:00:59 +00:00
  • 7300c748b7 2007-03-19 21:59:51 by steve Fixed bogus documentation markers. Found by tests/pod-check.t steve 2007-03-19 21:59:51 +00:00
  • a2600beb1f 2007-03-19 21:59:35 by steve Fixed syntax error in pod. Found via tests/pod-check.t steve 2007-03-19 21:59:35 +00:00
  • 0b37d04c72 2007-03-19 21:57:05 by steve Removed items from the TODO list which are now done. steve 2007-03-19 21:57:05 +00:00
  • 9574fc52ec 2007-03-19 21:44:34 by steve Since the --image-dev + --swap-dev options now exist #406212 may be closed when this version is released. steve 2007-03-19 21:44:34 +00:00
  • b5f85f7933 2007-03-19 21:42:31 by steve Added brief help section. TODO: Finish. steve 2007-03-19 21:42:31 +00:00
  • d7dc0f9b32 2007-03-19 16:12:51 by steve BUGFIX: Correctly call "chroot /blah yum update". steve 2007-03-19 16:12:51 +00:00
  • 421eae9694 2007-03-19 16:12:10 by steve BUGFIX: Correctly call chroot() when trying to clean the YUM repository. steve 2007-03-19 16:12:10 +00:00
  • 989cccc359 2007-03-19 14:01:53 by steve ip -> ip1 steve 2007-03-19 14:01:54 +00:00
  • 0bad57a959 2007-03-18 20:12:16 by steve Revert the broken formatting added by Walter, and make sure that our address-auto-completion works prior to display time. steve 2007-03-18 20:12:16 +00:00
  • 153dd6221f 2007-03-18 20:03:47 by steve Applied patch from Walter Reiner for --image-dev + --swap-dev steve 2007-03-18 20:03:49 +00:00
  • b81763688b 2007-03-15 21:48:11 by steve arch = amd64 not xen. steve 2007-03-15 21:48:11 +00:00
  • 6d9e006957 2007-03-15 15:09:16 by steve Added. steve 2007-03-15 15:09:16 +00:00
  • a71930a154 2007-03-15 15:07:19 by steve Broadcast works. steve 2007-03-15 15:07:20 +00:00
  • aeda5089a5 2007-03-11 18:52:15 by steve Added completion for xen-create-nfs steve 2007-03-11 18:52:15 +00:00
  • 9ee4f75110 2007-03-11 17:36:22 by steve Minor update. steve 2007-03-11 17:36:22 +00:00
  • dd6584afca 2007-03-11 17:00:19 by steve Mention xen-create-nfs steve 2007-03-11 17:00:19 +00:00
  • efa7810439 2007-03-11 16:43:42 by steve Minor bugfix. steve 2007-03-11 16:43:42 +00:00
  • ab484bf566 2007-03-11 16:37:41 by steve Added script to create new NFS-root instances. steve 2007-03-11 16:37:42 +00:00
  • 6b03e45e96 2007-03-11 16:14:33 by steve Document the networking auto-configuration. steve 2007-03-11 16:14:33 +00:00
  • b58c889240 2007-03-11 16:05:30 by steve + scary magic: If "ip=1.2.3.?" is specified in the configuration file then mangle our IP arguments into array form. This allows the auto-allocation to work as expected *both* from the command line, and the config file. steve 2007-03-11 16:05:30 +00:00
  • 0565a278ae 2007-03-11 15:40:58 by steve Allow last octet of each IP address to be dynamically determined. This allows : steve 2007-03-11 15:40:58 +00:00
  • a41e116e88 2007-03-05 14:52:01 by steve BUGFIX: for image-server. steve 2007-03-05 14:52:01 +00:00
  • 2c772ad9f6 2007-03-01 10:17:50 by steve steve 2007-03-01 10:17:50 +00:00
  • cbb439020e 2007-03-01 10:12:59 by steve Commited the tested installation-server install method. Non-public. Well public now, but non-advertised and also useless without the server implementation. :( steve 2007-03-01 10:12:59 +00:00
  • 4883860ebc 2007-02-26 14:48:36 by steve link in new domains to /etc/xen/auto if that directory exists and --boot was specified. steve 2007-02-26 14:48:36 +00:00
  • 5d78c814a6 2007-02-25 19:12:10 by steve Complete --keep steve 2007-02-25 19:12:10 +00:00
  • 8df934ecfb 2007-02-25 19:11:39 by steve Add --keep. steve 2007-02-25 19:11:39 +00:00
  • d4a33333d1 2007-02-25 19:11:03 by steve Minor updates to pass test case. steve 2007-02-25 19:11:03 +00:00
  • b809b786f6 2007-02-25 19:09:33 by steve Typo-fix. steve 2007-02-25 19:09:33 +00:00
  • 02503c6b6c 2007-02-25 19:07:47 by steve Rollback image creation upon failure. steve 2007-02-25 19:07:48 +00:00
  • 5ba1eb00e9 2007-02-25 12:45:13 by steve --install-source=image-server has now got stub support. TODO: Finish. steve 2007-02-25 12:45:13 +00:00
  • ca5fc8c978 2007-02-23 23:52:05 by steve 1. Show what we're doing. 2. Be more robust. 3. Allow kernel + initrd image to be specified via the environment. steve 2007-02-23 23:52:05 +00:00
  • 4cb8a43495 2007-02-23 22:46:22 by steve Updated to close a lot of bugs. steve 2007-02-23 22:46:22 +00:00
  • dbcbf9b6b0 2007-02-23 22:46:15 by steve Install an example script to update the kernel and initrd image for both the xen-tools.conf file and any pre-existing xen domains. steve 2007-02-23 22:46:15 +00:00
  • 07acbf8371 2007-02-23 22:45:17 by steve Removed redundent log line. steve 2007-02-23 22:45:17 +00:00
  • 170e8296be 2007-02-23 22:07:13 by steve Updated comments. steve 2007-02-23 22:07:13 +00:00
  • 0c5195fb95 2007-02-23 22:05:19 by steve Updated all routines so that each option is included, and listed alphabetically. steve 2007-02-23 22:05:19 +00:00
  • 7520300fb8 2007-02-23 21:58:34 by steve Updated modules we test for, now that we use File::Path steve 2007-02-23 21:58:34 +00:00
  • bf8ae3c6c1 2007-02-23 21:58:20 by steve Updated year(s) in copyright sectoin. steve 2007-02-23 21:58:20 +00:00
  • 497cd9d882 2007-02-23 21:58:12 by steve Updated comments. steve 2007-02-23 21:58:12 +00:00
  • cd9d435d19 2007-02-23 21:56:27 by steve Use mkpath to create our directory for the images - since this will make the whole tree if any of it is missing. steve 2007-02-23 21:56:27 +00:00
  • ce2def0501 2007-02-23 21:47:48 by steve Removed trailing whitespace. Made installation method test more readable. steve 2007-02-23 21:47:48 +00:00
  • 1568ea7680 2007-02-23 21:45:09 by steve Removed the mention of memory size, since we do display that nowadays. steve 2007-02-23 21:45:09 +00:00
  • 61af4e050d 2007-02-23 21:42:20 by steve Typo fix: beneat -> beneath steve 2007-02-23 21:42:20 +00:00
  • 7967e14de1 2007-02-23 18:59:20 by steve Remove installation types, since these are no seperated nicely so that I can add my private image-server method. steve 2007-02-23 18:59:20 +00:00
  • c17acf34fb 2007-02-23 18:58:26 by steve Update copyright year to 2007. steve 2007-02-23 18:58:26 +00:00
  • 156df0874d 2007-02-23 18:56:41 by steve Move to using a dispatch table for the installation types. steve 2007-02-23 18:56:41 +00:00
  • 286e44e2df 2007-02-23 15:43:12 by steve Recommend the xen-shell - NOTE not in Sid yet... steve 2007-02-23 15:43:12 +00:00
  • 692d0a2c24 2007-02-23 15:42:50 by steve Updated. steve 2007-02-23 15:42:50 +00:00
  • 1e49e77cbf 2007-02-23 15:41:21 by steve Typo-fix on the installation source option - to allow test case to pass. steve 2007-02-23 15:41:21 +00:00
  • 9cb33aa9b9 2007-02-23 15:37:05 by steve Installation methods are now updated so that I can add in the image server method for use @Bytemark. steve 2007-02-23 15:37:06 +00:00
  • 0687f4477d 2007-02-23 13:35:29 by steve Setup sudoers file too. steve 2007-02-23 13:35:29 +00:00
  • 5d50ab373f 2007-02-23 13:30:13 by steve Mention xen-shell steve 2007-02-23 13:30:13 +00:00
  • eb3d6640aa 2007-02-23 08:15:02 by steve Don't add/modify users if we're not root. Never touch the root user. steve 2007-02-23 08:15:02 +00:00
  • 0b83bf0a5f 2007-02-22 19:42:49 by steve Correctly make --admins=foo,bar,baz work. steve 2007-02-22 19:42:49 +00:00
  • a700941d06 2007-02-22 19:39:02 by steve Added new command line flag --admins, which allows new users to be setup upon the host system with the xen-shell. steve 2007-02-22 19:39:04 +00:00
  • 158515e726 2007-02-22 19:15:25 by steve Remove TAB literals. steve 2007-02-22 19:15:25 +00:00
  • 5aebbc5c4f 2007-02-22 17:33:44 by steve Test commit to make sure the mailing list still works. steve 2007-02-22 17:33:44 +00:00
  • b147a82bb2 2007-02-06 20:38:21 by steve Patch from Uwe Hermann - add version info to generated xen .cfg files. (Also align stuff neatly.) steve 2007-02-06 20:38:22 +00:00
  • ad63b1cd90 2007-01-14 21:17:51 by steve Use $TMP not /tmp steve 2007-01-14 21:17:51 +00:00
  • 2a8186d4dd 2007-01-07 02:59:35 by steve 1. Trivial documentation updates. 2. Correctly cope with detecting the filesystem creation commands. steve 2007-01-07 02:59:35 +00:00
  • d806e0c245 2007-01-05 16:07:47 by steve Don't rely upon absolute paths which might differ amongst distributions. Instead try to find them dynamically and don't hardcode their locations. steve 2007-01-05 16:07:47 +00:00
  • d682465572 2007-01-05 14:05:44 by steve Felipe Scarel : Bugfix for --no-swap + LVM. steve 2007-01-05 14:05:44 +00:00
  • 4ccddd12b0 2006-12-26 22:27:25 by steve Simple test of hostname + /etc/hosts setup. steve 2006-12-26 22:27:25 +00:00
  • fc88b30ea4 2006-12-26 22:15:34 by steve Add stub /etc/hosts file for new instances which use DHCP. See #484683 steve 2006-12-26 22:15:36 +00:00
  • a8705d4bd5 2006-12-26 15:43:41 by steve Make sure we use the correct dist in the security list. steve 2006-12-26 15:43:41 +00:00
  • f600a779f8 2006-12-26 01:33:00 by steve Added Joey Hess. steve 2006-12-26 01:33:00 +00:00
  • 59506e1d27 2006-12-26 00:55:56 by steve Release 3.1 steve 2006-12-26 00:55:58 +00:00
  • 7a0ef68f69 2006-12-25 23:26:30 by steve Updated to show which bugs are closed. Nine! steve 2006-12-25 23:26:30 +00:00
  • 51ef6b0908 2006-12-25 23:17:20 by steve Make sure that all groups exist. steve 2006-12-25 23:17:26 +00:00
  • 02a5222b55 2006-12-25 23:13:09 by steve Fixed stupid typo. steve 2006-12-25 23:13:10 +00:00
  • 52a4dca26e 2006-12-25 23:10:49 by steve Copy the group memberships too. steve 2006-12-25 23:10:50 +00:00
  • 7fd127d79c 2006-12-25 22:56:44 by steve Updated to avoid trashing permissions on misc/CVS/ steve 2006-12-25 22:56:44 +00:00
  • ba810412b9 2006-12-25 22:46:56 by steve BUGFIX: Module installation now works correctly. D'oh. steve 2006-12-25 22:46:57 +00:00
  • fdc25c74d5 2006-12-25 22:39:35 by steve Dont show the END message more than once. steve 2006-12-25 22:39:35 +00:00
  • b973784e6e 2006-12-25 22:36:18 by steve Actually terminate early if we've got a populated /dev directory - rather than just reporting that we will terminate and not actually doing so. steve 2006-12-25 22:36:18 +00:00
  • d7c814c7eb 2006-12-25 22:32:04 by steve apt-cache -> /usr/bin/apt-cache steve 2006-12-25 22:32:08 +00:00
  • a4ae557e2a 2006-12-25 22:21:52 by steve Updated to install a linux package if available. See #404508 steve 2006-12-25 22:21:53 +00:00
  • f16bb6a1d8 2006-12-25 21:41:55 by steve s/logpring/logprint/g steve 2006-12-25 21:41:55 +00:00
  • 3181b65876 2006-12-25 12:25:40 by steve Added new command line option "--no-hooks". steve 2006-12-25 12:25:40 +00:00
  • 8390b940b6 2006-12-25 12:23:06 by steve Abort if the /etc/xen configuration file already exists. steve 2006-12-25 12:23:06 +00:00
  • 3f15b13f7d 2006-12-25 12:18:12 by steve Abort if we cannot create loopback or LVM images. (Closes: #404455) steve 2006-12-25 12:18:12 +00:00
  • ef042e1d94 2006-12-24 16:44:44 by steve Make sure we only print our "finished" message once. steve 2006-12-24 16:44:44 +00:00
  • 12193d90c8 2006-12-23 23:22:27 by steve Add short hostname to /etc/host on dom0 too. steve 2006-12-23 23:22:28 +00:00
  • 9508b56ca2 2006-12-14 21:51:46 by radu debian package sync radu 2006-12-14 21:51:46 +00:00