Skip to content
Snippets Groups Projects
Verified Commit 8c80835d authored by anarcat's avatar anarcat
Browse files

warn about merged-usr in ganeti, disable it in robot manual

parent c880e87d
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,9 @@ See also the more extensive [glossary in the Ganeti documentation](http://docs.g
## Adding a new instance
WARNING: this creates a machine with usrmerge! See [bug 34115](https://trac.torproject.org/projects/tor/ticket/34115)
before proceeding.
This command creates a new guest, or "instance" in Ganeti's
vocabulary:
......
......@@ -123,6 +123,7 @@ which we'll use below.
mkdir /target/run/udev && mount -o bind /run/udev /target/run/udev &&
apt-get install -y grml-debootstrap && \
grml-debootstrap \
--debopt "--no-merged-usr" \
--grub "$BOOT_DISK" \
--target /target \
--hostname `hostname` \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment