Created
July 7, 2017 12:53
-
-
Save hoto/7459444829f44bbce1bccfcc8cd5dad8 to your computer and use it in GitHub Desktop.
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
# prepares pendirve so i can install bootable os iso on it | |
umount | |
umount /dev/sdb1 | |
dd if=/dev/zero of=/dev/sdb bs=1M count=10 | |
cgdisk /dev/sdb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment