From 83b4b4e45977c7a7f441bfb8a213b1e9eb9f6099 Mon Sep 17 00:00:00 2001 From: Marcos Mello Date: Sun, 12 Jul 2020 07:45:48 -0300 Subject: [PATCH] Small cosmetic tweak to loadsrm patch --- patches/archiso-add-loadsrm.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patches/archiso-add-loadsrm.patch b/patches/archiso-add-loadsrm.patch index c6adeab..be84648 100644 --- a/patches/archiso-add-loadsrm.patch +++ b/patches/archiso-add-loadsrm.patch @@ -1,5 +1,5 @@ diff --git a/archiso/initcpio/hooks/archiso b/archiso/initcpio/hooks/archiso -index 5c56561..ecfba70 100644 +index 5c56561..69546d7 100644 --- a/archiso/initcpio/hooks/archiso +++ b/archiso/initcpio/hooks/archiso @@ -72,6 +72,44 @@ _mnt_sfs() { @@ -18,7 +18,7 @@ index 5c56561..ecfba70 100644 + [[ -e "${srm_img}" ]] || continue + srm_fullname="${srm_img##*/}" + if [[ "${copytoram}" == "y" ]]; then -+ msg -n ":: Copying ${srm_fullname} to RAM..." ++ msg -n ":: Copying '${srm_fullname}' to RAM..." + if cp "${srm_img}" "/run/archiso/copytoram/${srm_fullname}" ; then + srm_img="/run/archiso/copytoram/${srm_fullname}" + msg "done."