Guest User

Untitled

a guest
Apr 23rd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #!/bin/bash
  2. cd binary/live || exit 1
  3. vmlinuz=$(ls vmlinuz* | tail -n1)
  4. ln $vmlinuz vmlinuz || true
  5. initrd=$(ls initrd.img* | tail -n1)
  6. ln $initrd initrd.img || true
Add Comment
Please, Sign In to add comment