Skip to content

Instantly share code, notes, and snippets.

@m4tm4t
Created July 16, 2013 20:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m4tm4t/6012327 to your computer and use it in GitHub Desktop.
Save m4tm4t/6012327 to your computer and use it in GitHub Desktop.
[Unit]
Description=Copier le noyau EFISTUB sur la partition système UEFI.
[Service]
Type=oneshot
ExecStart=/bin/cp -f /boot/vmlinuz-linux /boot/efi/EFI/arch/vmlinuz-arch.efi
ExecStart=/bin/cp -f /boot/initramfs-linux.img /boot/efi/EFI/arch/initramfs-arch.img
ExecStart=/bin/cp -f /boot/initramfs-linux-fallback.img /boot/efi/EFI/arch/initramfs-arch-fallback.img
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment