From 8486bf54916040c63e2626f073734eeb22064823 Mon Sep 17 00:00:00 2001 From: Olivier Medoc Date: Fri, 3 May 2013 11:50:26 +0000 Subject: [PATCH] BuildingArchlinuxTemplate changed --- BuildingArchlinuxTemplate.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/BuildingArchlinuxTemplate.md b/BuildingArchlinuxTemplate.md index 09f3258d..ca46f010 100644 --- a/BuildingArchlinuxTemplate.md +++ b/BuildingArchlinuxTemplate.md @@ -71,7 +71,7 @@ A better fix is planned for the next python release (the bug is considered relea The boot process fails without visible errors in the logs, but spawn a recovery shell ------------------------------------------------------------------------------------- -The problem is a new conflict between systemd and the old sysvinit style. To fix this, you can change the master xen template in dom0 to remove sysvinit remains: Edit /usr/share/qubes/vm-template.conf, and change the variable 'extra' that contains the kernel variables: from: +The problem is a new conflict between systemd and the old sysvinit style. To fix this, you can change the master xen template in dom0 to remove sysvinit remains: Edit **INSIDE DOM0** /usr/share/qubes/vm-template.conf, and change the variable 'extra' that contains the kernel variables: from: ``` {.wiki} extra="ro nomodeset 3 console=hvc0 rd_NO_PLYMOUTH {kernelopts}" @@ -153,6 +153,15 @@ to DispVM, Yum proxy and most Qubes addons (thunderbird ...) have not been tested at all. -------------------------------------------------------------------------------------- +Installing the template in dom0 fails because of a missing dependency (qubes-core-dom0-linux) +--------------------------------------------------------------------------------------------- + +Again you built a template based on a recent Qubes API which has not been released yet. So skip the dependency for now: + +``` {.wiki} +sudo rpm -U --nodeps yourpackage.rpm +``` + chroot-archlinux/dev/pts has not been unmounted -----------------------------------------------