Initrd
The initrd on the boxee is mounted on a ramdisk (/dev/ram0) when the boxee boots up.
The initrd is apparently based on Intel's 'CE Linux', a likely component of the SDK that accompanies their CE4100 series SoCs.
The initrd is located in flash, beginning at 0x00a00180 and ending at 0x00bd32f0.
It can be extracted from flash like: 'dd if=/dev/spectra bs=1 skip=10486144 count=1913188 of=/tmp/nandboot_v3.0.gz'
extracted nandboot_v3.0.gz: here
Here is what it looks like:
nandboot_v3.0.gz: gzip compressed data, was "nandboot_v3.0", from Unix, last modified: Sun Aug 15 23:07:37 2010
nandboot_v3.0: UUID="e9271001-5cc6-430f-b329-7fabadc2535e" TYPE="ext2"
1.9M nandboot_v3.0.gz
4.0M nandboot_v3.0
Major components:
- /bin/busybox: BusyBox v1.10.2 (2010-04-19 09:26:59 CST) multi-call binary
- /sbin/init: shell script that (approximately):
- configures /dev/ttyS1 to talk to the PIC microcontroller
- loads spectra.ko
- queries PIC to see if RMA image is to be loaded, from dlink_boxee_rma.img on /dev/sda1 (usb / mmc?)
- otherwise mounts nand flash partitions
- uses Stage4Verifier program to verify dlink_boxee_runtime.img / dlink_boxee_rma.img
- flashes error sequence on logo leds if image fails check
- otherwise mounts dlink_boxee_runtime.img squashfs, chroots to this mount, and runs linuxrc
- /lib/spectra.ko: flash filesystem module, originally 'Moorestown NAND'
- /sbin/Stage4Verifier: seems to validate squashfs image
- statically linked, stripped
- contains glibc references
- contains openssl 1.0.0 references
- possibly performs RSA signature checks on files in image
Here is a full listing of the initrd contents:
.:
total 13
drwxrwxrwx 2 root root 2048 2010-07-02 02:23 bin
drwxrwxrwx 2 root root 2048 2010-06-13 19:10 dev
drwxrwxrwx 5 root root 1024 2010-06-13 18:49 etc
drwxrwxrwx 2 root root 1024 2010-08-09 20:28 lib
drwxrwxrwx 2 root root 1024 2005-02-21 21:22 mnt
drwxrwxrwx 2 root root 1024 2003-07-28 22:04 proc
drwxr-xr-x 2 root root 1024 2010-08-11 19:17 ramtmp
drwxrwxrwx 2 root root 1024 2010-08-16 00:53 sbin
drwxrwxrwx 2 root root 1024 2005-01-20 22:16 sys
drwxrwxrwx 2 root root 1024 2003-07-28 22:04 tmp
drwxrwxrwx 2 root root 1024 2010-05-20 08:10 var
./bin:
total 1271
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 addgroup -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 ash -> busybox
lrwxrwxrwx 1 root root 7 2010-06-13 03:22 awk -> busybox
-rwxrwxrwx 1 root root 1294572 2010-04-24 06:16 busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 cat -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 catv -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 chattr -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 chmod -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:53 chroot -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 cp -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 cpio -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 date -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 dd -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 df -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 dmesg -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 echo -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 ed -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 egrep -> busybox
lrwxrwxrwx 1 root root 7 2010-06-13 03:18 expr -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 false -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 fgrep -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 getopt -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 grep -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 gunzip -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 gzip -> busybox
lrwxrwxrwx 1 root root 7 2010-06-13 03:18 hexdump -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 hostname -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 ip -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 ipaddr -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 ipcalc -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 iplink -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 iproute -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 iprule -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 kill -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 linux32 -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 linux64 -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 ln -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 ls -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 lsattr -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 mkdir -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 mknod -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 mktemp -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 more -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 mount -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 mountpoint -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 mv -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 netstat -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 nice -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 pidof -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 ping -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 ping6 -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 pipe_progress -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 printenv -> busybox
lrwxrwxrwx 1 root root 7 2010-06-13 03:22 printf -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 ps -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 pwd -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 rm -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 rmdir -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 run-parts -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 sed -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 setarch -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 sh -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 sleep -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 stat -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 stty -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 sync -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 tar -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 touch -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 true -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 umount -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 uname -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 uncompress -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 usleep -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 vi -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 watch -> busybox
lrwxrwxrwx 1 root root 7 2010-05-20 09:36 zcat -> busybox
./dev:
total 0
crw-rw-rw- 1 root root 5, 1 2006-09-08 13:25 console
lrwxrwxrwx 1 root root 11 2010-05-20 09:36 core -> /proc/kcore
crw-rw-rw- 1 root root 1, 7 2006-09-08 13:25 full
brw-rw-rw- 1 root root 254, 0 2010-04-22 09:03 Glob_Spectraa
brw-rw-rw- 1 root root 254, 1 2010-04-22 09:03 Glob_Spectraa1
brw-rw-rw- 1 root root 254, 2 2010-04-22 09:03 Glob_Spectraa2
brw-rw-rw- 1 root root 254, 3 2010-04-22 09:03 Glob_Spectraa3
brw-rw-rw- 1 root root 254, 4 2010-04-22 09:03 Glob_Spectraa4
brw-rw-rw- 1 root root 254, 5 2010-06-13 19:10 Glob_Spectraa5
brw-rw-rw- 1 root root 254, 6 2010-06-13 19:10 Glob_Spectraa6
brw-rw-rw- 1 root root 1, 250 2006-09-08 13:25 initrd
crw-rw-rw- 1 root root 1, 2 2006-09-08 13:25 kmem
brw-rw-rw- 1 root root 7, 0 2006-09-08 13:25 loop0
brw-rw-rw- 1 root root 7, 1 2006-09-08 13:25 loop1
brw-rw-rw- 1 root root 7, 2 2006-09-08 13:25 loop2
brw-rw-rw- 1 root root 7, 3 2006-09-08 13:25 loop3
brw-rw-rw- 1 root root 7, 4 2006-09-08 13:25 loop4
brw-rw-rw- 1 root root 7, 5 2006-09-08 13:25 loop5
brw-rw-rw- 1 root root 7, 6 2006-09-08 13:25 loop6
brw-rw-rw- 1 root root 7, 7 2006-09-08 13:25 loop7
crw-rw-rw- 1 root root 1, 1 2006-09-08 13:25 mem
crw-rw-rw- 1 root root 90, 0 2006-09-08 13:25 mtd0
crw-rw-rw- 1 root root 90, 2 2006-09-08 13:25 mtd1
crw-rw-rw- 1 root root 90, 4 2006-09-08 13:25 mtd2
crw-rw-rw- 1 root root 90, 6 2006-09-08 13:25 mtd3
crw-rw-rw- 1 root root 90, 8 2006-09-08 13:25 mtd4
crw-rw-rw- 1 root root 90, 10 2006-09-08 13:25 mtd5
crw-rw-rw- 1 root root 90, 12 2006-09-08 13:25 mtd6
crw-rw-rw- 1 root root 90, 14 2006-09-08 13:25 mtd7
crw-rw-rw- 1 root root 90, 16 2006-09-08 13:25 mtd8
brw-rw-rw- 1 root root 31, 0 2006-09-08 13:25 mtdblock0
brw-rw-rw- 1 root root 31, 1 2006-09-08 13:25 mtdblock1
brw-rw-rw- 1 root root 31, 2 2006-09-08 13:25 mtdblock2
brw-rw-rw- 1 root root 31, 3 2006-09-08 13:25 mtdblock3
brw-rw-rw- 1 root root 31, 4 2006-09-08 13:25 mtdblock4
brw-rw-rw- 1 root root 31, 5 2006-09-08 13:25 mtdblock5
brw-rw-rw- 1 root root 31, 6 2006-09-08 13:25 mtdblock6
brw-rw-rw- 1 root root 31, 7 2006-09-08 13:25 mtdblock7
brw-rw-rw- 1 root root 31, 8 2006-09-08 13:25 mtdblock8
crw-rw-rw- 1 root root 90, 1 2006-09-08 13:25 mtdr0
crw-rw-rw- 1 root root 90, 3 2006-09-08 13:25 mtdr1
crw-rw-rw- 1 root root 90, 5 2006-09-08 13:25 mtdr2
crw-rw-rw- 1 root root 90, 7 2006-09-08 13:25 mtdr3
crw-rw-rw- 1 root root 90, 9 2006-09-08 13:25 mtdr4
crw-rw-rw- 1 root root 90, 11 2006-09-08 13:25 mtdr5
crw-rw-rw- 1 root root 90, 13 2006-09-08 13:25 mtdr6
crw-rw-rw- 1 root root 90, 15 2006-09-08 13:25 mtdr7
crw-rw-rw- 1 root root 90, 17 2006-09-08 13:25 mtdr8
crw-rw-rw- 1 root root 1, 3 2006-09-08 13:25 null
crw-rw-rw- 1 root root 1, 4 2006-09-08 13:25 port
crw-rw-rw- 1 root root 5, 2 2006-09-08 13:25 ptmx
lrwxrwxrwx 1 root root 4 2010-05-20 09:36 ram -> ram1
brw-rw-rw- 1 root root 1, 0 2006-09-08 13:25 ram0
brw-rw-rw- 1 root root 1, 1 2006-09-08 13:25 ram1
brw-rw-rw- 1 root root 1, 2 2006-09-08 13:25 ram2
brw-rw-rw- 1 root root 1, 3 2006-09-08 13:25 ram3
brw-rw-rw- 1 root root 1, 4 2006-09-08 13:25 ram4
brw-rw-rw- 1 root root 1, 5 2006-09-08 13:25 ram5
brw-rw-rw- 1 root root 1, 6 2006-09-08 13:25 ram6
brw-rw-rw- 1 root root 1, 7 2006-09-08 13:25 ram7
brw-rw-rw- 1 root root 1, 8 2006-09-08 13:25 ram8
brw-rw-rw- 1 root root 1, 9 2006-09-08 13:25 ram9
brw-rw-rw- 1 root root 1, 0 2006-09-08 13:25 ramdisk
crw-rw-rw- 1 root root 1, 8 2006-09-08 13:25 random
brw-rw-rw- 1 root root 8, 0 2006-09-08 13:25 sda
brw-rw-rw- 1 root root 8, 1 2006-09-08 13:25 sda1
brw-rw-rw- 1 root root 8, 2 2006-09-08 13:25 sda2
brw-rw-rw- 1 root root 8, 3 2006-09-08 13:25 sda3
brw-rw-rw- 1 root root 8, 4 2006-09-08 13:25 sda4
brw-rw-rw- 1 root root 8, 5 2006-09-08 13:25 sda5
brw-rw-rw- 1 root root 8, 16 2006-09-08 13:25 sdb
brw-rw-rw- 1 root root 8, 17 2006-09-08 13:25 sdb1
brw-rw-rw- 1 root root 8, 18 2006-09-08 13:25 sdb2
brw-rw-rw- 1 root root 8, 19 2006-09-08 13:25 sdb3
brw-rw-rw- 1 root root 8, 20 2006-09-08 13:25 sdb4
brw-rw-rw- 1 root root 8, 21 2006-09-08 13:25 sdb5
brw-rw-rw- 1 root root 8, 32 2006-09-08 13:25 sdc
brw-rw-rw- 1 root root 8, 33 2006-09-08 13:25 sdc1
brw-rw-rw- 1 root root 8, 34 2006-09-08 13:25 sdc2
brw-rw-rw- 1 root root 8, 35 2006-09-08 13:25 sdc3
brw-rw-rw- 1 root root 8, 36 2006-09-08 13:25 sdc4
brw-rw-rw- 1 root root 8, 37 2006-09-08 13:25 sdc5
brw-rw-rw- 1 root root 8, 48 2006-09-08 13:25 sdd
brw-rw-rw- 1 root root 8, 49 2006-09-08 13:25 sdd1
brw-rw-rw- 1 root root 8, 50 2006-09-08 13:25 sdd2
brw-rw-rw- 1 root root 8, 51 2006-09-08 13:25 sdd3
brw-rw-rw- 1 root root 8, 52 2006-09-08 13:25 sdd4
brw-rw-rw- 1 root root 8, 53 2006-09-08 13:25 sdd5
brw-rw-rw- 1 root root 8, 64 2006-09-08 13:25 sde
brw-rw-rw- 1 root root 8, 65 2006-09-08 13:25 sde1
brw-rw-rw- 1 root root 8, 66 2006-09-08 13:25 sde2
brw-rw-rw- 1 root root 8, 67 2006-09-08 13:25 sde3
brw-rw-rw- 1 root root 8, 68 2006-09-08 13:25 sde4
brw-rw-rw- 1 root root 8, 69 2006-09-08 13:25 sde5
brw-rw-rw- 1 root root 8, 80 2006-09-08 13:25 sdf
brw-rw-rw- 1 root root 8, 81 2006-09-08 13:25 sdf1
brw-rw-rw- 1 root root 8, 82 2006-09-08 13:25 sdf2
brw-rw-rw- 1 root root 8, 83 2006-09-08 13:25 sdf3
brw-rw-rw- 1 root root 8, 84 2006-09-08 13:25 sdf4
brw-rw-rw- 1 root root 8, 85 2006-09-08 13:25 sdf5
brw-rw-rw- 1 root root 254, 0 2010-04-24 10:21 spectra
crw-rw-rw- 1 root root 4, 0 2006-09-08 13:25 systty
crw-rw-rw- 1 root root 5, 0 2006-09-08 13:25 tty
crw-rw-rw- 1 root root 4, 0 2006-09-08 13:25 tty0
crw-rw-rw- 1 root root 4, 1 2006-09-08 13:25 tty1
crw-rw-rw- 1 root root 4, 2 2006-09-08 13:25 tty2
crw-rw-rw- 1 root root 4, 3 2006-09-08 13:25 tty3
crw-rw-rw- 1 root root 4, 4 2006-09-08 13:25 tty4
crw-rw-rw- 1 root root 4, 5 2006-09-08 13:25 tty5
crw-rw-rw- 1 root root 4, 6 2006-09-08 13:25 tty6
crw-rw-rw- 1 root root 4, 7 2006-09-08 13:25 tty7
crw-rw-rw- 1 root root 4, 8 2006-09-08 13:25 tty8
crw-rw-rw- 1 root root 4, 9 2006-09-08 13:25 tty9
crw-rw-rw- 1 root root 4, 64 2006-09-08 13:25 ttyS0
crw-rw-rw- 1 root root 4, 65 2006-09-08 13:25 ttyS1
crw-rw-rw- 1 root root 188, 0 2006-09-08 13:25 ttyUSB0
crw-rw-rw- 1 root root 1, 9 2006-09-08 13:25 urandom
lrwxrwxrwx 1 root root 4 2010-05-20 09:36 vcs -> vcs0
brw-rw-rw- 1 root root 7, 0 2006-09-08 13:25 vcs0
brw-rw-rw- 1 root root 7, 1 2006-09-08 13:25 vcs1
brw-rw-rw- 1 root root 7, 2 2006-09-08 13:25 vcs2
brw-rw-rw- 1 root root 7, 3 2006-09-08 13:25 vcs3
brw-rw-rw- 1 root root 7, 4 2006-09-08 13:25 vcs4
brw-rw-rw- 1 root root 7, 5 2006-09-08 13:25 vcs5
brw-rw-rw- 1 root root 7, 6 2006-09-08 13:25 vcs6
brw-rw-rw- 1 root root 7, 7 2006-09-08 13:25 vcs7
brw-rw-rw- 1 root root 7, 8 2006-09-08 13:25 vcs8
brw-rw-rw- 1 root root 7, 9 2006-09-08 13:25 vcs9
lrwxrwxrwx 1 root root 5 2010-05-20 09:36 vcsa -> vcsa0
brw-rw-rw- 1 root root 7, 0 2006-09-08 13:25 vcsa0
brw-rw-rw- 1 root root 7, 1 2006-09-08 13:25 vcsa1
brw-rw-rw- 1 root root 7, 2 2006-09-08 13:25 vcsa2
brw-rw-rw- 1 root root 7, 3 2006-09-08 13:25 vcsa3
brw-rw-rw- 1 root root 7, 4 2006-09-08 13:25 vcsa4
brw-rw-rw- 1 root root 7, 5 2006-09-08 13:25 vcsa5
brw-rw-rw- 1 root root 7, 6 2006-09-08 13:25 vcsa6
brw-rw-rw- 1 root root 7, 7 2006-09-08 13:25 vcsa7
brw-rw-rw- 1 root root 7, 8 2006-09-08 13:25 vcsa8
brw-rw-rw- 1 root root 7, 9 2006-09-08 13:25 vcsa9
crw-rw-rw- 1 root root 1, 5 2006-09-08 13:25 zero
./etc:
total 18
-rwxrwxrwx 1 root root 172 2010-04-24 07:23 dhcp6c.conf
-rw-rw-rw- 1 root root 15 2010-04-24 07:23 filesystems
-rw-rw-rw- 1 root root 8 2010-04-24 07:23 hostname
drwxrwxrwx 2 root root 1024 2010-05-23 05:04 init.d
-rw-rw-rw- 1 root root 3318 2010-04-24 07:23 inittab
-rw-rw-rw- 1 root root 10 2010-04-24 07:23 issue
lrwxrwxrwx 1 root root 14 2010-06-13 18:46 mtab -> ../proc/mounts
-rw-rw-rw- 1 root root 1686 2010-04-24 07:23 nsswitch.conf
-rw-rw-rw- 1 root root 26 2010-04-24 07:23 passwd
-rw-rw-rw- 1 root root 810 2010-04-24 07:29 profile
drwxrwxrwx 2 root root 1024 2010-05-23 05:02 rc3.d
lrwxrwxrwx 1 root root 18 2010-06-13 18:46 resolv.conf -> ../tmp/resolv.conf
drwxrwxrwx 3 root root 1024 2010-04-24 07:23 sysconfig
-rw-rw-rw- 1 root root 937 2010-04-24 07:23 syslog.conf
-rwxrwxrwx 1 root root 1375 2010-04-24 07:23 udhcpc.script
./etc/init.d:
total 24
-rw-rw-rw- 1 root root 818 2010-04-24 07:23 framework
-rwxrwxrwx 1 root root 642 2010-04-24 07:23 init_failure
-rwxrwxrwx 1 root root 4408 2010-04-24 07:23 init_utilities
-rwxrwxrwx 1 root root 1767 2010-04-24 08:39 kernel
-rwxrwxrwx 1 root root 1865 2010-04-24 08:39 network
-rwxrwxrwx 1 root root 2371 2010-04-26 02:48 rc
-rwxrwxrwx 1 root root 286 2010-04-24 07:25 rcS
-rwxrwxrwx 1 root root 2124 2010-04-24 08:39 system_setup
-rwxrwxrwx 1 root root 4642 2010-04-24 08:39 system_utils
-rwxrwxrwx 1 root root 860 2010-04-24 08:39 telnetd
./etc/rc3.d:
total 0
lrwxrwxrwx 1 root root 22 2010-06-13 18:46 S02system_setup -> ../init.d/system_setup
lrwxrwxrwx 1 root root 17 2010-06-13 18:46 S04network -> ../init.d/network
lrwxrwxrwx 1 root root 17 2010-06-13 18:46 S06telnetd -> ../init.d/telnetd
lrwxrwxrwx 1 root root 16 2010-06-13 18:46 S08kernel -> ../init.d/kernel
./etc/sysconfig:
total 2
-rw-rw-rw- 1 root root 68 2010-04-24 07:23 network
drwxrwxrwx 2 root root 1024 2010-04-24 07:23 network-scripts
./etc/sysconfig/network-scripts:
total 13
-rw-rw-rw- 1 root root 52 2010-04-24 07:23 ifcfg-eth0
-rwxrwxrwx 1 root root 174 2010-04-24 07:23 ifdown-post
-rwxrwxrwx 1 root root 123 2010-04-24 07:23 ifup-post
-rw-rw-rw- 1 root root 9289 2010-04-24 07:23 network-functions
./lib:
total 93
-rw-rw-rw- 1 root root 94084 2010-08-13 09:14 spectra.ko
./mnt:
total 0
./proc:
total 0
./ramtmp:
total 0
./sbin:
total 1307
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 adjtimex -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 arp -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 fdisk -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 freeramdisk -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 getty -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 halt -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 hdparm -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 hwclock -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 ifconfig -> ../bin/busybox
-rwxrwxrwx 1 root root 2445 2010-08-16 00:53 init
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 insmod -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 klogd -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 logread -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 losetup -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 lsmod -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 makedevs -> ../bin/busybox
lrwxrwxrwx 1 root root 6 2010-05-20 09:36 mkfs.ext2 -> mke2fs
lrwxrwxrwx 1 root root 6 2010-05-20 09:36 mkfs.ext3 -> mke2fs
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 mkswap -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 nameif -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 poweroff -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 reboot -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 rmmod -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 route -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 setconsole -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 slattach -> ../bin/busybox
-rwxrwxrwx 1 root root 1327432 2010-08-09 20:27 Stage4Verifier
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 start-stop-daemon -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 swapoff -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 swapon -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 syslogd -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 udhcpc -> ../bin/busybox
lrwxrwxrwx 1 root root 14 2010-05-20 09:36 zcip -> ../bin/busybox
./sys:
total 0
./tmp:
total 0
./var:
total 0
page revision: 1, last edited: 19 Aug 2013 08:32