|
Try doing the following under the rescue system:
chroot /mnt/sysimage
vim /etc/sysconfig/networking/devices/ifcfg-ppp0
and change ONBOOT=yes to ONBOOT=no
(micro vim tutorial: press i to go to insert mode, make your changes, press escape, type :wq (you must type the colon).
-OR-
chroot /mnt/sysimage
chkconfig --level 0123456 network off
Last edited by bluephile; 10-26-2003 at 01:17 PM.
|