diff options
author | Jan Lübbe <jluebbe@debian.org> | 2009-09-10 19:34:40 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2009-09-18 08:04:45 +0000 |
commit | 62cbf42efeb5c7087064dcf23b14ce280f07f082 (patch) | |
tree | ec4c13205d78f2f252fac9658d89c22c912e9025 /conf | |
parent | b60e3a3e546091edaa9a85cada6b044c7ae89368 (diff) |
i686-generic: add more devices tables
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/i686-generic.conf | 5 |
1 files changed, 5 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" |