mirror of
git://slackware.nl/current.git
synced 2025-01-13 08:01:53 +01:00
bb2b920e00
ap/lsof-4.99.4-x86_64-1.txz: Upgraded. n/dovecot-2.3.21.1-x86_64-4.txz: Rebuilt. Build with option --with-libwrap. Patch configure to add -lnsl to -lwrap. Thanks to Jonathan Woithe. xap/xine-lib-1.2.13-x86_64-10.txz: Rebuilt. Recompiled since ImageMagick upstream fixed their mistake. Thanks to Petri Kaukasoina. testing/packages/kernel-generic-6.12.0-x86_64-1.txz: Added. testing/packages/kernel-headers-6.12.0-x86-1.txz: Added. testing/packages/kernel-source-6.12.0-noarch-1.txz: Added.
9 lines
326 B
Text
9 lines
326 B
Text
# Only run this if we aren't in the installer.
|
|
# We'll do these things after the install.
|
|
if [ -z "$INSIDE_INSTALLER" ]; then
|
|
# Generate the initrd and remove orphaned initrds.
|
|
# Options (including disabling this) may be found in /etc/default/geninitrd.
|
|
if [ -x usr/sbin/geninitrd ]; then
|
|
usr/sbin/geninitrd
|
|
fi
|
|
fi
|