<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Мысли вслух... &#187; work</title>
	<atom:link href="http://blog.daiver.org/category/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.daiver.org</link>
	<description></description>
	<lastBuildDate>Thu, 25 Feb 2010 13:06:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>./openbsd 4.4 iso creating</title>
		<link>http://blog.daiver.org/2008/11/13/openbsd44_cdrom_howto/</link>
		<comments>http://blog.daiver.org/2008/11/13/openbsd44_cdrom_howto/#comments</comments>
		<pubDate>Thu, 13 Nov 2008 09:10:34 +0000</pubDate>
		<dc:creator>daiver</dc:creator>
				<category><![CDATA[work]]></category>
		<category><![CDATA[creating iso]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[openbsd 4.4]]></category>

		<guid isPermaLink="false">http://blog.daiver.org/?p=93</guid>
		<description><![CDATA[#!/usr/local/bin/bash
#
#
arch="i386"       # Architecture
version="4.4"      # OS version
directory="/tmp/OpenBSD4.4" #download directory
ftp="ftp://ftp.openbsd.org/pub/OpenBSD"
#
echo "Building the environment"
mkdir -p $directory/$version/$arch
cd $directory/$version/$arch
#
echo "getting the release files"
wget --passive-ftp --reject "*iso" $ftp/$version/$arch/*
#
echo "Building the OpenBSD $version ISO"
cd $directory
mkisofs -r -no-emul-boot -b $version/$arch/cdbr -c boot.catalog -o OpenBSD.iso $directory
#
echo "DONE."
#
]]></description>
			<content:encoded><![CDATA[<p>#!/usr/local/bin/bash</p>
<p>#<br />
#<br />
arch="i386"       # Architecture<br />
version="4.4"      # OS version<br />
directory="/tmp/OpenBSD4.4" #download directory<br />
ftp="ftp://ftp.openbsd.org/pub/OpenBSD"<br />
#<br />
echo "Building the environment"<br />
mkdir -p $directory/$version/$arch<br />
cd $directory/$version/$arch<br />
#<br />
echo "getting the release files"<br />
wget --passive-ftp --reject "*iso" $ftp/$version/$arch/*<br />
#<br />
echo "Building the OpenBSD $version ISO"<br />
cd $directory<br />
mkisofs -r -no-emul-boot -b $version/$arch/cdbr -c boot.catalog -o OpenBSD.iso $directory<br />
#<br />
echo "DONE."<br />
#</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.daiver.org/2008/11/13/openbsd44_cdrom_howto/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
