aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf/machine/i686-generic.conf5
-rw-r--r--files/device_table_add-loop.txt1
-rw-r--r--files/device_table_add-scsi.txt2
3 files changed, 8 insertions, 0 deletions
diff --git a/conf/machine/i686-generic.conf b/conf/machine/i686-generic.conf
index 56353777c3..3179d401af 100644
--- a/conf/machine/i686-generic.conf
+++ b/conf/machine/i686-generic.conf
@@ -17,6 +17,11 @@ GLIBC_ADDONS = "nptl"
GLIBC_EXTRA_OECONF = "--with-tls"
IMAGE_FSTYPES ?= "ext2.gz"
+IMAGE_DEVICE_TABLES = " \
+ files/device_table-minimal.txt \
+ files/device_table_add-loop.txt \
+ files/device_table_add-scsi.txt \
+"
MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost acpi ext2 x86"
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
diff --git a/files/device_table_add-loop.txt b/files/device_table_add-loop.txt
new file mode 100644
index 0000000000..0176135df2
--- /dev/null
+++ b/files/device_table_add-loop.txt
@@ -0,0 +1 @@
+/dev/loop b 664 0 0 7 0 0 1 2
diff --git a/files/device_table_add-scsi.txt b/files/device_table_add-scsi.txt
new file mode 100644
index 0000000000..74d7725185
--- /dev/null
+++ b/files/device_table_add-scsi.txt
@@ -0,0 +1,2 @@
+/dev/sda b 660 0 6 8 0 - - -
+/dev/sda b 660 0 6 8 1 1 1 16