# $Revision: 1833 $ ## Establish the directory structure of a early ramdisk dir /bin 755 0 0 dir /dev 755 0 0 dir /dev/fb 755 0 0 dir /dev/mapper 755 0 0 dir /dev/misc 755 0 0 dir /dev/pts 755 0 0 dir /dev/shm 755 0 0 dir /dev/vc 755 0 0 dir /etc 755 0 0 dir /mnt 755 0 0 dir /proc 755 0 0 dir /sbin 755 0 0 dir /sys 755 0 0 dir /tmp 755 0 0 dir /usr 755 0 0 dir /usr/bin 755 0 0 dir /usr/lib 755 0 0 dir /usr/sbin 755 0 0 dir /var 755 0 0 dir /var/lock 755 0 0 dir /var/log 755 0 0 # We need some executables file /bin/busybox /etc/early/busybox 755 0 0 file /bin/cryptsetup /sbin/cryptsetup 755 0 0 file /init /etc/early/initscript 755 0 0 # And some configuration file. On my system, this is now just my # /etc/fstab. But this is much configuration dependent. If you have # problems because some mount points become inaccessible make a sparse # version and put it in /etc/early. file /etc/fstab /etc/fstab 555 0 0 file /etc/modprobe.preload /etc/modprobe.preload 555 0 0 file /etc/modprobe.conf /etc/modprobe.conf 555 0 0 # mark this clearly as being a virtual filesystem slink /here-are-all-the-mountpoints /mnt 777 0 0 # busybox takes care of our commands # we only need to install some links, the rest # is done by busybox itself. slink /bin/sh /bin/busybox 777 0 0 slink /bin/ln /bin/busybox 777 0 0 slink /bin/mount /bin/busybox 777 0 0 slink /bin/umount /bin/busybox 777 0 0 slink /bin/mdev /bin/busybox 777 0 0 slink /bin/echo /bin/busybox 777 0 0 slink /bin/sed /bin/busybox 777 0 0 slink /usr/bin/test /bin/busybox 777 0 0 slink /usr/bin/busybox /bin/busybox 777 0 0 slink /usr/bin/[ /bin/busybox 777 0 0 slink /usr/bin/logger /bin/busybox 777 0 0 # some devices, not sure that they are really needed with udev nod /dev/tty 666 0 5 c 5 0 nod /dev/console 644 0 0 c 5 1 # For the eyecandy. #file /usr/sbin/suspend2ui_fbsplash /usr/sbin/suspend2ui_fbsplash 755 0 0 file /usr/sbin/suspend2ui_text /usr/sbin/suspend2ui_text 755 0 0 # Comment that out if you don't use fbsplash. # Otherwise, attapt the files for the specific bootsplash themes you are using. #dir /etc/splash 755 0 0 #dir /etc/splash/Ayo-FrozenBubble/ 755 0 0 #dir /etc/splash/Ayo-FrozenBubble/images 755 0 0 # #file /etc/splash/Ayo-FrozenBubble/1024x768.cfg /etc/splash/Ayo-FrozenBubble/1024x768.cfg 644 0 0 #file /etc/splash/Ayo-FrozenBubble/1280x960.cfg /etc/splash/Ayo-FrozenBubble/1280x960.cfg 644 0 0 #file /etc/splash/Ayo-FrozenBubble/640x480.cfg /etc/splash/Ayo-FrozenBubble/640x480.cfg 644 0 0 #file /etc/splash/Ayo-FrozenBubble/800x600.cfg /etc/splash/Ayo-FrozenBubble/800x600.cfg 644 0 0 #file /etc/splash/Ayo-FrozenBubble/VeraBd.ttf /etc/splash/Ayo-FrozenBubble/VeraBd.ttf 644 0 0 #file /etc/splash/Ayo-FrozenBubble/Vera.ttf /etc/splash/Ayo-FrozenBubble/Vera.ttf 644 0 0 #file /etc/splash/Ayo-FrozenBubble/images/bootsplash-1024x768.jpeg /etc/splash/Ayo-FrozenBubble/images/bootsplash-1024x768.jpeg 644 0 0 #file /etc/splash/Ayo-FrozenBubble/images/bootsplash-1280x1024.jpeg /etc/splash/Ayo-FrozenBubble/images/bootsplash-1280x1024.jpeg 644 0 0 #file /etc/splash/Ayo-FrozenBubble/images/bootsplash-800x600.jpeg /etc/splash/Ayo-FrozenBubble/images/bootsplash-800x600.jpeg 644 0 0 #file /etc/splash/Ayo-FrozenBubble/images/bootsplash-800x600.png /etc/splash/Ayo-FrozenBubble/images/bootsplash-800x600.png 644 0 0 # #dir /ect/splash/suspend2 777 0 0 #file /etc/splash/suspend2/1024x768.cfg /etc/splash/Ayo-FrozenBubble/1024x768.cfg 644 0 0 #file /etc/splash/suspend2/1280x960.cfg /etc/splash/Ayo-FrozenBubble/1280x960.cfg 644 0 0 #file /etc/splash/suspend2/640x480.cfg /etc/splash/Ayo-FrozenBubble/640x480.cfg 644 0 0 #file /etc/splash/suspend2/800x600.cfg /etc/splash/Ayo-FrozenBubble/800x600.cfg 644 0 0 #file /etc/splash/suspend2/VeraBd.ttf /etc/splash/Ayo-FrozenBubble/VeraBd.ttf 644 0 0 #file /etc/splash/suspend2/Vera.ttf /etc/splash/Ayo-FrozenBubble/Vera.ttf 644 0 0 #file /etc/splash/suspend2/images/bootsplash-1024x768.jpeg /etc/splash/Ayo-FrozenBubble/images/bootsplash-1024x768.jpeg 644 0 0 #file /etc/splash/suspend2/images/bootsplash-1280x1024.jpeg /etc/splash/Ayo-FrozenBubble/images/bootsplash-1280x1024.jpeg 644 0 0 #file /etc/splash/suspend2/images/bootsplash-800x600.jpeg /etc/splash/Ayo-FrozenBubble/images/bootsplash-800x600.jpeg 644 0 0 #file /etc/splash/suspend2/images/bootsplash-800x600.png /etc/splash/Ayo-FrozenBubble/images/bootsplash-800x600.png 644 0 0