You are not logged in.
I think that i was make a folly thing. I installed the chkconfig and now i cant initiate the arch. Theres any way to recover the old init manager of arch with installation cd????
Arch - newbie
Offline
try re-installing initscripts .
Offline
sorry...but...how can i do this?
Arch - newbie
Offline
pacman -S initscripts
Offline
sorry...but...how can i do this?
what do you mean how?
If you are talking about using the boot-up disk, mount the root parititon and have pacman install it there:
mkdir /mnt/arch_root
mount /dev/hdxy /mnt/arch_root
# try to update pacman first if possible:
pacman -Sy pacman
pacman -Sy --root=/mnt/arch_root initscripts
Offline