diff options
Diffstat (limited to 'target/x86_64/asus-p5bvm/genimage.cfg')
-rw-r--r-- | target/x86_64/asus-p5bvm/genimage.cfg | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/target/x86_64/asus-p5bvm/genimage.cfg b/target/x86_64/asus-p5bvm/genimage.cfg deleted file mode 100644 index 0b8992731..000000000 --- a/target/x86_64/asus-p5bvm/genimage.cfg +++ /dev/null @@ -1,29 +0,0 @@ -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" - } - -} |