From 92fc9afa487387d6b5e1fc69aa41fce05f932bb5 Mon Sep 17 00:00:00 2001 From: Manuel Fernando da silva rosa Date: Fri, 21 Apr 2023 13:44:50 +0000 Subject: [PATCH] Modificar 'pepscriptsdev/06copy-files-to-target' Signed-off-by: Manuel Fernando da silva rosa --- pepscriptsdev/06copy-files-to-target | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pepscriptsdev/06copy-files-to-target b/pepscriptsdev/06copy-files-to-target index 3fca65f..4553419 100755 --- a/pepscriptsdev/06copy-files-to-target +++ b/pepscriptsdev/06copy-files-to-target @@ -49,9 +49,8 @@ chmod 777 pepthemes chmod 777 pepwallpaper # update gub and initramfs -in-target update-initramfs -u -in-target update-grub - +chroot /target update-initramfs -u +chroot /target update-grub exit 0