Skip to content
Permalink
723fb51d83
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
@david
Latest commit 7e09e22 Sep 28, 2017 History
sgdisk dont work

```
root@hmmjaaeh:~/git_zeug/mariuxinstaller
sgdisk -i /dev/sda
root@hmmjaaeh:~/git_zeug/mariuxinstaller
```
2 contributors

Users who have contributed to this file

@david @thomas
executable file 12 lines (9 sloc) 320 Bytes
#!/bin/env beesh
# BEE_VERSION gptfdisk-1.0.1-1
SRCURL[0]="http://www.rodsbooks.com/gdisk/gptfdisk-${PKGVERSION}.tar.gz"
function mee_install() {
for FILE in cgdisk fixparts gdisk sgdisk ; do
install -D $FILE "${D}"/"${SBINDIR}"/$FILE
install -D $FILE.8 "${D}"/"${MANDIR}"/man8/$FILE.8
done
}