Stew Benedict wrote:
>That's pretty much where we left off. You were my only test case on IBM
>hardware and you sort of disappeared on my during the beta. I think what
>is happening is that drakx detects the architecture, then in the
>partitioning scheme, jumps to an appropriate piece of code:
>
Yeah...sorry about that. It got pretty busy around here :(
Anyway, I think the thing to check is /proc/cpuinfo where machine
contains "IBM". That should be safe for macs and I'm pretty sure IBM is
in the string for all IBM boxes (including ppc64).
>This is going to be further complicated as I had to put a number of things
>into diskdrake to deal with the way the Mac partition table also assigns
>device numbers to "holes", which are all keyed off of an:
>
>if arch() =~ ppc
>
>Which would be true in your case, but not the desired behavior, so I'd
>need to check not only the arch but the machine type.
>
I am starting to hack this now but need to learn a little about the
code. I am hacking and net booting so the cycle isn't too bad. I
worked around the "hole" problem, but now it is still complaining about
bad magic numbers. How does "partition_table_empty.pm" get executed?
Must be indirect...
-todd