Activity

From 01/30/2010 to 02/28/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...
Lance Albertson
12:04 am Revision 4a6ab93b: Merge branch 'master' of ssh://git.osuosl.org/var/git/ganeti-instance-image
Lance Albertson
12:03 am Revision 13eb5d4c: Move boot_dir higher, and fix TARGET variables
Lance Albertson

02/13/2010

02:26 am Revision 0b56457d: deal with serial in karmic since it works differently
Lance Albertson
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.
Lance Albertson
02:18 am Revision 49ae2760: fix the path for lsb_release
Lance Albertson

02/12/2010

08:11 pm Revision a3e24c37: fix sed command
Lance Albertson
08:07 pm Revision c3d1b43e: Tell sed to follow symlinks
Lance Albertson
07:58 pm Revision 6f7ac139: Use agetty instead of mingetty
Lance Albertson
07:45 pm Revision ad81a23e: Fix logic to be correct
Lance Albertson
07:44 pm Revision a97ea696: Use lsb_release inside of a chroot of the VM
Lance Albertson
07:40 pm Revision 0877f9c0: use if fi statments otherwise it exits with 1 and fails
Lance Albertson
03:29 am Revision ecd82584: Add missing $target in setup_fstab for get_os_type
Lance Albertson
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.
Lance Albertson
01:23 am Revision 91767b54: Add support for setting up serial consoles with grub
Lance Albertson
01:05 am Revision 9f4b2c31: Add support for setting up the console automatically
Lance Albertson
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...
Lance Albertson

02/11/2010

01:14 am Revision 0d9031a6: local can only be used in functions
Lance Albertson
12:48 am Revision 3903b7f1: Add support for setting up /etc/fstab properly
Lance Albertson
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...
Lance Albertson

02/10/2010

08:20 pm Revision 9a259787: Remove quotes from device in the sfdisk command
Lance Albertson
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 ...
Lance Albertson
06:47 pm Revision 09f30efb: Only setup grub if there isn't a kernel set in kernel_path
Lance Albertson
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
Lance Albertson
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...
Lance Albertson
02:06 am Revision 640e7e45: Add initial support for dump/restore based images
Lance Albertson
01:23 am Revision 314b080b: Check both instance name with and without fdqn
Lance Albertson

02/09/2010

09:14 pm Revision 7e603c5d: Fix rename
* Use fqdn instead of common name
* Strip out "
* Use correct sed command
Lance Albertson

02/07/2010

02:44 am Revision 4e6bf28c: Merge branch 'master' of ssh://git.osuosl.org/var/git/ganeti-instance-image
Lance Albertson

02/06/2010

01:42 am Revision 1b617fb5: Create temp directory for dumps
Lance Albertson
01:36 am Revision 70054ca5: add -f to mkswap to remove warning message
Lance Albertson
01:30 am Revision 8d72e8d8: Switch to having dump compress the images on the fly, fix a few bugs too
Lance Albertson
01:01 am Revision 99cc268e: Fix logic which determines when to run grub by default
Lance Albertson

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. Lance Albertson
07:52 pm Revision 4bafe20b: Don't format the disk during an export (mis-paste on my part)
Lance Albertson
05:45 am Revision 9d854667: Don't format the snapshot, kind of pointless
Lance Albertson
02:49 am Revision f0ce6e5a: Make regex more clear and only do this on the *end* of the string
Lance Albertson
02:39 am Revision dfec2908: Add error checking to ensure we have filesystem types
Lance Albertson
01:59 am Revision e7a2d1ad: Refactor debugging code to be saner and actually work
Lance Albertson

02/04/2010

08:07 pm Revision 08abb89f: Move "main" actions below the functions so they know what they are
Lance Albertson
08:05 pm Revision 6f0a1fef: Move debug check until after we've sourced common.sh
Lance Albertson
02:50 am Revision 6161ab06: Add rename support
Lance Albertson
02:08 am Revision 39855ac4: Setup grub (if enabled) during an import
Lance Albertson
02:08 am Revision 74eea044: Go ahead and assume that dump will accept ext4. It will fail anyways if it can't
Lance Albertson
12:11 am Revision fe46a148: Add support for export
Lance Albertson

02/03/2010

11:56 pm Revision 103d261e: Add VOL_ID and VOL_TYPE back for export
Lance Albertson
11:51 pm Revision 28b0b56c: Add support for import
Lance Albertson
11:47 pm Revision cc927a76: Move mkfs into common.sh so that its portable to other scripts
Lance Albertson
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 Lance Albertson
11:09 pm Revision e0f1ce56: code cleanup, remove bits we don't use from the debootstrap import
Lance Albertson
10:00 pm Revision 4fd821e0: Add documention regarding the partition layout
Lance Albertson
09:25 pm Revision 56ecb1c5: Update README doc
Lance Albertson
08:23 pm Revision f1afb4b1: Add OSU Copyright headers
Lance Albertson
08:19 pm Revision c6253116: Force exit on error
Lance Albertson
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...
Lance Albertson
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...
Lance Albertson
02:54 am Revision 0cba7e2a: don't escape characters when setting up the network
Lance Albertson
01:54 am Revision b4577d12: MAC addresses should always be uppercase
Lance Albertson

02/02/2010

11:50 pm Revision e84e87cd: If debug is set, show commands in log file
Lance Albertson
11:47 pm Revision b7b2af95: check for OS's inside of the image, not the system itself. doh
Lance Albertson
09:12 pm Revision 3c726318: Fix this correctly
Revert "don't set the DESTDIR"
This reverts commit 05362abf351ae65473c05acad0f924cc91edac1d.
Lance Albertson
09:01 pm Revision 05362abf: don't set the DESTDIR
Lance Albertson
08:58 pm Revision baca98f3: Adjust image naming scheme to deal with qemu-img image files
Lance Albertson
08:50 pm Revision ab712029: Check for qemu-img during install
Lance Albertson
08:47 pm Revision c3e07762: Remove GRUB_SETUP and just assume you only need this for tarball image types
Lance Albertson
08:44 pm Revision e1d2d9bd: Make sure we source common.sh
Lance Albertson
08:43 pm Revision 60484bb3: New script to remove all ssh host keys
Lance Albertson
08:34 pm Revision cfc6ba79: ensure that net.eth0 is enabled on gentoo
Lance Albertson
08:00 pm Revision 6fc975e1: Add support for setting up networking on Gentoo, Redhat, Debian, and Suse base...
For now it only supports DHCP Lance Albertson
02:16 am Revision 775f4f72: rename to correct name
Lance Albertson
02:14 am Revision 916b6dd1: change variable name to something more useful
Lance Albertson
02:13 am Revision c29e092d: fix typo
Lance Albertson
02:12 am Revision e21b8802: Make it optional whether to create and use a swap partition
Lance Albertson
02:05 am Revision 3173a4bc: rename variable to something more useful
Lance Albertson
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.
Lance Albertson

02/01/2010

10:29 pm Revision 59638dd1: Install custom scripts but don't enable (i.e. -x) them
Lance Albertson
10:02 pm Revision b05b1ab6: Add basic support for qemu-img based images
Also refactor mounting into a common function Lance Albertson

01/31/2010

07:22 am Revision 2e0988ec: allow for the location of IMAGE_DIR to be changed by the user
Lance Albertson
06:30 am Revision f5aa7725: fix paths for variants
Lance Albertson
« Previous
Next »
 

Also available in: Atom