#!/bin/sh # /linuxrc of Linux FW for Home Users; pmateti feb 26, 2001 # /bin/sh is symlink to sash; sash cannot do > or >> export PATH="/bin:/sbin:/usr/bin:/usr/sbin" # no_exit_on_failed_exec=yes -echo log bgn sash sash linuxrc linuxrc linuxrc -pwd -mount -t proc /proc /proc > /dev/null # do not know where the cd drive is -mount -t iso9660 dev/hdc /mnt > /dev/null -mount -t iso9660 dev/hdb /mnt > /dev/null -mount -t iso9660 dev/hda /mnt > /dev/null -mount -t iso9660 dev/hdd /mnt > /dev/null # load from /mnt/*.tgz -cp /mnt/bashetc.tgz / -gunzip bashetc.tgz -tar xf bashetc.tar -rm bashetc.tar rm -f /bin/sh ln -s bash /bin/sh ln -sf /bin/sh /sbin/init exec /bin/bash /etc/bashrc # -eof-