summaryrefslogtreecommitdiff
path: root/target/x86_64
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-02-18 06:35:49 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-02-18 06:35:49 +0100
commit7e74ee47a79847176a555ae3a8182939f6d91d08 (patch)
tree773d2af9f0ead72ddc28871682de6727d5980a6f /target/x86_64
parent176d29ad7eb6fd990522fc1393630b8f8a9c2cc2 (diff)
add genimage files for asus-p5bvm
Diffstat (limited to 'target/x86_64')
-rw-r--r--target/x86_64/asus-p5bvm/genimage-dual.cfg34
-rw-r--r--target/x86_64/asus-p5bvm/genimage.cfg29
2 files changed, 63 insertions, 0 deletions
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"
+ }
+
+}