update s_console and s_remote sysvm definitions for precise 1.1.50
authorAdam Glasgall <adam@crossproduct.net>
Wed, 24 Jul 2013 03:44:19 +0000 (23:44 -0400)
committerAdam Glasgall <adam@crossproduct.net>
Wed, 24 Jul 2013 03:44:19 +0000 (23:44 -0400)
debian/changelog
sysvms/s_console
sysvms/s_remote

index 3ed605c..764c17f 100644 (file)
@@ -1,3 +1,9 @@
+xvm-prodconfig (1.1.50) precise; urgency=low
+
+  * Update s_remote and s_console sysvm definitions for precise.
+
+ -- Adam Glasgall <glasgall@mit.edu>  Tue, 23 Jul 2013 23:43:44 -0400
+
 xvm-prodconfig (1.1.49) unstable; urgency=low
 
   * Adding xh5-xh8 to the cluster.
index e71318f..c07c471 100644 (file)
@@ -1,14 +1,12 @@
 
 import os
 
-# temporary hack so we can get the sysvms off the old hardware
-#release     = os.uname()[2]
-release     = "2.6.24-32-xen"
-kernel      = '/boot/hardy/vmlinuz-%s' % release
-ramdisk     = '/boot/hardy/initrd.img-%s' % release
+release     = os.uname()[2]
+kernel      = '/boot/vmlinuz-%s' % release
+ramdisk     = '/boot/initrd.img-%s' % release
 memory      = '256'
 
-disk        = ['phy:xenvg/s_console_hda,hda,w']
+disk        = ['phy:xenvg/s_console_precise_xvda,xvda,w']
 
 name        = 's_console'
 
@@ -18,6 +16,5 @@ on_poweroff = 'destroy'
 on_reboot   = 'restart'
 on_crash    = 'restart'
 
-root = '/dev/hda1 ro'
-extra = '2 console=xvc0'
-
+root = '/dev/xvda1 ro'
+extra = '2 console=hvc0'
index bbca0b6..40d2c5d 100644 (file)
@@ -1,14 +1,12 @@
 
 import os
 
-# temporary hack so we can get the sysvms off the old hardware
-#release     = os.uname()[2]
-release     = "2.6.24-32-xen"
-kernel      = '/boot/hardy/vmlinuz-%s' % release
-ramdisk     = '/boot/hardy/initrd.img-%s' % release
+release     = os.uname()[2]
+kernel      = '/boot/vmlinuz-%s' % release
+ramdisk     = '/boot/initrd.img-%s' % release
 memory      = '512'
 
-disk        = ['phy:xenvg/s_remote_hda,hda,w']
+disk        = ['phy:xenvg/s_remote_precise_xvda,xvda,w']
 
 name        = 's_remote'
 
@@ -18,6 +16,5 @@ on_poweroff = 'destroy'
 on_reboot   = 'restart'
 on_crash    = 'restart'
 
-root = "/dev/hda1 ro"
-extra = '2 console=xvc0'
-
+root = "/dev/xvda1 ro"
+extra = '2 console=hvc0'