diff --git a/README b/README index 8795d74..4afc9f2 100644 --- a/README +++ b/README @@ -251,15 +251,9 @@ Note: Using here a GPT partition mode as example, but MBR should also works # mount 4) Extract ISO image on target filesystem. -# bsdtar -x --exclude=isolinux/ --exclude=arch/boot/syslinux/ -f -C +# bsdtar -x --exclude=isolinux/ --exclude=EFI/archiso/ --exclude=arch/boot/syslinux/ -f -C -5) Extract efiboot.img on EFI/ on target filesystem. -# mcopy -s -i /EFI/archiso/efiboot.img ::/EFI / - -6) Remove uneeded efiboot.img -# rm /EFI/archiso/efiboot.img - -7) Unmount target filesystem. +5) Unmount target filesystem. # umount