From 92c07c9fb3d0e93e3b9973047f62edba78d57098 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 25 Jul 2024 13:00:14 -0600 Subject: [PATCH] fix --- debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.sh b/debian.sh index d2c1bdb..9092e38 100755 --- a/debian.sh +++ b/debian.sh @@ -175,7 +175,7 @@ live-os-restore() { systemMounts echo "[Copying Boot Files ]" echo - cp -rf /tmp/boot/ $TARGET/boot/ + cp -rf /boot/* $TARGET/boot/ chmod +x $TARGET/usr/bin/debian.sh chroot $TARGET /usr/bin/debian.sh bootloader $1 $5 $2 chroot $TARGET /usr/bin/debian.sh btrfs-tweaks