#!/bin/sh -e
# Copy the ppp configuration to the target system.

mkdir -p /target/etc/ppp
cp -a /etc/ppp/ /target/etc/

