diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-18 06:35:49 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-02-18 06:35:49 +0100 |
commit | 7e74ee47a79847176a555ae3a8182939f6d91d08 (patch) | |
tree | 773d2af9f0ead72ddc28871682de6727d5980a6f /target/x86_64/asus-p5bvm/genimage.cfg | |
parent | 176d29ad7eb6fd990522fc1393630b8f8a9c2cc2 (diff) |
add genimage files for asus-p5bvm
Diffstat (limited to 'target/x86_64/asus-p5bvm/genimage.cfg')
-rw-r--r-- | target/x86_64/asus-p5bvm/genimage.cfg | 29 |
1 files changed, 29 insertions, 0 deletions
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" + } + +} |