Skip to content

Commit

Permalink
partly revert b4b93c7, changes in example where commited accidently
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Traut <manut@linutronix.de>
  • Loading branch information
Manuel Traut committed Apr 12, 2016
1 parent 6b83017 commit a429fc1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions examples/x86_32-pc-hdimg-minimal-grub-wheezy.xml
@@ -1,15 +1,15 @@
<ns0:RootFileSystem xmlns:ns0="https://www.linutronix.de/projects/Elbe" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" created="2009-05-20T08:50:56" revision="6" xsi:schemaLocation="https://www.linutronix.de/projects/Elbe dbsfed.xsd">
<project>
<name>i386-jessie-grub</name>
<name>i386-wheezy-grub</name>
<version>1.0</version>
<description>for testing 32bit with grub2</description>
<buildtype>i386</buildtype>
<mirror>
<primary_host>boxy.tec.linutronix.de</primary_host>
<primary_host>httpredir.debian.org</primary_host>
<primary_path>/debian</primary_path>
<primary_proto>http</primary_proto>
</mirror>
<suite>jessie</suite>
<suite>wheezy</suite>
</project>
<target>
<hostname>lxvm</hostname>
Expand All @@ -19,7 +19,7 @@
<images>
<msdoshd>
<name>sda.img</name>
<size>500MiB</size>
<size>1900MiB</size>
<grub-install/>
<partition>
<size>remain</size>
Expand All @@ -43,7 +43,6 @@
<pkg-list>
<pkg>linux-image-686-pae</pkg>
<pkg>grub-pc</pkg>
<pkg>libcurl3</pkg>
</pkg-list>
</target>
</ns0:RootFileSystem>

0 comments on commit a429fc1

Please sign in to comment.