diff options
author | Olivier Blin <oblin@mandriva.org> | 2006-02-24 18:15:30 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.org> | 2006-02-24 18:15:30 +0000 |
commit | c692427ebf339599477885dd65044a2863e737e6 (patch) | |
tree | e0f12780c95932dbd5fd1ee776b5f4b15cf081a4 /tools | |
parent | 1e05d4afaaa41c8ff06de3e7795455031d727d00 (diff) | |
download | drakx-c692427ebf339599477885dd65044a2863e737e6.tar drakx-c692427ebf339599477885dd65044a2863e737e6.tar.gz drakx-c692427ebf339599477885dd65044a2863e737e6.tar.bz2 drakx-c692427ebf339599477885dd65044a2863e737e6.tar.xz drakx-c692427ebf339599477885dd65044a2863e737e6.zip |
load disk/ide as well (Titi)
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/draklive | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/draklive b/tools/draklive index e54facbe6..3fa422907 100755 --- a/tools/draklive +++ b/tools/draklive @@ -107,7 +107,7 @@ my %custom = ( my %storage = ( cdrom => { - modules => 'disk/cdrom|hardware_raid|sata|scsi bus/usb disk/raw', + modules => 'disk/cdrom|hardware_raid|ide|raw|sata|scsi bus/usb', fs => 'iso9660', source => 'LABEL=MDVCDROOT', read_only => 1, |