ok ..
I don't really remember how i've done..
here's a snippet from my history ...
all done inside the /var/cache/apt/archive/
Code:
dpkg --force-all -i e2fsprogs_1.38-2_i386.deb
apt-get -o APT::Force-LoopBreak=yes install sysvinit
sysvinit failed to install with similar error msg as e2fsprogs
then i try the -f install
because sysvinit is missing, i force installed it.
Code:
locate update-rc.d
update-rc.d
ls sysv*
dpkg --force-all -i sysv-rc_2.86.ds1-4_all.deb sysvinit_2.86.ds1-4_i386.deb
after that, problem gone.
Good Luck.