You are not logged in.
Pages: 1
i burn slitaz 4.0 on a cd but i don't see a way to install it?
You need to boot your system from the CD. It's NOT a Windows program...
Offline
i know that, but i don't see a way to install the operating system. i do know how to use linux, i use linux mint now 
here are the steps:
- create a new Slitaz partition by using Gparted (Menu/Applications -> System tools -> Gparted)
- after you create the new hard disk partition, use Slitaz Panel (Menu/Applications -> System tools -> Slitaz Panel)
- On the top right corner, there is "Install" menu.
Then follow the instructions.
HTH
Offline
@lordmix
for slitaz installation you can easily use the slitaz install program which you'll find under => Application => System Tools => SliTaz Panel
After login with root, root you'll see at the panel of the tazpanel (the last comment) "Install". just click this button and everything further you'll manage easily by the very good installation guide.
Or if you'll go for "by hand installation" follow these instructions:
http://doc.slitaz.org/en:handbook:installation
@hpce2
sorry fellow, you were faster ;-)
Offline
thanks guys 
slitaz base 4 does not include the console installer slitaz-installer?
Offline
@forsik
Now you have to use
# tazinst <config-file>
to install SliTaz from a terminal
Offline
Where to read the contents of the config-file? What is the most simple way to install the new OS from the console?
Offline
Tazpanel create a file config in /var/lib/tazinst.conf
If the file does not exist, you can create it; first , then
tazinst new /var/lib/tazinst.conf (or an other name or/and in an other directory as you want)
edit the file (you must be root):
# nano /var/lib/tazinst.conf
modify instructions according tou your configuration.
install SliTaz:
# tazinst install /var/lib/tazinst.conf
You can find help concerning tazinst typing:
tazinst help
or
tazinst usage
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 1.54 MiB (Peak: 1.77 MiB) ]