#!/bin/sh set -e llxcfg-setvars UBIQUITY_MODE='Y' || true chroot /target llxcfg-setvars UBIQUITY_MODE='Y' 2>/dev/null || true exit 0