testing new enchants
This commit is contained in:
+2
-2
@@ -18,13 +18,13 @@ if [ ! -e /lib/.escaped ]; then
|
||||
fi
|
||||
mount -t devtmpfs devtmpfs /dev >/dev/null 2>&1
|
||||
ln -sf /proc/self/fd /dev/fd
|
||||
exec > >(tee -i /tmp/mlb.log) 2>&1
|
||||
exec > >(tee -i /tmp/lif.log) 2>&1
|
||||
d&&echo "'debug' bootloader variable is set!"&&set -x
|
||||
mount -t sysfs sysfs /sys >/dev/null 2>&1
|
||||
mkdir -p ${UNION} ${DATAMNT} ${SYSTEM}
|
||||
isShellEnabled
|
||||
ln -sf /proc/mounts /etc/mtab
|
||||
find /lib/modules/`uname -r` -name "*.ko" -type f | sed -r "s:^.*/|[.]ko\$::g" | xargs -n 1 modprobe >/dev/null 2>&1
|
||||
find /lib/modules/$(uname -r) -name "*.ko" -type f | sed -r "s:^.*/|[.]ko\$::g" | xargs -n 1 modprobe >/dev/null 2>&1
|
||||
sleep 3
|
||||
mdev -s
|
||||
debugShell
|
||||
|
||||
Reference in New Issue
Block a user