summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
Diffstat (limited to 'source/installer')
-rw-r--r--source/installer/ChangeLog.txt5
-rwxr-xr-xsource/installer/build_installer.sh16
2 files changed, 13 insertions, 8 deletions
diff --git a/source/installer/ChangeLog.txt b/source/installer/ChangeLog.txt
index 7632f4885..8feca1529 100644
--- a/source/installer/ChangeLog.txt
+++ b/source/installer/ChangeLog.txt
@@ -1,3 +1,8 @@
+Sat Apr 27 19:53:20 UTC 2019
+ build_installer.sh: remove final dangling symlink check. This gets into
+ a filesystem loop that takes a bit of time, and has never turned up any
+ dangling symlinks that actually need attention.
++--------------------------+
Sun Mar 3 19:17:45 UTC 2019
Update busybox to 1.30.1.
+--------------------------+
diff --git a/source/installer/build_installer.sh b/source/installer/build_installer.sh
index de380a5f9..e9bcac8c2 100755
--- a/source/installer/build_installer.sh
+++ b/source/installer/build_installer.sh
@@ -1770,14 +1770,14 @@ EOF
fi
ldconfig -r.
-# Find any remaining dangling symlinks.
-echo "--- Finding any dangling symlinks ---"
-echo " Expect to see:"
-echo " ./boot ./var/log/scripts ./var/log/packages"
-echo " ./var/adm/scripts ./var/adm/packages ./cdrom ./nfs"
-echo ""
-find -L . -type l
-echo "-------------------------------------"
+## Find any remaining dangling symlinks.
+#echo "--- Finding any dangling symlinks ---"
+#echo " Expect to see:"
+#echo " ./boot ./var/log/scripts ./var/log/packages"
+#echo " ./var/adm/scripts ./var/adm/packages ./cdrom ./nfs"
+#echo ""
+#find -L . -type l
+#echo "-------------------------------------"
# Do we have to split the initrd (separate initrd for each kernel version)?
if [ $SPLIT_INITRD -eq 1 ]; then