From 7e74ee47a79847176a555ae3a8182939f6d91d08 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 18 Feb 2017 06:35:49 +0100 Subject: add genimage files for asus-p5bvm --- target/x86_64/asus-p5bvm/genimage-dual.cfg | 34 ++++++++++++++++++++++++++++++ target/x86_64/asus-p5bvm/genimage.cfg | 29 +++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 target/x86_64/asus-p5bvm/genimage-dual.cfg create mode 100644 target/x86_64/asus-p5bvm/genimage.cfg (limited to 'target/x86_64') diff --git a/target/x86_64/asus-p5bvm/genimage-dual.cfg b/target/x86_64/asus-p5bvm/genimage-dual.cfg new file mode 100644 index 000000000..82d6dc2c2 --- /dev/null +++ b/target/x86_64/asus-p5bvm/genimage-dual.cfg @@ -0,0 +1,34 @@ +image disk.img { + + hdimage { + } + + partition boot { + in-partition-table = "no" + image = "boot.img" + offset = 0 + size = 512 + } + + partition grub { + in-partition-table = "no" + image = "grub.img" + offset = 512 + } + + partition root1 { + partition-type = 0x83 + image = "rootfs.ext" + } + + partition root2 { + partition-type = 0x83 + image = "rootfs.ext" + } + + partition cfgfs { + partition-type = 0x88 + image = "cfgfs.img" + } + +} diff --git a/target/x86_64/asus-p5bvm/genimage.cfg b/target/x86_64/asus-p5bvm/genimage.cfg new file mode 100644 index 000000000..0b8992731 --- /dev/null +++ b/target/x86_64/asus-p5bvm/genimage.cfg @@ -0,0 +1,29 @@ +image disk.img { + + hdimage { + } + + partition boot { + in-partition-table = "no" + image = "boot.img" + offset = 0 + size = 512 + } + + partition grub { + in-partition-table = "no" + image = "grub.img" + offset = 512 + } + + partition root { + partition-type = 0x83 + image = "rootfs.ext" + } + + partition cfgfs { + partition-type = 0x88 + image = "cfgfs.img" + } + +} -- cgit v1.2.3