slitaz-doc-wiki-data view pages/en/guides/dvd.txt @ rev 7

Add pages/en folder.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Feb 26 12:17:18 2011 +0000 (2011-02-26)
parents
children
line source
1 ====== All Slitaz resources on one DVD ======
3 A bootable DVD image of all available packages version is generated every day. See http://www.slitaz.org/en/get/ . Both cooking or stable versions are built; they contain:
5 * a Slitaz boot
6 * a copy of the website
7 * a snapshot of the wok
8 * all official packages
10 It is designed to be used without an internet connection.
12 ===== Hybrid ISO =====
14 The ISO image should be burned onto a DVD using:
15 <code>
16 # wodim -v dev=/dev/dvd packages-cooking.iso
17 </code>
18 It can also be written onto a USB key (say the key is /dev/usbkey). USE WITH CAUTION this will erase all your data.
19 <code>
20 # dd if=packages-cooking.iso of=/dev/usbkey
21 </code>
22 After writing the USB key, you can create partitions to get back the remaining storage.
23 <code>
24 # fdisk /dev/usbkey
25 </code>
26 The USB key is bootable. If your BIOS doesn't support USB boot, you can boot plop from http://www.slitaz.org/en/get/#floppy floppy.
28 ===== Burnable on CDROM =====
30 The files on the ISO image are ordered in 5 groups:
32 - the boot files
33 - the loram boot files
34 - the website
35 - the wok
36 - the packages
38 The four first groups fit in the first 100-200Mb of the ISO image. If you don't need the packages, you can burn it onto a mini-cdrom (8cm/210Mb)
39 <code>
40 # wodim -v dev=/dev/cdrom packages-cooking.iso
41 </code>
42 The packages are stored in alphabetical order. 915resolution should likely be present but zsh surely not. The directories are stored at the beginning of the image and are always present. If you try to load a non-present package (zsh) you will get an I/O error.
44 ===== Dual boot =====
46 Both core and loram (loram-cdrom to be exact) boot files are stored in the ISO image. The default boot entry (slitaz) will select which to start according to your RAM size. You can force the choice with //core// or //loram// keyword:
47 <code>
48 boot: loram screen=1280x1024
49 </code>
50 With core boot you can:
52 * unmount the DVD (umount /cdrom)
53 * test (install) packages in RAM
55 You can't do that with loram boot because it has /usr mounted read-only from the DVD. You can install slitaz on a hard disk with both boot files.
57 ===== Auto install =====
59 During boot the following is performed:
61 * the DVD is mounted in /cdrom, the wok is onto /home/slitaz/wok
62 * a pseudo tazpkg recharge links packages from the DVD
63 * the slitaz web site is installed in file:///cdrom/website/index.html//
65 Note: USB key users should read USB key instead of DVD
67 ----
68 \\
69 ^ Page Review Section ^^
70 |Quality| Good |
71 |Review| Minor Updates |
72 |Priority| Medium |
73 |Problems| add a [[http://forum.slitaz.org|forum post link]]|
74 |::: | OR add a [[http://labs.slitaz.org/issues |lab issue tracker link ]]|
75 |How to Improve| Suggest briefly|
76 |::: | |
78 \\
79 ----