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.config22
1 files changed, 0 insertions, 22 deletions
diff --git a/config/images/sd.config b/config/images/sd.config
deleted file mode 100644
index e7e8cca..0000000
--- a/config/images/sd.config
+++ /dev/null
@@ -1,22 +0,0 @@
-image boot.vfat {
- vfat {
- file zImage { image = "linuximage" }
- }
- name = boot
- size = 128M
-}
-
-image @IMAGE@ {
- hdimage {
- align = 1M
- }
- size = 512M
- partition boot {
- image = boot.vfat
- partition-type = 0x0C
- }
- partition root {
- image = root.ext2
- partition-type = 0x83
- }
-}