From e188486f44e2091735954757905072556e4f3cf8 Mon Sep 17 00:00:00 2001 From: ramon Date: Wed, 26 Sep 2012 09:17:35 +0000 Subject: [PATCH] =?UTF-8?q?#554:=20Preparar=20la=20generaci=C3=B3n=20de=20?= =?UTF-8?q?un=20nuevo=20cliente=20eliminando=20la=20llamada=20a=20Busybox?= =?UTF-8?q?=20en=20el=20reinicio=20del=20ogClient?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/branches/version1.0@3289 a21b9725-9963-47de-94b9-378ad31fedc9 --- includes/etc/initramfs-tools/scripts/ogfunctions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/etc/initramfs-tools/scripts/ogfunctions b/includes/etc/initramfs-tools/scripts/ogfunctions index 89cd2c6..0fd4dda 100644 --- a/includes/etc/initramfs-tools/scripts/ogfunctions +++ b/includes/etc/initramfs-tools/scripts/ogfunctions @@ -289,7 +289,7 @@ ogUpdateInitrd () cd /; umount /tmp/cache - [ "$DOREBOOT" == "true" ] && busybox reboot -f + [ "$DOREBOOT" == "true" ] && reboot -f }