Createimg now creates a working 1G partition
This commit is contained in:
parent
b0824a051b
commit
39b9430cf8
3 changed files with 25 additions and 8 deletions
|
@ -6,6 +6,7 @@ fetch() {
|
|||
tar -xf $pkgname-$pkgver.tar.xz
|
||||
cd $pkgname-$pkgver
|
||||
patch -p1 < ../../build.patch
|
||||
patch -p1 < ../../bsect.patch
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue