Created
June 22, 2012 10:42
-
-
Save mschmitt/2972005 to your computer and use it in GitHub Desktop.
/boot/Makefile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: | |
update-initramfs -u | |
grub-mkconfig | |
update-grub | |
grub-install /dev/sdc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment