#!/bin/sh

kernel-config load default
kernel-config default default

echo "Default Profile Is Loaded"

exit 0
