Home | History | Annotate | Download | only in miniroot

Lines Matching defs:IF

28 # ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
40 if [ ! -z "$TERM" ]; then
51 if ! cp /dev/null /tmp/.root_writable >/dev/null 2>&1; then
75 if [ -x /mnt/usr/sbin/installboot ]; then
117 echo "If you like, you can now examine the labels of your disks."
140 if [ "$MODE" = "install" ]; then
174 You can hit Control-C at any time to quit, but if you do so at a
187 Note: If you wish to have another try. Just type '^D' at the prompt. After
195 if [ "$MODE" = "install" ]; then
206 Note: If you wish to have another try. Just type '^D' at the prompt. After
221 if [ "$MODE" = "install" ]; then
227 if [ -e /netbsd ]; then
228 if [ -e /mnt/netbsd ]; then
237 if [ "${resp}" != "y" ] && [ "${resp}" != "Y" ]; then
264 if mount_a_disk ; then
278 if [ -z "$_sets" ]; then
298 if [ ! -f $_filename ]; then
303 if [ "$resp" = "n" ]; then
321 [ "$(dd if=$1 bs=1 skip=1 count=3 2> /dev/null)" = "ELF" ] && return 1
368 if [ -d $root/emul/aout/. ]; then
374 if [ ! -d $root/emul ]; then
378 if [ -h $root/emul/aout ]; then
387 if [ ! -d $root/emul/aout/etc ]; then
390 if [ ! -d $root/emul/aout/usr/lib ]; then
395 if [ -f $root/etc/ld.so.conf ]; then
402 # If X11 is installed, move the those libraries as well
404 if [ -d $root/$xlibdir/. ]; then
423 NetBSD/amiga X11 installation sets, if they are installed.