summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/draklive3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/draklive b/tools/draklive
index 8e6b6f5aa..afc1ec412 100755
--- a/tools/draklive
+++ b/tools/draklive
@@ -107,9 +107,10 @@ my %custom = (
my %storage = (
cdrom => {
- modules => 'disk/cdrom|hardware_raid|ide|raw|sata|scsi bus/usb',
+ modules => 'bus/usb disk/cdrom|hardware_raid|ide|raw|sata|scsi|usb',
fs => 'iso9660',
source => 'LABEL=MDVCDROOT',
+ sleep => 15,
read_only => 1,
detect => \&detect_devices::burners,
create => \&create_cdrom_master,