projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7006b41
)
Add custom script for gptfdisk
author
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 18 May 2014 04:48:04 +0000
(
00:48
-0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sun, 18 May 2014 04:49:33 +0000
(
00:49
-0400)
stage2/pkg/gptfdisk
[new file with mode: 0644]
patch
|
blob
diff --git a/stage2/pkg/gptfdisk
b/stage2/pkg/gptfdisk
new file mode 100644
(file)
index 0000000..
20556f1
--- /dev/null
+++ b/
stage2/pkg/gptfdisk
@@ -0,0
+1,8
@@
+#!/bin/bash
+
+hvbuild()
+{
+ cd ${LFS_TMP}/${PACKAGE}
+ make gdisk
+ install gdisk /usr/bin
+}