The boot process and how/where you can hack it.
/sbin/getty 38400 tty3 & /usr/bin/touch /tmp/shutdown /bin/mount -n -o remount,ro / /bin/mount -onoatime -L HOME /home > /dev/null 2>&1 /sbin/hwclock --hctosys --localtime cd /etc/resolvconf/run/interface/%s /bin/run-parts --arg=-i /etc/resolvconf/update.d /sbin/ifconfig lo 127.0.0.1 netmask 255.0.0.0 up > /dev/null /bin/cat /var/lib/urandom/random-seed >/dev/urandom > /dev/null 2>&1 /bin/dd if=/dev/urandom of=/var/lib/urandom/random-seed \ bs=4096 count=1 >/dev/null 2>&1 su -c startx -l user &> /dev/null /usr/sbin/services.sh &> /dev/null & /sbin/iwpriv ath0 radio 0 > /dev/null 2>&1 /usr/bin/chvt 1 ; synclient TouchpadOff=1 ; clear ; /bin/echo -e "\033[?25l\033[30;40m" cp /boot/shutdown.fb /dev/fb/0 /usr/sbin/alsactl store > /dev/null 2>&1 /sbin/hwclock --systohc --localtime /sbin/unionctl.static / --remove / > /dev/null 2>&1
Note: fastinit has been reimplemented for notes and code; see Eee fastinit reimplementation at hellabs.org.