2012-04-04

Slitaz-arm-emergency


Greetings from standalone Raspberry Pi

1. slitaz_emergency.img is based on kernel_emergency.img
Additional files supplied by the foundation
http://elinux.org/RPi_Advanced_Setup#Additional_files_supplied_by_the_foundation

kernel_emergency.img : kernel with busybox rootfs. You can use this to repair the main linux partition using e2fsck if the linux partition gets corrupted.

2. download
# wget slitaz_emergency.img (5.2M)

3. boot
# qemu-system-arm -m 256 -M versatilepb -cpu arm1176 -kernel slitaz_emergency.img &
.