<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://antix.mepis.org/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://antix.mepis.org/index.php?title=Frugal_install&amp;feed=atom&amp;action=history</id>
		<title>Frugal install - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://antix.mepis.org/index.php?title=Frugal_install&amp;feed=atom&amp;action=history"/>
		<link rel="alternate" type="text/html" href="http://antix.mepis.org/index.php?title=Frugal_install&amp;action=history"/>
		<updated>2013-05-20T16:32:16Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.1</generator>

	<entry>
		<id>http://antix.mepis.org/index.php?title=Frugal_install&amp;diff=3757&amp;oldid=prev</id>
		<title>Anticapitalista: /* frugal install */</title>
		<link rel="alternate" type="text/html" href="http://antix.mepis.org/index.php?title=Frugal_install&amp;diff=3757&amp;oldid=prev"/>
				<updated>2012-11-12T21:59:34Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;frugal install&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==frugal install==&lt;br /&gt;
&lt;br /&gt;
Users can run antiX as a persistent live iso on a hard drive. This is similar to Puppy linux's frugal install.&lt;br /&gt;
&lt;br /&gt;
Note, for now, unlike Puppy linux, users have to set up frugal manually.&lt;br /&gt;
&lt;br /&gt;
A frugal install is similar to running a live cd or live usb, except that it is running from a hard drive.&lt;br /&gt;
&lt;br /&gt;
Advantages of frugal:&lt;br /&gt;
&lt;br /&gt;
* space is saved (installation to hard drive typically is 4 times the size of the iso, whereas with frugal it is the size of the iso). &lt;br /&gt;
* Frugal from hard drive is faster than live usb and live cd. &lt;br /&gt;
* great for testing (once set up).&lt;br /&gt;
&lt;br /&gt;
antiX is able to run frugal with persistence which means you can run it (like Puppy linux), add/remove apps and changes will be saved.&lt;br /&gt;
You get to create antiX exactly as you want it, and then you can remaster it for use on other boxes/devices if you wish.&lt;br /&gt;
&lt;br /&gt;
You need a working grub already installed.&lt;br /&gt;
&lt;br /&gt;
antiX-frugal works on ext2, ext3, ext4, fat and ntfs partitions, but ext is recommended.&lt;br /&gt;
&lt;br /&gt;
'''Scenario 1. Single partition running antiX.'''&lt;br /&gt;
&lt;br /&gt;
You can run frugal from within your running antiX. Note: Do not use this if you intend to install to hard drive. frual must be installed from a separate partition.&lt;br /&gt;
&lt;br /&gt;
In your root partition (not root folder) make a folder called antiX-base (or whatever).&lt;br /&gt;
&lt;br /&gt;
  # cd /&lt;br /&gt;
  # mkdir antiX-base&lt;br /&gt;
&lt;br /&gt;
Open mc and navigate to your iso file, press Enter and you will see the contents of the live iso file.&lt;br /&gt;
Copy all the contents of the antiX folder to antiX-base on your root partition.&lt;br /&gt;
&lt;br /&gt;
Now you need to edit your running /boot/grub/menu.lst to add the frugal entry. Put this near the top.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  #Frugal&lt;br /&gt;
  title antiX-base-frugal-sda1&lt;br /&gt;
  root (hd0,0)&lt;br /&gt;
  kernel /antiX-base/vmlinuz quiet noxorg bdev=sda1 bdir=antiX-base antiX=LMX nomodeset persist &lt;br /&gt;
  initrd /antiX-base/initrd.gz&lt;br /&gt;
&lt;br /&gt;
Note: antiX=LMXD are cheats to disable unnecessary startup processes.&lt;br /&gt;
&lt;br /&gt;
L=lean - disables &lt;br /&gt;
acpi &lt;br /&gt;
acpid  &lt;br /&gt;
bootlogs&lt;br /&gt;
bluetooth&lt;br /&gt;
cherokee&lt;br /&gt;
cpufrequtils&lt;br /&gt;
cron&lt;br /&gt;
cups&lt;br /&gt;
gpm&lt;br /&gt;
ifplugd&lt;br /&gt;
irqbalance&lt;br /&gt;
loadcpufreq&lt;br /&gt;
rsync&lt;br /&gt;
rsyslog&lt;br /&gt;
saned&lt;br /&gt;
ssh&lt;br /&gt;
stop-bootlogd&lt;br /&gt;
sudo&lt;br /&gt;
transmission-daemon&lt;br /&gt;
wicd&lt;br /&gt;
&lt;br /&gt;
M=mean - disables networking and resolvconf&lt;br /&gt;
&lt;br /&gt;
X=Xtra lean - disables &lt;br /&gt;
bootlogd&lt;br /&gt;
dns-clean&lt;br /&gt;
eeepc-acpi-scripts&lt;br /&gt;
hdparm&lt;br /&gt;
hwclock.sh&lt;br /&gt;
hwclockfirst.sh&lt;br /&gt;
ifupdown-clean&lt;br /&gt;
mountnfs-bootclean.sh&lt;br /&gt;
mountoverflowtmp&lt;br /&gt;
pcmciautils&lt;br /&gt;
policykit&lt;br /&gt;
pppd-dns&lt;br /&gt;
svgalib-bin&lt;br /&gt;
ufw&lt;br /&gt;
urandom&lt;br /&gt;
&lt;br /&gt;
D=dbus - disables dbus&lt;br /&gt;
&lt;br /&gt;
nomodeset - 'blocks' nouveau driver and 'forces' xvesa.&lt;br /&gt;
&lt;br /&gt;
noxorg - Do not create an /etc/X11/xorg.conf file as it should be autodetected and xorg.conf is not needed.&lt;br /&gt;
&lt;br /&gt;
Note: For antiX-12 and later, do not use the '''D''' cheat as the SLiM login manager needs it.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''Scenario 2. Multiple partition running antiX.'''&lt;br /&gt;
&lt;br /&gt;
The same process as in scenario 1 applies when running frugal on other partitions eg for sdb6.&lt;br /&gt;
This is the best method for testing live.&lt;br /&gt;
&lt;br /&gt;
In your partition (eg sdb6) make a folder called antiX-base (or whatever).&lt;br /&gt;
&lt;br /&gt;
  # cd /media/sdb6&lt;br /&gt;
  # mkdir antiX-base&lt;br /&gt;
&lt;br /&gt;
Open mc and navigate to your antiX iso file, press Enter and you will see the contents of the live iso file.&lt;br /&gt;
Copy all the contents of the antiX folder to antiX-base on your chosen partition.&lt;br /&gt;
&lt;br /&gt;
Now you need to edit your running /boot/grub/menu.lst to add the frugal entry. Put this near the top.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  #Frugal&lt;br /&gt;
  title antiX-base-frugal-on sdb6&lt;br /&gt;
  root (hd1,5)&lt;br /&gt;
  kernel /antiX-base/vmlinuz quiet noxorg bdev=sdb6 bdir=antiX-base antiX=LMX nomodeset &lt;br /&gt;
  initrd /antiX-base/initrd.gz&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Once you have booted, you can set up persistence. See this thread.&lt;br /&gt;
&lt;br /&gt;
http://antix.freeforums.org/live-persistence-t3566.html&lt;br /&gt;
&lt;br /&gt;
Give frugal a try. It's fun.&lt;/div&gt;</summary>
		<author><name>Anticapitalista</name></author>	</entry>

	</feed>