<?xml version="1.0" encoding="utf-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Fedora 13 &#8211; btrfs and Asus eee issues</title>
	<atom:link href="http://kernelreloaded.blog385.com/index.php/archives/fedora-13-btrfs-and-asus-eee-issues/feed/" rel="self" type="application/rss+xml" />
	<link>http://kernelreloaded.blog385.com/index.php/archives/fedora-13-btrfs-and-asus-eee-issues/</link>
	<description>linux, blog, anime, spirituality, windsurf, wireless</description>
	<lastBuildDate>Fri, 10 May 2013 10:41:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Thub</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/fedora-13-btrfs-and-asus-eee-issues/comment-page-1/#comment-10811</link>
		<dc:creator>Thub</dc:creator>
		<pubDate>Mon, 26 Apr 2010 18:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://kernelreloaded.blog385.com/?p=1165#comment-10811</guid>
		<description><![CDATA[My EeePC 701 was the 4GB version, so I managed to hobble along without any compression, but the screen was an issue.  I used vnc to control Anaconda from another computer.  (http://docs.fedoraproject.org/install-guide/f12/en-US/html/sn-remoteaccess-installation.html)

A Kickstart file is probably your best/safest bet here, though I&#039;m not sure whether you can request compression using this file.  I&#039;ve also heard of ways to use yum from a running system (ie. LiveCD/LiveUSB) to install a full system.  It gets a little hairy here though, since you need a separate ext4 /boot partition.
I guess you could partition a small /boot partition as ext4 and the rest as btrfs, then (where /dev/sda is your SSD):

# mount -t btrfs -o compress /dev/sda2 /mnt/newroot
# mkdir /mnt/newroot/boot
# mount -t extfs /dev/sda1 /mnt/newroot/boot
# grub-install /dev/sda --root-directory=/mnt/newroot
# yum groupinstall &quot;GNOME Desktop Environment&quot; --installroot=/mnt/newroot --enablerepo=fedora --enablerepo=updates

I&#039;m mostly going from memory here, so feel free to do a little Googling.  :-)]]></description>
		<content:encoded><![CDATA[<p>My EeePC 701 was the 4GB version, so I managed to hobble along without any compression, but the screen was an issue.  I used vnc to control Anaconda from another computer.  (<a href="http://docs.fedoraproject.org/install-guide/f12/en-US/html/sn-remoteaccess-installation.html" rel="nofollow">http://docs.fedoraproject.org/install-guide/f12/en-US/html/sn-remoteaccess-installation.html</a>)</p>
<p>A Kickstart file is probably your best/safest bet here, though I&#8217;m not sure whether you can request compression using this file.  I&#8217;ve also heard of ways to use yum from a running system (ie. LiveCD/LiveUSB) to install a full system.  It gets a little hairy here though, since you need a separate ext4 /boot partition.<br />
I guess you could partition a small /boot partition as ext4 and the rest as btrfs, then (where /dev/sda is your SSD):</p>
<p># mount -t btrfs -o compress /dev/sda2 /mnt/newroot<br />
# mkdir /mnt/newroot/boot<br />
# mount -t extfs /dev/sda1 /mnt/newroot/boot<br />
# grub-install /dev/sda &#8211;root-directory=/mnt/newroot<br />
# yum groupinstall &#8220;GNOME Desktop Environment&#8221; &#8211;installroot=/mnt/newroot &#8211;enablerepo=fedora &#8211;enablerepo=updates</p>
<p>I&#8217;m mostly going from memory here, so feel free to do a little Googling.  :-)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
