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
This commit is contained in:
Michael Lotz
2008-06-07 10:48:49 +00:00
parent fed7414a59
commit 8047041d7c
+3 -2
View File
@@ -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
<usb>uhci <usb>ohci <usb>ehci
scsi_cd scsi_disk usb_disk
intel
bfs
;