#!/bin/sh # This script will be executed at every VM startup, you can place your own # custom commands here. This include overriding some configuration in /etc, # starting services etc. # # You need to make this script executable to have it enabled. # Example for overriding the whole CUPS configuration: # rm -rf /etc/cups # ln -s /rw/config/cups /etc/cups # systemctl --no-block restart cups sudo mount -B -rw /rw/modules/ /lib/modules/ sudo systemctl restart systemd-udevd sudo rmmod b43 sudo rmmod bcma sudo modprobe wl