summaryrefslogtreecommitdiffstats
path: root/source/installer
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-04-27 20:04:59 +0000
committer Eric Hameleers <alien@slackware.com>2019-04-28 08:59:45 +0200
commit495148272d8fc1529a1d066c8b0e30dc4230832e (patch)
tree8c8cfb5aee445e06f7b1d5c01b643b20180a17b5 /source/installer
parentbfbeefa9c9825dde624e544beb29c62b4e467602 (diff)
downloadcurrent-495148272d8fc1529a1d066c8b0e30dc4230832e.tar.gz
current-495148272d8fc1529a1d066c8b0e30dc4230832e.tar.xz
Sat Apr 27 20:04:59 UTC 201920190427200459
a/kernel-generic-4.19.37-x86_64-1.txz: Upgraded. a/kernel-huge-4.19.37-x86_64-1.txz: Upgraded. a/kernel-modules-4.19.37-x86_64-1.txz: Upgraded. d/kernel-headers-4.19.37-x86-1.txz: Upgraded. k/kernel-source-4.19.37-noarch-1.txz: Upgraded. l/python-requests-2.21.0-x86_64-3.txz: Rebuilt. Increase maximum allowed version of urllib3. Thanks to Lockywolf. isolinux/initrd.img: Rebuilt. kernels/*: Upgraded. usb-and-pxe-installers/usbboot.img: Rebuilt.
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