Re: ark-world.sample problem...
Will Partain <[email protected]> Mon, 28 May 2001 20:54:45 +0100
| Newsgroups | gmane.comp.sysutils.ark.devel |
|---|---|
| Message-ID | <[email protected]> |
Jonathan commented: > I was having all that rhlinux weirdness last night ... I did my fair share of that today :-) The ark-state droppings have the name of the proto-host in them, and that seemed to be a factor. I admit not to digging in too thoroughly; instead, I did cd /d/ark-state && find . -type f | xargs rename 's,ia32-rhlinux6.2,ia32-linux-rh6.2,' For extra fun, I did similar renamings of automounted things, and it all threatened to collapse in a big heap. No more renamings for me :-) Will