#!/bin/sh set -e if lliurex-version -t network-edu-client; then chroot /target /usr/sbin/ntpdate-debian server || true chroot /target /usr/sbin/llxcfg-netconfig-client get-data || true chroot /target /etc/llxcfg/init-scripts/llxcfg-cpkg start || true chroot /target /etc/llxcfg/init-scripts/pam_krb5 start || true chroot /target /usr/sbin/llxcfg-apt-scripts post-invoke || true cp /etc/hostname /target/etc/hostname || true cp /etc/hosts /target/etc/hosts || true fi exit 0