![]() |
2011-04-15
, 17:27
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#151
|
![]() |
2011-04-15
, 18:04
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#152
|
![]() |
2011-04-15
, 19:22
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#153
|
![]() |
2011-04-16
, 01:43
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#154
|
![]() |
2011-04-16
, 01:54
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#155
|
![]() |
2011-04-16
, 02:02
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#156
|
#!/bin/sh /usr/bin/text2screen -s 2 -H center -y 20 -T 0 -t "Starting boot.sh" cd / exec /bin/sh -c "`tail -n +4 $0`" /usr/bin/text2screen -s 2 -H center -y 40 -T 0 -t "Tail boot.sh" cd /mnt/new_root mkdir -p maemo5/home/user mount -t none -o bind user maemo5/home/user mount -t none -o bind maemo5 . cd . /usr/bin/text2screen -s 2 -H center -y 60 -T 0 -t "Mount done" umount /dev/pts umount /sys umount /tmp umount /proc rm -f /proc/mounts /usr/bin/text2screen -s 2 -H center -y 80 -T 0 -t "Umount done" mkdir -p mnt/initfs pivot_root . mnt/initfs /usr/bin/text2screen -s 2 -H center -y 100 -T 0 -t "Pivot_root done" mount -t none -o move /mnt/initfs/mnt/new_root/maemo5/home/user /home/user #umount /mnt/initfs/mnt/new_root /sbin/fiasco-do-update /usr/bin/text2screen -s 2 -H center -y 100 -T 0 -t "Fiasco-do-update done" exec /usr/sbin/chroot . /sbin/init $def_runlevel <dev/console >dev/console 2>&1 /usr/bin/text2screen -s 2 -H center -y 120 -T 0 -t "Chroot failed" sleep 10
The Following User Says Thank You to pali For This Useful Post: | ||
![]() |
2011-04-16
, 02:05
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#157
|
![]() |
2011-04-16
, 02:19
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#158
|
![]() |
2011-04-16
, 03:28
|
Posts: 2,154 |
Thanked: 8,464 times |
Joined on May 2010
|
#159
|
The Following User Says Thank You to pali For This Useful Post: | ||
![]() |
2011-04-16
, 03:34
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#160
|