I just got a C3000. I installed Cacko C3K Beta1 on it and erased the user portion just as the instructions said. Everything works great but I'm trying to get a list of installed packages and I'm not able to. ipkg doesn't have a "list_installed" option and the GUI package manager doesn't list any installed packages. Also, I looked in /usr/lib/ipkg/info and /usr/lib/ipkg/lists and I couldn't find anything.
This is unrelated to the packages question but does anyone know how to mount /hdd3 as an ext3 filesystem? I used fdisk to delete the FAT partition in /dev/hda3 and then created a new Linux partition. Then I used mkfs.ext2 -j to format /dev/hda3 as an ext3 partition.
The root filesystem is read only so I used "mount -o remount,rw /" to make it read write and then changed /sbin/hddmount so it would mount /dev/hda3 to /hdd3 as an ext3 partition. But when I boot up, it complains that /dev/hda3 isn't a valid FAT partition. The boot sequence basically freezes so I have to hit ctrl-c to let the boot continue but obviously something isn't right here. It seems like it's still somehow executing the old /sbin/hddmount to mount a FAT partition, or maybe the command is somewhere else. /etc/rc.d/rc.rofilesys is basically empty so that's not the culprit.
Any ideas? For now, I made /dev/hda3 back into a VFAT partition so at least the Z will boot up correctly.