<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://dns323.kood.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://dns323.kood.org/feed.php">
        <title>DNS323Wiki howto:chroot_debian</title>
        <description></description>
        <link>http://dns323.kood.org/</link>
        <image rdf:resource="http://dns323.kood.org/lib/images/favicon.ico" />
       <dc:date>2025-05-27T07:56:35+03:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://dns323.kood.org/howto:chroot_debian:fun_plug?rev=1504712284"/>
                <rdf:li rdf:resource="http://dns323.kood.org/howto:chroot_debian:linuxrc?rev=1504712284"/>
                <rdf:li rdf:resource="http://dns323.kood.org/howto:chroot_debian:resolv.conf?rev=1504712284"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://dns323.kood.org/lib/images/favicon.ico">
        <title>DNS323Wiki</title>
        <link>http://dns323.kood.org/</link>
        <url>http://dns323.kood.org/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://dns323.kood.org/howto:chroot_debian:fun_plug?rev=1504712284">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-06T18:38:04+03:00</dc:date>
        <title>howto:chroot_debian:fun_plug</title>
        <link>http://dns323.kood.org/howto:chroot_debian:fun_plug?rev=1504712284</link>
        <description>fun_plug for Debian etch


#!/bin/sh


# Root DISK1
export DISK1=/mnt/HD_a2
# Second disk
export DISK2=/mnt/HD_b2

export PATH=$PATH:$DISK1/lnx_bin:

cd $DISK1

# Check for lnx_bin  - updated busybox - from KRH
if [ ! -d lnx_bin ]
then
    exit 0
fi

# Start Telnet - from KRH
if [ -f starttelnet.sh ]
then
    ./starttelnet.sh
fi

# Unpack etch base if it exists
if [ ! -d etch ]
then
        if [ -f etch.tar ]
        then
                busybox3 tar -xf etch.tar
        else
                exi…</description>
    </item>
    <item rdf:about="http://dns323.kood.org/howto:chroot_debian:linuxrc?rev=1504712284">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-06T18:38:04+03:00</dc:date>
        <title>howto:chroot_debian:linuxrc</title>
        <link>http://dns323.kood.org/howto:chroot_debian:linuxrc?rev=1504712284</link>
        <description>linuxrc


#!/bin/sh

#SYSLOG
/etc/init.d/sysklogd start
/etc/init.d/klogd start

# DEVFS (This is only needed for sarge)
/etc/init.d/devfsd start


# Makedev
/etc/init.d/makedev start

# PTYs
cd /dev
MAKEDEV ptyp

# NFS (You need to have portmap and nfs-user-server installed)
/etc/init.d/portmap start
#/etc/init.d/nfs-common start
/etc/init.d/nfs-user-server start

# Mail (You need to have exim4 installed)
/etc/init.d/exim4 start

# CRON
/etc/init.d/atd start
/etc/init.d/cron start

# INETD (Thi…</description>
    </item>
    <item rdf:about="http://dns323.kood.org/howto:chroot_debian:resolv.conf?rev=1504712284">
        <dc:format>text/html</dc:format>
        <dc:date>2017-09-06T18:38:04+03:00</dc:date>
        <title>howto:chroot_debian:resolv.conf</title>
        <link>http://dns323.kood.org/howto:chroot_debian:resolv.conf?rev=1504712284</link>
        <description>sample /etc/resolv.conf


search wan
nameserver 192.168.0.1</description>
    </item>
</rdf:RDF>
