#!/bin/sh # # ROOT Installation CD-ROM # /etc/rc.multi: second init script # # Set up loopback interface /sbin/ifconfig lo 127.0.0.1 /sbin/route add -net 127.0.0.0 netmask 255.0.0.0 lo # Print a message before launching setup echo "Launching ROOT Linux setup..." # EOF