Bigger default image sizes for N900 and Droid4.

This commit is contained in:
parazyd 2020-07-14 22:30:36 +02:00
parent 5234356263
commit ecb61177e7
No known key found for this signature in database
GPG Key ID: 6B636BF0493EE747
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env zsh
# Copyright (c) 2016-2018 Dyne.org Foundation
# Copyright (c) 2016-2020 Dyne.org Foundation
# arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
#
# This file is part of arm-sdk
@ -26,7 +26,7 @@ arrs+=(custmodules)
device_name="droid4"
arch="armhf"
size=1337
size=1891
inittab=("s0:12345:respawn:/sbin/agetty -L ttyS2 115200 vt100")
parted_type="dos"

View File

@ -1,5 +1,5 @@
#!/usr/bin/env zsh
# Copyright (c) 2016-2018 Dyne.org Foundation
# Copyright (c) 2016-2020 Dyne.org Foundation
# arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
#
# This file is part of arm-sdk
@ -26,7 +26,7 @@ arrs+=(custmodules)
device_name="n900"
arch="armhf"
size=1337
size=1891
inittab=("T0:23:respawn:/sbin/getty -L ttyS2 115200 vt100")
parted_type="dos"