Skip to content

Commit dc0c049

Browse files
committed
Update README.md
1 parent 191a046 commit dc0c049

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,13 @@ Now, about the **critical** part:
4444

4545
> How can you wipe the system without breaking everything?
4646
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.
4848

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.
5251

5352
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).
5554

5655
Once done doing its job, the script will ask you to manually reboot your _VPS_ and voilà, PROFIT!
5756

@@ -77,6 +76,7 @@ Or you can just donate me some bucks I'll spend to buy a _VPS_ on your provider
7776
Caveats
7877
-------
7978

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.
8180

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

Comments
 (0)