Skip to content

Instantly share code, notes, and snippets.

@jiak94
Last active March 22, 2016 07:21
Show Gist options
  • Save jiak94/7d0af604a97b17d6d0ba to your computer and use it in GitHub Desktop.
Save jiak94/7d0af604a97b17d6d0ba to your computer and use it in GitHub Desktop.
Copy kernel and initrd
sudo mount -o loop,offset=$((512*2048)) debian.img /mnt
mkdir boot
cp /mnt/boot/* boot/ -rv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment