This website works better with JavaScript.
Home
Help
Sign In
starwels
/
gitian-builder
mirror of
https://github.com/devrandom/gitian-builder
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
2
Wiki
Activity
Browse Source
Increase LXC disk size from 10241 MiB to 12 GiB
pull/212/head
Hennadii Stepanov
1 year ago
parent
81edd2fc8e
commit
25a0feb2a3
No account linked to committer's email address
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
bin/make-base-vm
+ 1
- 1
bin/make-base-vm
View File
@@ -264,7 +264,7 @@ if [ $LXC = "1" ]; then
fi
fi
fi
dd if=/dev/zero of=$OUT-lxc bs=1M count=1 seek=1
0240
dd if=/dev/zero of=$OUT-lxc bs=1M count=1 seek=1
2287
/sbin/mkfs.ext4 -F $OUT-lxc
t=`mktemp -d gitian.XXXXXXXX`
sudo mount $OUT-lxc $t
Write
Preview
Loading…
Cancel
Save