summaryrefslogtreecommitdiffstats
path: root/source/installer/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer/ChangeLog.txt')
-rw-r--r--source/installer/ChangeLog.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index b14c77e4e..cc14f1412 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,10 @@
+Tue Jan 22 22:42:47 UTC 2019
+ Before running the CONFIGURE section, create bind mounts to /dev, /proc, and
+ /sys. This is useful for chrooting and setting up boot loaders.
+ Also add "mkbindmounts" command to do this manually for anything that's
+ mounted on /mnt. This avoids having to type these commands when using the
+ installer for system rescue purposes.
++--------------------------+
Sun Jan 6 19:54:10 UTC 2019
Account for .x64 suffix on /boot/config-* files with x86_64 when installing
the config files and /boot/config symlink. Thanks to Edward Grattan.