From b83602efaf930549408ff0a828b2c01c3820e052 Mon Sep 17 00:00:00 2001 From: Michael Janczyk Date: Tue, 7 Nov 2006 18:14:32 +0000 Subject: Just to ensure integrity (old boot.local via dhcp-variable will be deprecated soon) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@503 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/bin/servconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'initramfs') 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 ############################################################################# -- cgit v1.2.3-55-g7522