Help!
I hosed my system and did a restore from a backup but when I boot, I get an error no inittab file found.
Where can I get a 5.2, 'stock' inittab file not in a rpm so I can use a rescue disk to create this file? Or if possible, could someone please post their's for me?
TIA
On Tue, May 18, 2010 at 7:22 PM, Thomas Dukes tdukes@sc.rr.com wrote:
Help!
I hosed my system and did a restore from a backup but when I boot, I get an error no inittab file found.
Where can I get a 5.2, 'stock' inittab file not in a rpm so I can use a rescue disk to create this file? Or if possible, could someone please post their's for me?
TIA
The attached is a stock inittab from a CentOS 5.5 system. As best as I remember, it's the same as 5.1, 5.2 ...
From: Thomas Dukes tdukes@sc.rr.com
Where can I get a 5.2, 'stock' inittab file not in a rpm so I can use a rescue disk to create this file? Or if possible, could someone please post their's for me?
rpm -qf /etc/inittab => initscripts => http://vault.centos.org/5.2/updates/i386/RPMS/initscripts-8.45.19.1.EL-1.el5... or http://vault.centos.org/5.2/updates/x86_64/RPMS/initscripts-8.45.19.1.EL-1.e... rpm2cpio initscripts-8.45.19.1.EL-1.el5.centos.XXX.rpm | cpio -idmv *inittab
JD