<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    <title>dur.ch/</title>
    <link>http://www.dur.ch/einander/</link>
    <description>einander</description>
    <dc:language>de</dc:language>
    <generator>Serendipity 1.4.1 - http://www.s9y.org/</generator>
    <pubDate>Tue, 16 Nov 2010 17:38:47 GMT</pubDate>

    <image>
        <url>http://www.dur.ch/einander/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: dur.ch/ - einander</title>
        <link>http://www.dur.ch/einander/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Solaris 11 Express: Text-Installer mit lokalem Repository</title>
    <link>http://www.dur.ch/einander/archiv/2010/25-Solaris-11-Express-Text-Installer-mit-lokalem-Repository.html</link>
    
    <comments>http://www.dur.ch/einander/archiv/2010/25-Solaris-11-Express-Text-Installer-mit-lokalem-Repository.html#comments</comments>
    <wfw:comment>http://www.dur.ch/einander/wfwcomment.php?cid=25</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>http://www.dur.ch/einander/rss.php?version=2.0&amp;type=comments&amp;cid=25</wfw:commentRss>
    

    <author>nospam@example.com (Daniel Werner)</author>
    <content:encoded>
    Kurze Anleitung, wie man Solaris 11 Express mit der textbasierten Installation installiert und ein lokales Repository einrichtet:
&lt;p&gt;
Nach der Installation bootet das Solaris im Textmodus. Nun geht man wie folgt vor:
&lt;ul&gt;
&lt;li&gt;Mounten des Repository-Images, z.B. mit lofi (&lt;code&gt;lofiadm -a /pfad/zum/sol-11-exp-201011-repo-full.iso; mount -F hsfs /dev/lofi/1 /mnt/repo&lt;/code&gt;)
&lt;li&gt;Package-Server konfigurieren und starten: 
&lt;pre&gt;svccfg -s pkg/server setprop pkg/inst_root=/mnt/repo/repo
svccfg -s pkg/server setprop pkg/readonly=true
svcadm refresh pkg/server
svcadm enable pkg/server
&lt;/pre&gt;
&lt;li&gt;Repository URL dem pkg-Tool bekanntmachen:
&lt;pre&gt;pkg set-publisher -m http://localhost/ solaris&lt;/pre&gt;
&lt;li&gt;Pakete installieren, z.B. Gnome:
&lt;pre&gt;
pkg refresh
pkg install slim_install
&lt;/pre&gt;
&lt;/ul&gt;
Beim Start von gdm (&lt;code&gt;svcadm enable gdm&lt;/code&gt;) ging bei mir der Service system/consolekit auf maintenance. Nach kurzem googeln fand ich &lt;a href=&quot;http://www.opensolarisforum.de/index.php?topic=160.0&quot;&gt;folgende Lösung&lt;/a&gt;: 
&lt;pre&gt;svcadem restart dbus
svcadm clear consolekit
svcadm clear gdm&lt;/pre&gt; 
    </content:encoded>

    <pubDate>Tue, 16 Nov 2010 17:37:19 +0100</pubDate>
    <guid isPermaLink="false">http://www.dur.ch/einander/archiv/2010/25-guid.html</guid>
    <category>oracle</category>
<category>solaris</category>
<category>sun</category>

</item>

</channel>
</rss>
