remove noise and stripping
[rrq/overlay-boot.git] / overlay-postmount
1 #!/bin/sh
2 #
3 # This script performs default actions. It is invoked with CONFIG set
4 # for the subhost.
5
6 OVERLAYDIR="$(dirname $(realpath $0))"
7 . $OVERLAYDIR/functions
8
9 subhost_name "$CONFIG"
10 subhost_config
11
12 echo "Installing $OVERLAYDIR/reaper to $LIVE/.reaper"
13 cp -p $OVERLAYDIR/reaper $LIVE/.reaper