From 8047041d7c5bc492b7d01786bb2770d5c6df1c97 Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Sat, 7 Jun 2008 10:48:49 +0000 Subject: [PATCH] Put the USB stack components and usb_disk in the boot module symlinks. This should make default images bootable from USB automatically. DDing one to a USB stick should work out of the box then (but this wipes the stick of course). git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25836 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- build/jam/HaikuImage | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build/jam/HaikuImage b/build/jam/HaikuImage index 16e5884fd3..7bf35550d3 100644 --- a/build/jam/HaikuImage +++ b/build/jam/HaikuImage @@ -356,11 +356,12 @@ AddFilesToHaikuImage beos system : zbeos ; # boot module links AddBootModuleSymlinksToHaikuImage - pci $(X86_ONLY)isa config_manager ide scsi + pci $(X86_ONLY)isa config_manager ide scsi usb $(PPC_ONLY)openpic block_io ide_adapter locked_pool scsi_periph generic_ide_pci ahci legacy_sata silicon_image_3112 $(X86_ONLY)ide_isa - scsi_cd scsi_disk + uhci ohci ehci + scsi_cd scsi_disk usb_disk intel bfs ;