mirror of https://github.com/parazyd/arm-sdk.git
Bigger default image sizes for N900 and Droid4.
This commit is contained in:
parent
5234356263
commit
ecb61177e7
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env zsh
|
#!/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>
|
# arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
|
||||||
#
|
#
|
||||||
# This file is part of arm-sdk
|
# This file is part of arm-sdk
|
||||||
|
|
@ -26,7 +26,7 @@ arrs+=(custmodules)
|
||||||
|
|
||||||
device_name="droid4"
|
device_name="droid4"
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
size=1337
|
size=1891
|
||||||
inittab=("s0:12345:respawn:/sbin/agetty -L ttyS2 115200 vt100")
|
inittab=("s0:12345:respawn:/sbin/agetty -L ttyS2 115200 vt100")
|
||||||
|
|
||||||
parted_type="dos"
|
parted_type="dos"
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env zsh
|
#!/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>
|
# arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org>
|
||||||
#
|
#
|
||||||
# This file is part of arm-sdk
|
# This file is part of arm-sdk
|
||||||
|
|
@ -26,7 +26,7 @@ arrs+=(custmodules)
|
||||||
|
|
||||||
device_name="n900"
|
device_name="n900"
|
||||||
arch="armhf"
|
arch="armhf"
|
||||||
size=1337
|
size=1891
|
||||||
inittab=("T0:23:respawn:/sbin/getty -L ttyS2 115200 vt100")
|
inittab=("T0:23:respawn:/sbin/getty -L ttyS2 115200 vt100")
|
||||||
|
|
||||||
parted_type="dos"
|
parted_type="dos"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue