You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,13 @@ Now, about the **critical** part:
44
44
45
45
> How can you wipe the system without breaking everything?
46
46
47
-
It's simple: the script downloads and installs [busybox](http://www.busybox.net/) in the _Bootstrap chroot_.
47
+
It's simple: using `ld.so` from the _Bootstrap chroot_ to launch the `chroot` tool.
48
48
49
-
After that, it will erase all the system directories except from the _Bootstrap chroot_, `/dev`, `/proc`, `/sys` and the like .
50
-
51
-
Busybox is statically linked, so it can still be used to chroot to the _Bootstrap chroot_ and to install _Arch Linux_.
49
+
Since it will erase all the system directories except from the _Bootstrap chroot_, `/dev`, `/proc`, `/sys` and the like,
50
+
the only way to launch a command inside the _Bootstrap chroot_ is to using ld.so from the _Bootstrap chroot_ itself.
52
51
53
52
At this point _Arch Linux_ has been installed, but not configured.
54
-
The script will provide a SSH-able system automagically configuring grub, network and restoring the root password from the original system.
53
+
The script will provide a SSH-able system automagically configuring grub (or syslinux), network and restoring the root password from the original system (or by using `vps2arch` as password if no root password was set).
55
54
56
55
Once done doing its job, the script will ask you to manually reboot your _VPS_ and voilà, PROFIT!
57
56
@@ -77,6 +76,7 @@ Or you can just donate me some bucks I'll spend to buy a _VPS_ on your provider
77
76
Caveats
78
77
-------
79
78
80
-
[OpenVZ](http://openvz.org/), [Virtuozzo](http://www.odin.com/products/virtuozzo/), [Docker](https://www.docker.com/) or any other similar _VPS_ systems are not supported (for the time being).
79
+
_IPv6_ currently is not supported. If you need to use it, please configure it manually.
81
80
82
-
In other words, it'll only work on **fully virtualized** systems.
81
+
[OpenVZ](http://openvz.org/) and [Virtuozzo](http://www.odin.com/products/virtuozzo/) are **partially** supported.
82
+
The script works fine, but _systemd_ will be blocked on version 219, because newer systemd versions doesn't work anymore on OpenVZ containers.
0 commit comments