5 export PATH
="/root/usr/bin:/root/usr/sbin:/root/bin:/root/sbin:/usr/bin:/usr/sbin:/bin:/sbin"
7 echo "/root/lib" >> /etc
/ld.so.conf
8 echo "/root/usr/lib" >> /etc
/ld.so.conf
10 mountpoint
="/live/image"
11 LIVE_MEDIA_PATH
="live"
13 root_persistence
="live-rw"
14 home_persistence
="home-rw"
15 root_snapshot_label
="live-sn"
16 home_snapshot_label
="home-sn"
19 USERFULLNAME
="Live user"
22 mkdir
-p "${mountpoint}"
24 [ -f /etc
/live.conf
] && .
/etc
/live.conf
25 export USERNAME USERFULLNAME HOSTNAME
27 .
/scripts
/live-helpers
29 if [ ! -f /live.vars
]
38 for ARGUMENT
in $
(cat /proc
/cmdline
)
42 ACCESS
="${ARGUMENT#access=}"
47 DEFCONSOLE
="${ARGUMENT#*=}"
59 FETCH
="${ARGUMENT#fetch=}"
64 HOSTNAME
="${ARGUMENT#hostname=}"
66 export HOSTNAME LIVECONF
70 USERNAME
="${ARGUMENT#username=}"
72 export USERNAME LIVECONF
76 USERFULLNAME
="${ARGUMENT#userfullname=}"
78 export USERFULLNAME LIVECONF
87 STATICIP
="${ARGUMENT#ip=}"
89 if [ -z "${STATICIP}" ]
97 keyb
=*|kbd-chooser
/method
=*)
102 klayout
=*|console-setup
/layoutcode
=*)
103 KLAYOUT
="${ARGUMENT#*=}"
107 kvariant
=*|console-setup
/variantcode
=*)
108 KVARIANT
="${ARGUMENT#*=}"
112 kmodel
=*|console-setup
/modelcode
=*)
113 KMODEL
="${ARGUMENT#*=}"
118 KOPTIONS
="${ARGUMENT#koptions=}"
127 live-media
=*|bootfrom
=*)
128 LIVE_MEDIA
="${ARGUMENT#*=}"
132 live-media-encryption
=*|encryption
=*)
133 LIVE_MEDIA_ENCRYPTION
="${ARGUMENT#*=}"
134 export LIVE_MEDIA_ENCRYPTION
138 LIVE_MEDIA_OFFSET
="${ARGUMENT#live-media-offset=}"
139 export LIVE_MEDIA_OFFSET
143 LIVE_MEDIA_PATH
="${ARGUMENT#live-media-path=}"
144 export LIVE_MEDIA_PATH
147 live-media-timeout
=*)
148 LIVE_MEDIA_TIMEOUT
="${ARGUMENT#live-media-timeout=}"
149 export LIVE_MEDIA_TIMEOUT
152 locale
=*|debian-installer
/locale
=*)
153 LOCALE
="${ARGUMENT#*=}"
158 MODULE
="${ARGUMENT#module=}"
163 NETBOOT
="${ARGUMENT#netboot=}"
168 NFSOPTS
="${ARGUMENT#nfsopts=}"
173 NFS_COW
="${ARGUMENT#nfscow=}"
178 NOACCESSIBILITY
="Yes"
179 export NOACCESSIBILITY
203 NOCONSOLEKEYBOARD
="Yes"
204 export NOCONSOLEKEYBOARD
228 NOKPERSONALIZER
="Yes"
229 export NOKPERSONALIZER
238 NOLANGUAGESELECTOR
="Yes"
239 export NOLANGUAGESELECTOR
253 NOPOWERMANAGEMENT
="Yes"
254 export NOPOWERMANAGEMENT
258 NOPROGRAMCRASHES
="Yes"
259 export NOPROGRAMCRASHES
263 NORESTRICTEDMANAGER
="Yes"
264 export NORESTRICTEDMANAGER
278 NOUPDATENOTIFIER
="Yes"
279 export NOUPDATENOTIFIER
294 export NOXSCREENSAVER
307 preseed
/file=*|
file=*)
308 LOCATION
="${ARGUMENT#*=}"
318 location
="${ARGUMENT#url=}"
320 mount
-n -o bind /sys
/root
/sys
321 mount
-n -o bind /proc
/root
/proc
322 mount
-n -o bind /dev
/root
/dev
324 mkdir
-p /root
/var
/run
/network
326 chroot
/root wget
-P /tmp
"${location}"
327 chroot
/root ifdown
-a
333 LOCATION
="/tmp/$(basename "${location}")"
337 question
="${ARGUMENT%%=*}"
338 value
="${ARGUMENT#*=}"
339 PRESEEDS
="${PRESEEDS}\"${question}=${value}\" "
354 TIMEZONE
="${ARGUMENT#timezone=}"
364 TODISK
="${ARGUMENT#todisk=}"
375 MODULETORAM
="${ARGUMENT#toram=}"
376 export TORAM MODULETORAM
385 UNIONTYPE
="${ARGUMENT#union=}"
390 UTC
="${ARGUMENT#utc=}"
400 XVIDEOMODE
="${ARGUMENT#xvideomode=}"
406 # sort of compatibility with netboot.h from linux docs
407 if [ -z "${NETBOOT}" ]
409 if [ "${ROOT}" = "/dev/nfs" ]
413 elif [ "${ROOT}" = "/dev/cifs" ]
420 if [ -z "${MODULE}" ]
426 if [ -z "${UNIONTYPE}" ]
437 if [ -d "${DIRECTORY}"/"${LIVE_MEDIA_PATH}" ]
439 for FILESYSTEM
in squashfs ext2 ext3 xfs dir jffs2
441 if [ "$(echo ${DIRECTORY}/${LIVE_MEDIA_PATH}/*.${FILESYSTEM})" != "${DIRECTORY}/${LIVE_MEDIA_PATH}/*.${FILESYSTEM}" ]
453 if [ "${IGNORE_UUID}" ] ||
[ ! -e /conf
/uuid.conf
]
459 uuid
="$(cat /conf/uuid.conf)"
461 for try_uuid_file
in "${mountpoint}/.disk/casper-uuid"*
463 [ -e "${try_uuid_file}" ] ||
continue
465 try_uuid
="$(cat "${try_uuid_file}")"
467 if [ "${uuid}" = "${try_uuid}" ]
476 get_backing_device
()
479 *.squashfs|
*.ext2|
*.ext3|
*.jffs2
)
480 echo $
(setup_loop
"${1}" "loop" "/sys/block/loop*" '0' "${LIVE_MEDIA_ENCRYPTION}")
488 panic
"Unrecognized live filesystem: ${1}"
493 match_files_in_dir
()
495 # Does any files match pattern ${1} ?
498 if [ "$(echo ${pattern})" != "${pattern}" ]
506 mount_images_in_directory
()
513 if match_files_in_dir
"${directory}/${LIVE_MEDIA_PATH}/*.squashfs" ||
514 match_files_in_dir
"${directory}/${LIVE_MEDIA_PATH}/*.ext2" ||
515 match_files_in_dir
"${directory}/${LIVE_MEDIA_PATH}/*.ext3" ||
516 match_files_in_dir
"${directory}/${LIVE_MEDIA_PATH}/*.jffs2" ||
517 match_files_in_dir
"${directory}/${LIVE_MEDIA_PATH}/*.dir"
519 [ -n "${mac}" ] && adddirectory="${directory}/${LIVE_MEDIA_PATH}/${mac}"
520 setup_unionfs
"${directory}/${LIVE_MEDIA_PATH}" "${rootmnt}" "${adddirectory}"
528 sysfs_path
="${1#/sys}"
530 if /lib
/udev
/path_id
"${sysfs_path}" |
grep -E -q "ID_PATH=(usb|pci-[^-]*-[ide|scsi|usb])"
540 # FIXME: do something better like the scan of supported filesystems
544 vfat|iso9660|udf|ext2|ext3|ntfs|jffs2
)
556 copyto
="${copyfrom}_swap"
558 if [ -z "${MODULETORAM}" ]
560 size
=$
(fs_size
"" ${copyfrom} "used")
562 MODULETORAMFILE
="${copyfrom}/${LIVE_MEDIA_PATH}/${MODULETORAM}"
564 if [ -f "${MODULETORAMFILE}" ]
566 size
=$
( expr $
(ls -la ${MODULETORAMFILE} |
awk '{print $5}') / 1024 + 5000 )
568 log_warning_msg
"Error: toram-module ${MODULETORAM} (${MODULETORAMFILE}) could not be read."
573 if [ "${copytodev}" = "ram" ]
576 freespace
=$
( expr $
(awk '/MemFree/{print $2}' /proc
/meminfo
) + $
( cat /proc
/meminfo |
grep Cached |
head -n 1 |
awk '/Cached/{print $2}' - ) )
577 mount_options
="-o size=${size}k"
582 # it should be a writable block device
583 if [ -b "${copytodev}" ]
587 fstype
=$
(get_fstype
"${dev}")
588 freespace
=$
(fs_size
"${dev}")
590 [ "$quiet" != "y" ] && log_warning_msg
"${copytodev} is not a block device."
595 if [ "${freespace}" -lt "${size}" ]
597 [ "${quiet}" != "y" ] && log_warning_msg "Not enough free ${free_string} (${freespace}k free, ${size}k needed) to copy live media in ${copytodev}."
601 # begin copying (or uncompressing)
603 echo "mount -t ${fstype} ${mount_options} ${dev} ${copyto}"
604 mount
-t "${fstype}" ${mount_options} "${dev}" "${copyto}"
606 if [ "${extension}" = "tgz" ]
609 tar zxf
"${copyfrom}/${LIVE_MEDIA_PATH}/$(basename ${FETCH})"
610 rm -f "${copyfrom}/${LIVE_MEDIA_PATH}/$(basename ${FETCH})"
611 mount
-r --move "${copyto}" "${rootmnt}"
614 if [ -n "${MODULETORAMFILE}" ]
616 cp ${MODULETORAMFILE} ${copyto} # copy only the filesystem module
618 cp -a ${copyfrom}/* ${copyto} # "cp -a" from busybox also copies hidden files
623 mount
-r --move ${copyto} ${copyfrom}
634 modprobe
-q af_packet
# For DHCP
639 ipconfig
${DEVICE} |
tee /netboot.config
641 # source relevant ipconfig output
642 OLDHOSTNAME
=${HOSTNAME}
643 .
/tmp
/net-
${DEVICE}.conf
644 [ -z ${HOSTNAME} ] && HOSTNAME
=${OLDHOSTNAME}
647 if [ "${NFSROOT}" = "auto" ]
649 NFSROOT
=${ROOTSERVER}:${ROOTPATH}
652 if [ -n "${FETCH}" ] && do_httpmount
658 if [ "${NFSROOT#*:}" = "${NFSROOT}" ] && [ "$NETBOOT" != "cifs" ]
660 NFSROOT
=${ROOTSERVER}:${NFSROOT}
663 [ "${quiet}" != "y" ] && log_begin_msg
"Trying netboot from ${NFSROOT}"
665 if [ "${NETBOOT}" != "nfs" ] && do_cifsmount
675 [ "${quiet}" != "y" ] && log_end_msg
682 extension
=$
(echo "${FETCH}" |
sed 's/\(.*\)\.\(.*\)/\2/')
684 case "${extension}" in
686 [ "${quiet}" != "y" ] && log_begin_msg "Trying wget ${FETCH} -O ${mountpoint}/$(basename ${FETCH})"
687 mkdir
-p "${mountpoint}/${LIVE_MEDIA_PATH}"
688 wget
"${FETCH}" -O "${mountpoint}/${LIVE_MEDIA_PATH}/$(basename ${FETCH})"
689 [ ${?} -eq 0 ] && rc
=0
690 [ "${extension}" = "tgz" ] && live_dest
="ram"
694 [ "${quiet}" != "y" ] && log_begin_msg
"Unrecognized archive extension for ${FETCH}"
706 if [ -z "${NFSOPTS}" ]
711 [ "${quiet}" != "y" ] && log_begin_msg "Trying nfsmount -o nolock -o ro ${NFSOPTS} ${NFSROOT} ${mountpoint}"
713 # FIXME: This for loop is an ugly HACK round an nfs bug
714 for i
in 0 1 2 3 4 5 6 7 8 9 a b c d e f
10 11 12 13
716 nfsmount
-o nolock
-o ro
${NFSOPTS} "${NFSROOT}" "${mountpoint}" && rc=0 && break
727 if [ -x "/sbin
/mount.cifs
" ]
729 if [ -z "${NFSOPTS}" ]
731 CIFSOPTS="-ouser=root
,password
="
733 CIFSOPTS="${NFSOPTS}"
736 [ "${quiet}" != "y" ] && log_begin_msg "Trying mount.cifs ${NFSROOT} ${mountpoint} ${CIFSOPTS}"
739 if mount.cifs "${NFSROOT}" "${mountpoint}" "${CIFSOPTS}"
753 size=$(fs_size "${fromdev}" "" "used
")
755 if [ -b "${fromdev}" ]
758 if [ -n "${HOMEMOUNTED}" -a "${snap_type}" = "HOME
" ]
760 todev=$(cat /proc/mounts | grep -s " $
(base_path
${todir}) " | awk '{print $1}' )
761 freespace=$(df -k | grep -s ${todev} | awk '{print $4}')
763 freespace=$( expr $(awk '/MemFree/{print $2}' /proc/meminfo) + $( cat /proc/meminfo | grep Cached | head -n 1 | awk '/Cached/{print $2}' - ))
766 tomount="/mnt
/tmpsnap
"
768 if [ ! -d "${tomount}" ]
770 mkdir -p "${tomount}"
773 fstype=$(get_fstype "${fromdev}")
775 if [ -n "${fstype}" ]
778 mount -t "${fstype}" -o ro,noatime "${fromdev}" "${tomount}"
779 cp -a "${tomount}"/* ${todir}
782 log_warning_msg "Unrecognized fstype
: ${fstype} on ${fromdev}:${snap_type}"
787 if echo ${fromdev} | grep -qs loop
789 losetup -d "${fromdev}"
796 [ "${quiet}" != "y
" ] && log_warning_msg "Unable to
find the snapshot
${snap_type} medium
"
802 # Look for ${snap_label}.* in block devices and copy the contents to ${snap_mount}
803 # and remember the device and filename for resync on exit in live-initramfs.init
808 snapdata=$(find_files "${snap_label}.squashfs ${snap_label}.cpio.gz ${snap_label}.ext2 ${snap_label}.ext3 ${snap_label}.jffs2
")
810 if [ ! -z "${snapdata}" ]
812 snapdev="$
(echo ${snapdata} | cut
-f1 -d ' ')"
813 snapback="$
(echo ${snapdata} | cut
-f2 -d ' ')"
814 snapfile="$
(echo ${snapdata} | cut
-f3 -d ' ')"
816 if echo "${snapfile}" | grep -qs '\(squashfs\|ext2\|ext3\|jffs2\)'
818 # squashfs, jffs2 or ext2/ext3 snapshot
819 dev=$(get_backing_device "${snapback}/${snapfile}")
821 if ! do_snap_copy "${dev}" "${snap_mount}" "${snap_type}"
823 log_warning_msg "Impossible to include the
${snapfile} Snapshot
"
828 if ! (cd "${snap_mount}" && zcat "${snapback}/${snapfile}" | cpio -i -u -d 2>/dev/null)
830 log_warning_msg "Impossible to include the
${snapfile} Snapshot
"
837 dev=$(find_cow_device "${snap_label}")
841 if echo "${dev}" | grep -qs loop
843 # strange things happens, user confused?
844 snaploop=$( losetup ${dev} | awk '{print $3}' | tr -d '()' )
845 snapfile=$(basename ${snaploop})
846 snapdev=$(cat /proc/mounts | awk '{print $2,$1}' | grep -es "^$
( dirname ${snaploop} )" | cut -f2 -d ' ')
851 if ! do_snap_copy "${dev}" "${snap_mount}" "${snap_type}"
853 log_warning_msg "Impossible to include the
${snap_label} Snapshot
"
856 if [ -n "${snapfile}" ]
858 # it was a loop device, user confused
863 log_warning_msg "Impossible to include the
${snap_label} Snapshot
"
868 echo "export ${snap_type}SNAP="${snap_mount}":${snapdev}:${snapfile}" >> /etc/live.conf # for resync on reboot/halt
874 image_directory="${1}"
876 addimage_directory="${3}"
877 modprobe -q -b ${UNIONTYPE}
879 # run-init can't deal with images in a subdir, but we're going to
880 # move all of these away before it runs anyway. No, we're not,
881 # put them in / since move-mounting them into / breaks mono and
886 # Let's just mount the read-only file systems first
889 minor_kernel_version=$(uname -r|cut -c 5-|sed 's/[^0-9].*//')
891 if [ "${NETBOOT}" = "nfs
" ] && [ "${minor_kernel_version}" -lt 22 ]
893 # go aroung a bug in nfs-unionfs locking for unionfs <= 1.4
895 elif [ "${UNIONTYPE}" = "aufs
" ]
902 # Read image names from ${MODULE}.module if it exists
903 if [ -e "${image_directory}/filesystem.
${MODULE}.module
" ]
905 for IMAGE in $(cat ${image_directory}/filesystem.${MODULE}.module)
907 image_string="${image_string} ${image_directory}/${IMAGE}"
909 elif [ -e "${image_directory}/${MODULE}.module
" ]
911 for IMAGE in $(cat ${image_directory}/${MODULE}.module)
913 image_string="${image_string} ${image_directory}/${IMAGE}"
916 # ${MODULE}.module does not exist, create a list of images
917 for FILESYSTEM in squashfs ext2 ext3 xfs jffs2 dir
919 for IMAGE in "${image_directory}"/*."${FILESYSTEM}"
923 image_string="${image_string} ${IMAGE}"
928 if [ -n "${addimage_directory}" ] && [ -d "${addimage_directory}" ]
930 for FILESYSTEM in squashfs ext2 ext3 xfs jffs2 dir
932 for IMAGE in "${addimage_directory}"/*."${FILESYSTEM}"
936 image_string="${image_string} ${IMAGE}"
943 image_string="$
(echo ${image_string} |
sed -e 's/ /\n/g' |
sort )"
946 [ -n "${MODULETORAMFILE}" ] && image_string="${image_directory}/$(basename ${MODULETORAMFILE})"
950 for image in ${image_string}
952 imagename=$(basename "${image}")
956 # it is a plain directory: do nothing
957 rofsstring="${image}=${roopt}:${rofsstring}"
958 rofslist="${image} ${rofslist}"
959 elif [ -f "${image}" ]
961 backdev=$(get_backing_device "${image}")
962 fstype=$(get_fstype "${backdev}")
964 if [ "${fstype}" = "unknown
" ]
966 panic "Unknown
file system
type on
${backdev} (${image})"
969 mkdir -p "${croot}/${imagename}"
970 echo "debug
: Can not mount backdev
${backdev} (image = ${image}) on croot/imagename ${croot}/${imagename}"
971 mount -t "${fstype}" -o ro,noatime "${backdev}" "${croot}/${imagename}" || panic "Can not mount ${backdev} (${image}) on ${croot}/${imagename}" && rofsstring="${croot}/${imagename}=${roopt}:${rofsstring}" && rofslist="${croot}/${imagename} ${rofslist}"
975 rofsstring=${rofsstring%:}
979 # Looking for "${root_persistence}" device or file
980 if [ -n "${PERSISTENT}" ]
982 cowprobe=$(find_cow_device "${root_persistence}")
984 if [ -b "${cowprobe}" ]
986 cowdevice=${cowprobe}
987 cow_fstype=$(get_fstype "${cowprobe}")
989 [ "${quiet}" != "y
" ] && log_warning_msg "Unable to
find the persistent medium
"
993 elif [ -n "${NFS_COW}" ]
995 # check if there are any nfs options
996 if echo ${NFS_COW}|grep -q ','
998 nfs_cow_opts="-o nolock
,$
(echo ${NFS_COW}|cut
-d, -f2-)"
999 nfs_cow=$(echo ${NFS_COW}|cut -d, -f1)
1001 nfs_cow_opts="-o nolock
"
1007 cowdevice=$(echo ${nfs_cow}|sed "s
/client_mac_address
/${mac}/")
1010 panic "unable to determine mac address
"
1017 if [ "${cow_fstype}" = "nfs
" ]
1019 [ "${quiet}" != "y
" ] && log_begin_msg \
1020 "Trying nfsmount
${nfs_cow_opts} ${cowdevice} /cow
"
1021 nfsmount ${nfs_cow_opts} ${cowdevice} /cow || \
1022 panic "Can not mount
${cowdevice} on
/cow
"
1024 mount ${cowdevice} -t ${cow_fstype} -o rw,noatime /cow || \
1025 panic "Can not mount
${cowdevice} on
/cow
"
1028 rofscount=$(echo ${rofslist} |wc -w)
1030 if [ -n "${EXPOSED_ROOT}" ]
1032 if [ ${rofscount} -ne 1 ]
1034 panic "only one RO
file system supported with exposedroot
: ${rofslist}"
1036 exposedrootfs=${rofslist%% }
1038 mount --bind ${exposedrootfs} ${rootmnt} || \
1039 panic "bind mount of
${exposedrootfs} failed
"
1041 cow_dirs='/var/tmp /var/lock /var/run /var/log /var/spool
1042 /home /var/lib/live'
1044 for dir in ${cow_dirs}; do
1046 mount -t ${UNIONTYPE} \
1047 -o rw,noatime,dirs=/cow${dir}=rw:${exposedrootfs}${dir}=ro \
1048 ${UNIONTYPE} "${rootmnt}${dir}" || \
1049 panic
"mount ${UNIONTYPE} on ${rootmnt}${dir} failed with option \
1050 rw,noatime,dirs=/cow${dir}=rw:${exposedrootfs}${dir}=ro"
1053 mount
-t ${UNIONTYPE} -o noatime
,dirs=/cow
=rw
:${rofsstring} \
1054 ${UNIONTYPE} "${rootmnt}" || panic "mount ${UNIONTYPE} on \
1055 ${rootmnt} failed with option noatime
,dirs=/cow
=rw
:${rofsstring}"
1058 # tmpfs file systems
1059 mkdir -p "${rootmnt}/live
"
1060 mount -t tmpfs tmpfs ${rootmnt}/live
1062 # Adding other custom mounts
1063 if [ -n "${PERSISTENT}" ]
1065 # directly mount /home
1066 # FIXME: add a custom mounts configurable system
1067 homecow=$(find_cow_device "${home_persistence}" )
1069 if [ -b "${homecow}" ]
1071 mount -t $(get_fstype "${homecow}") -o rw,noatime "${homecow}" "${rootmnt}/home
"
1072 export HOMEMOUNTED=1 # used to proper calculate free space in do_snap_copy()
1074 [ "${quiet}" != "y
" ] && log_warning_msg "Unable to
find the persistent home medium
"
1077 # Look for other snapshots to copy in
1078 try_snap "${root_snapshot_label}" "${rootmnt}" "ROOT
"
1079 try_snap "${home_snapshot_label}" "${rootmnt}/home
" "HOME
"
1082 if [ -n "${SHOWMOUNTS}" ]
1084 for d in ${rofslist}
1086 mkdir -p "${rootmnt}/live
/${d##*/}"
1090 # do nothing # mount -o bind "${d}" "${rootmnt}/live/${d##*/}"
1094 mount --move "${d}" "${rootmnt}/live/${d##*/}"
1100 # shows cow fs on /cow for use by live-snapshot
1101 mkdir -p "${rootmnt}/live
/cow
"
1102 mount -o move /cow "${rootmnt}/live
/cow
"
1109 skip_uuid_check="${3}"
1111 if [ -z "${devname}" ]
1113 devname=$(sys2dev "${sysdev}")
1116 if [ -n "${LIVE_MEDIA_OFFSET}" ]
1118 loopdevname=$(setup_loop "${devname}" "loop
" "/sys
/block
/loop
*" "${LIVE_MEDIA_OFFSET}" '')
1119 devname="${loopdevname}"
1122 fstype=$(get_fstype "${devname}")
1124 if is_supported_fs ${fstype}
1126 mount -t ${fstype} -o ro,noatime "${devname}" ${mountpoint} || continue
1128 if is_live_path ${mountpoint} && \
1129 ([ "${skip_uuid_check}" ] || matches_uuid ${mountpoint})
1134 umount ${mountpoint}
1138 if [ -n "${LIVE_MEDIA_OFFSET}" ]
1140 losetup -d "${loopdevname}"
1150 # first look at the one specified in the command line
1151 if [ ! -z "${LIVE_MEDIA}" ]
1153 if check_dev "null
" "${LIVE_MEDIA}" "skip_uuid_check
"
1159 # don't start autodetection before timeout has expired
1160 if [ -n "${LIVE_MEDIA_TIMEOUT}" ]
1162 if [ "${timeout}" -lt "${LIVE_MEDIA_TIMEOUT}" ]
1168 # or do the scan of block devices
1169 for sysblock in $(echo /sys/block/* | tr ' ' '\n' | grep -v loop | grep -v ram)
1171 devname=$(sys2dev "${sysblock}")
1172 fstype=$(get_fstype "${devname}")
1174 if /lib/udev/cdrom_id ${devname} > /dev/null
1176 if check_dev "null
" "${devname}"
1180 elif is_nice_device "${sysblock}"
1182 for dev in $(subdevices "${sysblock}")
1184 if check_dev "${dev}"
1189 elif [ "${fstype}" = "squashfs
" -o \
1190 "${fstype}" = "ext2
" -o \
1191 "${fstype}" = "ext3
" -o \
1192 "${fstype}" = "jffs2
" ]
1194 # This is an ugly hack situation, the block device has
1195 # an image directly on it. It's hopefully
1196 # live-initramfs, so take it and run with it.
1197 ln -s "${devname}" "${devname}.${fstype}"
1198 echo "${devname}.
${fstype}"
1206 set_usplash_timeout ()
1208 if [ -x /sbin/usplash_write ]
1210 /sbin/usplash_write "TIMEOUT
120"
1224 [ "${quiet}" != "y
" ] && log_begin_msg "Running
/scripts
/live-premount
"
1225 run_scripts /scripts/live-premount
1226 [ "${quiet}" != "y
" ] && log_end_msg
1228 # Needed here too because some things (*cough* udev *cough*)
1229 # changes the timeout
1233 if [ ! -z "${NETBOOT}" ] || [ ! -z "${FETCH}" ]
1237 livefs_root="${mountpoint}"
1239 panic "Unable to
find a live
file system on the network
"
1242 # Scan local devices for the image
1243 for i in 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
1245 livefs_root=$(find_livefs ${i})
1247 if [ -n "${livefs_root}" ]
1256 if [ -z "${livefs_root}" ]
1258 panic "Unable to
find a medium containing a live
file system
"
1264 elif [ "${TODISK}" ]
1266 live_dest="${TODISK}"
1269 if [ "${live_dest}" ]
1271 log_begin_msg "Copying live media to
${live_dest}"
1272 copy_live_to "${livefs_root}" "${live_dest}"
1276 if [ -n "${MODULETORAMFILE}" ]
1278 setup_unionfs "${livefs_root}" "${rootmnt}"
1281 mac="$
(echo ${mac} |
sed 's/-//g')"
1282 mount_images_in_directory "${livefs_root}" "${rootmnt}" "${mac}"
1287 maybe_break live-bottom
1288 [ "${quiet}" != "y
" ] && log_begin_msg "Running
/scripts
/live-bottom
"
1290 run_scripts /scripts/live-bottom
1291 [ "${quiet}" != "y
" ] && log_end_msg
1295 cp live.log "${rootmnt}/var
/log
/"