<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://micronode.ru/lib/exe/css.php?s=feed" type="text/css"?>
<rss version="2.0">
    <channel xmlns:g="http://base.google.com/ns/1.0">
        <title>micronode.ru - wiki:hypervisors:proxmox</title>
        <description></description>
        <link>https://micronode.ru/</link>
        <lastBuildDate>Thu, 14 May 2026 22:53:01 +0000</lastBuildDate>
        <generator>FeedCreator 1.8</generator>
        <image>
            <url>https://micronode.ru/_media/wiki/logo.png</url>
            <title>micronode.ru</title>
            <link>https://micronode.ru/</link>
        </image>
        <item>
            <title>Конвертор Linux в LXC контейнер на Proxmox</title>
            <link>https://micronode.ru/wiki/hypervisors/proxmox/migrate_to_lxc</link>
            <description>Конвертор Linux в LXC контейнер на Proxmox

Ручное создание контейнера


#!/bin/bash
usage()
{
    cat &lt;&lt;EOF
$1 -h|--help
 -t|--target [target machine hostname or ip]
EOF
    return 0
}

options=$(getopt -o n:t:i:s:a:b:g:m:d:p:f -l help,target: -- &quot;$@&quot;)
if [ $? -ne 0 ]; then
        usage $(basename $0)
    exit 1
fi
eval set -- &quot;$options&quot;

while true
do
    case &quot;$1&quot; in
        -h|--help)      usage $0 &amp;&amp; exit 0;;
        -t|--target)    target=$2; shift 2;;
        --)             shift 2; bre…</description>
            <author>anonymous@undisclosed.example.com (Anonymous)</author>
            <pubDate>Mon, 09 Jan 2023 09:57:28 +0000</pubDate>
        </item>
    </channel>
</rss>
