Operating Systems > Linux and UNIX
Um, oops.
insomnia:
You should have both.
MANIFEST.gz is just an index of what's installed(including permissions).
[ May 18, 2004: Message edited by: insomnia ]
Paladin9:
quote:Originally posted by insomnia:
You should have both.
MANIFEST.gz is just an index of what's installed(including permissions).
--- End quote ---
Great! So, where is it?
insomnia:
As root:
find / -name MANIFEST.gz
[ May 18, 2004: Message edited by: insomnia ]
Paladin9:
quote:Originally posted by insomnia:
As root:
find / -name MANIFEST.gz
--- End quote ---
Nothing. Is it on the CD? And if so, where? I got the MANIFEST.bz2 from the CD but I did not see a MANIFEST.gz there.
flap:
What's wrong with using manifest.bz2? It's the same file but a different compression format. If it's because you need to do this
zcat MANIFEST.gz | smprms > /tmp/restore.sh
then just change that to
bunzip -c MANIFEST.bz2 | smprms > /tmp/restore.sh
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version