diff --git a/chapter07/ethnet-symperm.xml b/chapter07/ethnet-symperm.xml index d2bda8582..8ec88eebc 100644 --- a/chapter07/ethnet-symperm.xml +++ b/chapter07/ethnet-symperm.xml @@ -9,12 +9,27 @@ running the following commands:
cd /etc/init.d && chmod 754 ethnet && + cd ../rc0.d && + ln -s ../init.d/ethnet K800ethnet && + + cd ../rc1.d && + ln -s ../init.d/ethnet K800ethnet && + + cd ../rc2.d && + ln -s ../init.d/ethnet K800ethnet && + cd ../rc3.d && - ln -s ../init.d/ethnet S200ethnet && + ln -s ../init.d/ethnet S200ethnet && + cd ../rc4.d && - ln -s ../init.d/ethnet S200ethnet && + ln -s ../init.d/ethnet S200ethnet && + cd ../rc5.d && - ln -s ../init.d/ethnet S200ethnet + ln -s ../init.d/ethnet S200ethnet && + + cd ../rc6.d && + ln -s ../init.d/ethnet K800ethnet && +