diff --git a/README-UNL.txt b/README-UNL.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8c82f47ba0f8519c20bbfd52fd9aaf3b4c808306
--- /dev/null
+++ b/README-UNL.txt
@@ -0,0 +1,13 @@
+Hacks of Core:
+
+includes/bootstrap.inc
+function drupal_settings_initialize()
+ * UNL change: include a "global" settings file that applies to all sites.
+
+------------------------------------
+
+sites/all/modules/drush/commands/core/drupal/site_install_7.inc
+function drush_core_site_install_version()
+ * UNL change! Setting this to FALSE because we don't want them and they're hard coded.
+
+------------------------------------
diff --git a/sites/all/modules/drush/commands/core/drupal/site_install_7.inc b/sites/all/modules/drush/commands/core/drupal/site_install_7.inc
index 799142bc9c5d31c3a7a009fd64f66a553f1c661f..5c4280c68cdb093a13ce8435cbb7a396efd8d81d 100644
--- a/sites/all/modules/drush/commands/core/drupal/site_install_7.inc
+++ b/sites/all/modules/drush/commands/core/drupal/site_install_7.inc
@@ -36,8 +36,12 @@ function drush_core_site_install_version($profile) {
           ),
         ),
         'update_status_module' => array(
+          /*
+          UNL change! Setting this to FALSE because we don't want them and they're hard coded.
           1 => TRUE,
           2 => TRUE,
+          End UNL Change!
+          */
         ),
         'clean_url' => drush_get_option('clean-url', TRUE),
       ),