Skip to content
Snippets Groups Projects
Commit 79b54958 authored by Denis Pynkin's avatar Denis Pynkin
Browse files

Leave /root in the place during ospack creation


Removed call of `move-root.chroot` script during ospack creation.
It is outdated move taken as is from initial Apertis image.

Signed-off-by: default avatarDenis Pynkin <denis.pynkin@collabora.com>
Reviewed-by: default avatarAndrew Shadura <andrew.shadura@collabora.co.uk>
Reviewed-by: default avatarSjoerd Simons <sjoerd.simons@collabora.co.uk>
Differential Revision: https://phabricator.apertis.org/D7301
parent d6c77657
No related branches found
Tags debian/3.0.11-1_deb12u2
No related merge requests found
......@@ -113,10 +113,6 @@ actions:
chroot: true
script: scripts/create-mtab-symlink.hook.chroot
- action: run
chroot: true
script: scripts/move-root.chroot
{{- if eq $type "sdk" }}
- action: run
description: "Linking /opt/sysroot"
......
#!/bin/sh
set -e
# Move /root to /var/root and add a symlink
mv /root var/root
ln -s var/root /root
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