#!/bin/sh set -e llxcfg-delvars UBIQUITY_MODE || true chroot /target llxcfg-delvars UBIQUITY_MODE 2>/dev/null || true #chroot /target llxcfg-cpkg update 2>/dev/null || true exit 0