slitaz-doc-wiki-data rev 71
Update pages folder.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sun Jul 03 03:07:31 2011 +0000 (2011-07-03) |
parents | f940702447c2 |
children | 75d8f8a70a87 |
files | pages/en/guides/uncommoninst.txt pages/en/guides/virtualbox.txt |
line diff
1.1 --- a/pages/en/guides/uncommoninst.txt Thu Jun 23 21:48:46 2011 +0000 1.2 +++ b/pages/en/guides/uncommoninst.txt Sun Jul 03 03:07:31 2011 +0000 1.3 @@ -69,6 +69,14 @@ 1.4 <code># mount -o loop,ro slitaz.iso /media/cdrom 1.5 # slitaz-installer</code> 1.6 1.7 +<note tip>With [[http://pizza.slitaz.org/tiny/|tiny slitaz]], you don't have the slitaz-installer. 1.8 +You can start a frugal install: 1.9 +<code># mkdir boot && cp /media/cdrom/boot/bzImage /media/cdrom/boot/rootfs.gz boot && rm slitaz.iso</code>and optionally a standard install: 1.10 +<code># unlzma -c boot/rootfs.gz | cpio -id </code> 1.11 +The problem: you have no boot loader! 1.12 + 1.13 +Boot the [[http://mirror.slitaz.org/boot/floppy-grub4dos|SliTaz generic boot floppy]] with the **SliTaz frugal** menu entry. Now you can install the Grub bootloader on the hard disk. 1.14 +</note> 1.15 ===== Loop install ===== 1.16 1.17 If you want to install SliTaz on a disk (not a frugal install), and you don't want to create a partition for SliTaz, but you have enough room in a feature-poor filesystem (FAT32 or NTFS)...
2.1 --- a/pages/en/guides/virtualbox.txt Thu Jun 23 21:48:46 2011 +0000 2.2 +++ b/pages/en/guides/virtualbox.txt Sun Jul 03 03:07:31 2011 +0000 2.3 @@ -28,6 +28,17 @@ 2.4 - The Virtual Disk Manager start. Click the [//Add//] toolbar button, locate and select the VDI file (i.e: slitaz-1.9-x86.vdi ). 2.5 - Click on [//Next//] and [//Finish//]. 2.6 2.7 +If you wish to set up a network using the Host-only adapter, follow these instructions: 2.8 + 2.9 + - Click on the [//Settings//] toolbar button 2.10 + - Click on [//Network//] in the side menu 2.11 + - Select the Network Adapter (usually Adapter 1) and set it for Host-only networking 2.12 + - Click on the Advanced arrow 2.13 + - Change the Adapter Type to PCnet-FAST III 2.14 + - Click on OK 2.15 + 2.16 +The default Intel adapter seems to work fine for NAT, but not for Host-only networking. 2.17 + 2.18 You can now play with your new SliTaz GNU/Linux virtual machine. 2.19 2.20 <note>