summaryrefslogtreecommitdiffstats
path: root/config/images/sd.config
diff options
context:
space:
mode:
Diffstat (limited to 'config/images/sd.config')
-rw-r--r--config/images/sd.config10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/images/sd.config b/config/images/sd.config
new file mode 100644
index 0000000..867a196
--- /dev/null
+++ b/config/images/sd.config
@@ -0,0 +1,10 @@
+image @IMAGE@ {
+ hdimage {
+ align = 1M
+ }
+ size = 256M
+ partition root {
+ image = root.ext2
+ partition-type = 0x83
+ }
+}