# HG changeset patch # User Christopher Rogers # Date 1309662451 0 # Node ID a2596b780181ec07011732743450985cff77debb # Parent f940702447c24c65fd123b0e7776e9ac23a27da0 Update pages folder. diff -r f940702447c2 -r a2596b780181 pages/en/guides/uncommoninst.txt --- a/pages/en/guides/uncommoninst.txt Thu Jun 23 21:48:46 2011 +0000 +++ b/pages/en/guides/uncommoninst.txt Sun Jul 03 03:07:31 2011 +0000 @@ -69,6 +69,14 @@ # mount -o loop,ro slitaz.iso /media/cdrom # slitaz-installer +With [[http://pizza.slitaz.org/tiny/|tiny slitaz]], you don't have the slitaz-installer. +You can start a frugal install: +# mkdir boot && cp /media/cdrom/boot/bzImage /media/cdrom/boot/rootfs.gz boot && rm slitaz.isoand optionally a standard install: +# unlzma -c boot/rootfs.gz | cpio -id +The problem: you have no boot loader! + +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. + ===== Loop install ===== 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)... diff -r f940702447c2 -r a2596b780181 pages/en/guides/virtualbox.txt --- a/pages/en/guides/virtualbox.txt Thu Jun 23 21:48:46 2011 +0000 +++ b/pages/en/guides/virtualbox.txt Sun Jul 03 03:07:31 2011 +0000 @@ -28,6 +28,17 @@ - The Virtual Disk Manager start. Click the [//Add//] toolbar button, locate and select the VDI file (i.e: slitaz-1.9-x86.vdi ). - Click on [//Next//] and [//Finish//]. +If you wish to set up a network using the Host-only adapter, follow these instructions: + + - Click on the [//Settings//] toolbar button + - Click on [//Network//] in the side menu + - Select the Network Adapter (usually Adapter 1) and set it for Host-only networking + - Click on the Advanced arrow + - Change the Adapter Type to PCnet-FAST III + - Click on OK + +The default Intel adapter seems to work fine for NAT, but not for Host-only networking. + You can now play with your new SliTaz GNU/Linux virtual machine.