The womp directory may be on the root of any partition, so putting it directly under / is ok :
Content of /womp : /womp/wompmem.bz2 /womp/packs/mplayer_pack.tar.bz2 /womp/packs/qt_pack.tar.bz2 /womp/packs/real_pack.tar.bz2 /womp/packs/xanim_pack.tar.bz2 /womp/packs/network_pack.tar.bz2 /womp/packs/w3m_pack.tar.bz2 /womp/packs/backgrounds/desktop1.jpg /womp/packs/fonts/ttf/arial.ttf.gz
Now put vmlinuz.womp and init.gz into /boot, edit lilo.conf, add the following entry, and run lilo :
image = /boot/vmlinuz.womp
    label = womp   
    root = /dev/shm
    vga = 788
    initrd = /boot/init.gz
    append = " video=vesa:ywrap,mtrr go=y oss=y mouse=usb kb=fr lang=fr"
In this example, user will not be prompted for choices, here we have selected an usb mouse, a french keyboard and french language.