The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/197

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
This is the equivalent of https://github.com/lxc/lxc-templates/commit/551f56b5d529ced1b6b51206c4e9b7055e338028

Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
From eaa1f53c31f93b2a1be1442b6c4c9738daaaf612 Mon Sep 17 00:00:00 2001
From: KATOH Yasufumi <ka...@jazz.email.ne.jp>
Date: Mon, 26 Oct 2020 17:10:15 +0900
Subject: [PATCH] images/plamo: fix for current Plamo 7.x

This is the equivalent of 
https://github.com/lxc/lxc-templates/commit/551f56b5d529ced1b6b51206c4e9b7055e338028

Signed-off-by: KATOH Yasufumi <ka...@jazz.email.ne.jp>
---
 images/plamo.yaml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/images/plamo.yaml b/images/plamo.yaml
index fa98f4c..02475eb 100644
--- a/images/plamo.yaml
+++ b/images/plamo.yaml
@@ -322,14 +322,11 @@ actions:
       sed -i -e '/wait_for_user/d' -e '/Press Enter to/d' /etc/rc.d/init.d/rc
     fi
 
-    # initpkg
-    for pkg in shadow netconfig7 eudev openssh; do
+    # remove initpkg that do not execute on containers
+    for pkg in shadow netconfig7 eudev openssh pkgtools7; do
       rm -f "/var/log/initpkg/${pkg}"
     done
-
-    for pkg in /var/log/initpkg/*; do
-      sh ${pkg}
-    done
+    ( cd /sbin ; mv installer_new installer )
 
 mappings:
   architecture_map: plamolinux
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to