Note: these patches probably work best when applied after the previous patch to configure.ac and Makefile.am, since configure/make didn't work before that patch.
These patches add a script that generates a special initrd to be used to boot the p2v-target instance OS. The changes to Makefile.am should allow 'make check' in the instance-p2v-target directory to run the unit tests for the script. Ben Lipton (3): Fixed up .gitignore Add make_ramboot_initrd.py and unit tests Fixed build process .gitignore | 14 +- instance-p2v-target/Makefile.am | 29 ++- instance-p2v-target/scripts/make_ramboot_initrd.py | 284 +++++++++++++++ .../test/make_ramboot_initrd_test.py | 380 ++++++++++++++++++++ instance-p2v-target/test/testdata/movetoram | 17 + 5 files changed, 720 insertions(+), 4 deletions(-) create mode 100644 instance-p2v-target/scripts/__init__.py create mode 100755 instance-p2v-target/scripts/make_ramboot_initrd.py create mode 100755 instance-p2v-target/test/make_ramboot_initrd_test.py create mode 100644 instance-p2v-target/test/testdata/movetoram -- 1.7.3.1
