From 7c3f19d734704fbf243457db01a8653301abc3e3 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 30 Sep 2019 21:36:33 +0200 Subject: x86/x86_64: remove non functional samples --- target/x86_64/asus-p5bvm/genimage-dual.cfg | 34 ------------------------------ 1 file changed, 34 deletions(-) delete mode 100644 target/x86_64/asus-p5bvm/genimage-dual.cfg (limited to 'target/x86_64/asus-p5bvm/genimage-dual.cfg') diff --git a/target/x86_64/asus-p5bvm/genimage-dual.cfg b/target/x86_64/asus-p5bvm/genimage-dual.cfg deleted file mode 100644 index 82d6dc2c2..000000000 --- a/target/x86_64/asus-p5bvm/genimage-dual.cfg +++ /dev/null @@ -1,34 +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 root1 { - partition-type = 0x83 - image = "rootfs.ext" - } - - partition root2 { - partition-type = 0x83 - image = "rootfs.ext" - } - - partition cfgfs { - partition-type = 0x88 - image = "cfgfs.img" - } - -} -- cgit v1.2.3