Nobody else is seeing this behavior after installing pivot_root & KDE?
I'll take a stab at it (but I'm no expert ).
I'm using a regular install of 1.1.0beta on a c3100 (ie no pivot root), I install practically everything onto external storage - ie microdrive, and I have a swap partition.
To cut a long story short I have:
1) my hdd partitions mounted and swap enabled on startup (I have added commands to do this when pcmcia starts)
2) my hdd partitions umounted and swap disabled on shutdown/reboot (I have added commands to do this when pcmcia stops)
Originally I did not do (2) and when I reboot the hdd light stayed on and the reboot process just hung. See this
thread for more details.
Now, on a regular linux system one of the last things it does on shutdown/reboot is to umount the filesystems. But because on most regular linux systems, the disks are attached to a "permanent" interface - as opposed to the pcmcia that you have on the Z (remember you pivoted your root and are now running your system from the "temporary" pcmcia interface). So I imagine the problem is that on shutdown/reboot as soon as the pcmcia service is stopped you're dead (so to speak). And a possible solution is to move the pcmcia shutdown procedure right to the very end. (Hope I haven't been talking out of my rear end )
-- cheers