<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.alpinelinux.org/w/index.php?action=history&amp;feed=atom&amp;title=User%3AMattx86%2Fqwn%3ASwitching_from_Alpine_Standard%2FMini_to_Alpine_VServer</id>
	<title>User:Mattx86/qwn:Switching from Alpine Standard/Mini to Alpine VServer - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.alpinelinux.org/w/index.php?action=history&amp;feed=atom&amp;title=User%3AMattx86%2Fqwn%3ASwitching_from_Alpine_Standard%2FMini_to_Alpine_VServer"/>
	<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=User:Mattx86/qwn:Switching_from_Alpine_Standard/Mini_to_Alpine_VServer&amp;action=history"/>
	<updated>2026-04-25T23:52:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.0</generator>
	<entry>
		<id>https://wiki.alpinelinux.org/w/index.php?title=User:Mattx86/qwn:Switching_from_Alpine_Standard/Mini_to_Alpine_VServer&amp;diff=5057&amp;oldid=prev</id>
		<title>Mattx86: Created page with &quot;&lt;pre&gt; Switching from Alpine Standard/Mini to Alpine VServer -----------------------------------------------------  # apk add linux-vserver util-vserver # vi /boot/extlinux.conf  ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.alpinelinux.org/w/index.php?title=User:Mattx86/qwn:Switching_from_Alpine_Standard/Mini_to_Alpine_VServer&amp;diff=5057&amp;oldid=prev"/>
		<updated>2011-03-15T10:26:39Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;pre&amp;gt; Switching from Alpine Standard/Mini to Alpine VServer -----------------------------------------------------  # apk add linux-vserver util-vserver # vi /boot/extlinux.conf  ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
Switching from Alpine Standard/Mini to Alpine VServer&lt;br /&gt;
-----------------------------------------------------&lt;br /&gt;
&lt;br /&gt;
# apk add linux-vserver util-vserver&lt;br /&gt;
# vi /boot/extlinux.conf&lt;br /&gt;
  * copy and paste grsec configuration&lt;br /&gt;
  * change grsec to vserver in the copied grsec configuration&lt;br /&gt;
  * change default line to vserver&lt;br /&gt;
  * save and exit&lt;br /&gt;
# reboot&lt;br /&gt;
&lt;br /&gt;
Creating a vserver template:&lt;br /&gt;
# mkdir /tmp/vstpl&lt;br /&gt;
# apk add --initdb --root /tmp/vstpl --repositories-file /etc/apk/repositories --keys-dir /etc/apk/keys -U alpine-base&lt;br /&gt;
# chroot /tmp/vstpl /sbin/rc-update add syslog boot&lt;br /&gt;
  * the vserver .. build command seems to add syslog to the boot runlevel, so this may be unnecessary.&lt;br /&gt;
# cd /tmp/vstpl &amp;amp;&amp;amp; tar -czf /tmp/vstpl.tar.gz *&lt;br /&gt;
# rm /tmp/vstpl -rf&lt;br /&gt;
&lt;br /&gt;
Creating a vserver guest:&lt;br /&gt;
# vserver guest1 build --interface eth0:192.168.1.26/24 --hostname guest1 -m template -- -t /tmp/vstpl.tar.gz -d alpine&lt;br /&gt;
&lt;br /&gt;
Starting the vserver guest:&lt;br /&gt;
# vserver guest1 start&lt;br /&gt;
  * I need to see why this happens:&lt;br /&gt;
    mount: permission denied (are you root?)&lt;br /&gt;
    mount: permission denied (are you root?)&lt;br /&gt;
&lt;br /&gt;
Entering the vserver guest:&lt;br /&gt;
# vserver guest1 enter&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Mattx86</name></author>
	</entry>
</feed>