during the install I get kernel message that there is no space left on / the message pops up right after I enter the timezone is it so that the following command block fills up the ramdisk space?
( cd /mnt/usr/share/zoneinfo
ls -1dF `tar cvf /dev/null [A-Za-y]*` >/tmp/tzlist )
the resulting /tmp/tzlist is quite big (biggest file in /tmp, others are just
tiny). why don't we use /mnt/tmp (since I believe at this point the filesystems
are already mounted)?

