Activity
From 02/01/2010 to 03/02/2010
02/14/2010
- 12:39 am Revision 07d32070: Fix grub installs for 2.x
- * Add functions for setting up grub devices in the chroot, and adding the
device.map file
* Dynamically set the b... - 12:04 am Revision 4a6ab93b: Merge branch 'master' of ssh://git.osuosl.org/var/git/ganeti-instance-image
- 12:03 am Revision 13eb5d4c: Move boot_dir higher, and fix TARGET variables
02/13/2010
- 02:26 am Revision 0b56457d: deal with serial in karmic since it works differently
- 02:19 am Revision 5edb4a94: If the grub config is using UUID, ensure it gets updated
- Other fixes include only skip setting up grub, don't skip setting up the serial
stuff. - 02:18 am Revision 49ae2760: fix the path for lsb_release
02/12/2010
- 08:11 pm Revision a3e24c37: fix sed command
- 08:07 pm Revision c3d1b43e: Tell sed to follow symlinks
- 07:58 pm Revision 6f7ac139: Use agetty instead of mingetty
- 07:45 pm Revision ad81a23e: Fix logic to be correct
- 07:44 pm Revision a97ea696: Use lsb_release inside of a chroot of the VM
- 07:40 pm Revision 0877f9c0: use if fi statments otherwise it exits with 1 and fails
- 03:29 am Revision ecd82584: Add missing $target in setup_fstab for get_os_type
- 02:45 am Revision 9404f8cd: Add proper console option to kernel options
- Also fix grub-2.x so that it points to the correct file to munge, and also run
update-grub once its done. - 01:23 am Revision 91767b54: Add support for setting up serial consoles with grub
- 01:05 am Revision 9f4b2c31: Add support for setting up the console automatically
- 12:27 am Revision abade4ea: Add get_os and get_os_release functions, refacter get_os_type
- get_os:
Returns the exact operating system
get_os_release:
Returns the release of the operating system
Swit...
02/11/2010
- 01:14 am Revision 0d9031a6: local can only be used in functions
- 12:48 am Revision 3903b7f1: Add support for setting up /etc/fstab properly
- 12:07 am Revision 494927a8: Fix dynamic partition to use its own function
- I discovered that bash wasn't setting the environment variables correctly and
realized I need to refactor how I do th...
02/10/2010
- 08:20 pm Revision 9a259787: Remove quotes from device in the sfdisk command
- 08:12 pm Revision 77449e7c: Add optional support for no /boot partition
- Allow for more flexibility for which partitions you need or what. It will allow
for four different partition layouts ... - 06:47 pm Revision 09f30efb: Only setup grub if there isn't a kernel set in kernel_path
- 02:40 am Revision 6f258fa8: Clean up interface setup
- * Use INSTANCE_NAME instead of doing a dns lookup
* Use a short dns name for gentoo instead of fqdn - 02:35 am Revision de32ceea: Adjust logic for when to setup grub
- Deciding when to setup grub is a pain depending on several situations. If
you're using tarball, you *may* or *may not... - 02:06 am Revision 640e7e45: Add initial support for dump/restore based images
- 01:23 am Revision 314b080b: Check both instance name with and without fdqn
02/09/2010
- 09:14 pm Revision 7e603c5d: Fix rename
- * Use fqdn instead of common name
* Strip out "
* Use correct sed command
02/07/2010
- 02:44 am Revision 4e6bf28c: Merge branch 'master' of ssh://git.osuosl.org/var/git/ganeti-instance-image
02/06/2010
- 01:42 am Revision 1b617fb5: Create temp directory for dumps
- 01:36 am Revision 70054ca5: add -f to mkswap to remove warning message
- 01:30 am Revision 8d72e8d8: Switch to having dump compress the images on the fly, fix a few bugs too
- 01:01 am Revision 99cc268e: Fix logic which determines when to run grub by default
02/05/2010
- 11:56 pm Revision 39b1484a: Improve and fix import/export to using separate dump files and tar
- Also condense the code some more and reduce redundancy.
- 07:52 pm Revision 4bafe20b: Don't format the disk during an export (mis-paste on my part)
- 05:45 am Revision 9d854667: Don't format the snapshot, kind of pointless
- 02:49 am Revision f0ce6e5a: Make regex more clear and only do this on the *end* of the string
- 02:39 am Revision dfec2908: Add error checking to ensure we have filesystem types
- 01:59 am Revision e7a2d1ad: Refactor debugging code to be saner and actually work
02/04/2010
- 08:07 pm Revision 08abb89f: Move "main" actions below the functions so they know what they are
- 08:05 pm Revision 6f0a1fef: Move debug check until after we've sourced common.sh
- 02:50 am Revision 6161ab06: Add rename support
- 02:08 am Revision 39855ac4: Setup grub (if enabled) during an import
- 02:08 am Revision 74eea044: Go ahead and assume that dump will accept ext4. It will fail anyways if it can't
- 12:11 am Revision fe46a148: Add support for export
02/03/2010
- 11:56 pm Revision 103d261e: Add VOL_ID and VOL_TYPE back for export
- 11:51 pm Revision 28b0b56c: Add support for import
- 11:47 pm Revision cc927a76: Move mkfs into common.sh so that its portable to other scripts
- 11:30 pm Revision f6f223b8: Move OS detection to common.sh to make it portable for other scripts
- Also refactor how we use it in interfaces
- 11:09 pm Revision e0f1ce56: code cleanup, remove bits we don't use from the debootstrap import
- 10:00 pm Revision 4fd821e0: Add documention regarding the partition layout
- 09:25 pm Revision 56ecb1c5: Update README doc
- 08:23 pm Revision f1afb4b1: Add OSU Copyright headers
- 08:19 pm Revision c6253116: Force exit on error
- 08:19 pm Revision 6af8a040: Don't remove keys if deploying a debian based image
- Debian generates the host keys during the install phase and the init script
doesn't regenerate them if they don't exi... - 08:18 pm Revision 611fa6b0: Create IMAGE_DEBUG variable to enable debugging output
- DEBUG_LEVEL isn't working yet in ganeti [1], so lets add an option so we can at
least use something.
[1] http://grou... - 02:54 am Revision 0cba7e2a: don't escape characters when setting up the network
- 01:54 am Revision b4577d12: MAC addresses should always be uppercase
02/02/2010
- 11:50 pm Revision e84e87cd: If debug is set, show commands in log file
- 11:47 pm Revision b7b2af95: check for OS's inside of the image, not the system itself. doh
- 09:12 pm Revision 3c726318: Fix this correctly
- Revert "don't set the DESTDIR"
This reverts commit 05362abf351ae65473c05acad0f924cc91edac1d. - 09:01 pm Revision 05362abf: don't set the DESTDIR
- 08:58 pm Revision baca98f3: Adjust image naming scheme to deal with qemu-img image files
- 08:50 pm Revision ab712029: Check for qemu-img during install
- 08:47 pm Revision c3e07762: Remove GRUB_SETUP and just assume you only need this for tarball image types
- 08:44 pm Revision e1d2d9bd: Make sure we source common.sh
- 08:43 pm Revision 60484bb3: New script to remove all ssh host keys
- 08:34 pm Revision cfc6ba79: ensure that net.eth0 is enabled on gentoo
- 08:00 pm Revision 6fc975e1: Add support for setting up networking on Gentoo, Redhat, Debian, and Suse base...
- For now it only supports DHCP
- 02:16 am Revision 775f4f72: rename to correct name
- 02:14 am Revision 916b6dd1: change variable name to something more useful
- 02:13 am Revision c29e092d: fix typo
- 02:12 am Revision e21b8802: Make it optional whether to create and use a swap partition
- 02:05 am Revision 3173a4bc: rename variable to something more useful
- 01:53 am Revision f7959feb: Refactor grub install into a custom script
- We only need to use grub for tarball based installs since images should include
a disk with grub already installed.
02/01/2010
- 10:29 pm Revision 59638dd1: Install custom scripts but don't enable (i.e. -x) them
- 10:02 pm Revision b05b1ab6: Add basic support for qemu-img based images
- Also refactor mounting into a common function
Also available in: Atom