#!/bin/sh

kernel-config load default
kernel-config default default

echo "Default Profile Loaded"

exit 0
