# or // are for comments rename root/profile root/.profile # don't use all .foo & .DS_Store files ignore file .foo ignore file .DS_Store ignore file busybox-1.22.1 ignore file busybox-1.26.2_with_ps ignore file busybox-1.26.2_without_ps ignore file busybox-1.26.2_without_ps_bash ignore file busybox-1.26.2_without_ps_bash_find_xargs # force mod for all files in a directory forcemod dir bin 100755 forcemod dir etc/init.d 100755 forcemod dir usr/share/udhcpc 100755 # change mod for the directories forcemod rep tmp 41777 forcemod rep var/run 40777 # change mod of busybox (not necessary....but historical) forcemod file bin/busybox 104755 # force load=1 (for basic filesystem -- basefs only) forceload webfs relative webfs path sys/or1k/basefs # force link if not exist in the real filesystem # whereToPutTheLink DestinationOfTheLink mklink bin/login busybox mklink bin/sh busybox mklink bin/init busybox mklink bin/bash /usr/bin/bash