summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/bin/servconfig
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/initrd-stuff/bin/servconfig')
-rwxr-xr-xinitramfs/initrd-stuff/bin/servconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/initramfs/initrd-stuff/bin/servconfig b/initramfs/initrd-stuff/bin/servconfig
index 62457cfa..850c4fd4 100755
--- a/initramfs/initrd-stuff/bin/servconfig
+++ b/initramfs/initrd-stuff/bin/servconfig
@@ -164,11 +164,11 @@ initial_boot
config_distro
#############################################################################
-#
-# boot.local
+# boot.local (fixme: deprecated)
if [ -n "$bootlocal_script" ]; then
- echo -e "# entries added by $0:\n#\t$date\n\n\
-$bootlocal_script" >> /mnt/etc/${D_INITDIR}/boot.local
+ echo -e "# Option is deprecated and will be removed soon. Please put the \
+file to the ConfTGZ (rootfs/etc/${D_INITDIR}/boot.local)" >> \
+ /mnt/etc/${D_INITDIR}/boot.local
fi
#############################################################################