I have downloaded SliTaz cooking and installed it in VirtualBox, however, I am having the same resolution problems that lots of others are reporting.
In order to get the VirtualBox Guest Additions installed I had to do a few things.
{code}
tazpkg get-install slitaz-toolchain
tazpkg get-install linux-api-headers
tazpkg get-install linux-module-headers
cd /media/VBOXADDITIONS_4.1.4_74291
./VBoxLinuxAdditions.run
{code}
This didn't install smoothly though.
However, the shared folders appeared to work.
I had to add the following line to the end of /etc/rcS.conf in order to make them mount every boot.
{code}
mount -t vboxsf C_DRIVE /media/C_DRIVE
{code}
Talking of every boot, I also had to do this to prevent it from prompting me for the language settings every boot.
{code}
tazpkg get-install slitaz-boot-scripts --force
{code}
I have installed lxrandr so that I have a Monitor Settings dialog in Preferences, however, I can't seem to resize the window with VirtualBox and have SliTaz resize automatically.
Even when I do it manually I get messages like
{blockquote}
You cannot turn off all monitors. Otherwise you will not be able to turn them on again since this tool is not accessable whithout monitor.
{blockquote}
The 2 spelling mistakes are from the tool not me!
Has anyone got SliTaz fully working in VirtualBox with auto-screen-resizing?