added pygrub grub config
authorLisa Marie Maginnis <lisam@fsf.org>
Sun, 28 Feb 2016 06:58:20 +0000 (01:58 -0500)
committerLisa Marie Maginnis <lisam@fsf.org>
Sun, 28 Feb 2016 06:58:20 +0000 (01:58 -0500)
files/boot/grub/menu.lst/VM [new file with mode: 0644]
scripts/VM/00_setup_pygrub.sh [new file with mode: 0755]

diff --git a/files/boot/grub/menu.lst/VM b/files/boot/grub/menu.lst/VM
new file mode 100644 (file)
index 0000000..736d236
--- /dev/null
@@ -0,0 +1,7 @@
+default=0
+timeout=0
+
+title  VM kernel
+root   (hd0,0)
+kernel /vmlinuz root=/dev/xvda2 ro elevator=noop console=hvc0 xencons=tty
+initrd /initrd.img
diff --git a/scripts/VM/00_setup_pygrub.sh b/scripts/VM/00_setup_pygrub.sh
new file mode 100755 (executable)
index 0000000..89b8fdc
--- /dev/null
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+fcopy -vB /boot/grub/menu.lst