Line 104... |
Line 104... |
104 |
# try to find livecd data directory. If not found, try modprobing
|
104 |
# try to find livecd data directory. If not found, try modprobing
|
105 |
# USB and SATA kernel modules and repeat the find procedure again
|
105 |
# USB and SATA kernel modules and repeat the find procedure again
|
106 |
echolog "looking for data modules"
|
106 |
echolog "looking for data modules"
|
107 |
DATA="`find_live_data_dir $MOUNTDIR`";
|
107 |
DATA="`find_live_data_dir $MOUNTDIR`";
|
108 |
if [ "$DATA" = "" ]; then modprobe_usb_sata_modules; DATA="`find_live_data_dir $MOUNTDIR`"; fi
|
108 |
if [ "$DATA" = "" ]; then modprobe_usb_sata_modules; DATA="`find_live_data_dir $MOUNTDIR`"; fi
|
109 |
if [ "$DATA" = "" ]; then fatal "Data for LiveCD not found. Are you using SCSI?"; fi
|
109 |
if [ "$DATA" = "" ]; then fatal "Data for LiveCD not found."; fi
|
110 |
echolog "LiveCD found in: $DATA"
|
110 |
echolog "LiveCD found in: $DATA"
|
111 |
|
111 |
|
112 |
$DEBUGCMD
|
112 |
$DEBUGCMD
|
113 |
|
113 |
|
114 |
# If toram or copy2ram boot parameter is present, copy all .mo modules to RAM.
|
114 |
# If toram or copy2ram boot parameter is present, copy all .mo modules to RAM.
|