mirror of https://github.com/parazyd/arm-sdk.git
reconfigure $inittab as arrays
This commit is contained in:
parent
fae4cbfb71
commit
5dac6bce28
|
|
@ -27,7 +27,7 @@ arrs+=(custmodules)
|
|||
device_name="beagleboneblack"
|
||||
arch="armhf"
|
||||
size=1666
|
||||
inittab="T0:12345:respawn:/sbin/getty -L ttyS0 115200 vt100"
|
||||
inittab=("T0:12345:respawn:/sbin/getty -L ttyS0 115200 vt100")
|
||||
|
||||
parted_type="dos"
|
||||
parted_boot="fat32 2048s 264191s"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ arrs+=(custmodules extra_packages)
|
|||
device_name="odroidxu"
|
||||
arch="armhf"
|
||||
size=1337
|
||||
inittab="T1:12345:respawn:/bin/login -f root ttySAC2 /dev/ttySAC2 2>&1"
|
||||
inittab=("T1:12345:respawn:/bin/login -f root ttySAC2 /dev/ttySAC2 2>&1")
|
||||
|
||||
## this is used for crosscompiling exynos5-hwcomposer.
|
||||
## without it there is no framebuffer console.
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ arrs+=(custmodules extra_packages)
|
|||
device_name="odroidxu4"
|
||||
arch="armhf"
|
||||
size=1337
|
||||
inittab="T1:12345:respawn:/sbin/agetty -L ttyS0 115200 vt100"
|
||||
inittab=("T1:12345:respawn:/sbin/agetty -L ttyS0 115200 vt100")
|
||||
|
||||
parted_type="dos"
|
||||
parted_boot="fat32 2048s 264191s"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ arrs+=(custmodules)
|
|||
device_name="ouya"
|
||||
arch="armhf"
|
||||
size=1337
|
||||
inittab="T0:2345:respawn:/sbin/getty -L ttyS0 115200 linux"
|
||||
inittab=("T0:2345:respawn:/sbin/getty -L ttyS0 115200 linux")
|
||||
|
||||
parted_type="dos"
|
||||
parted_boot="fat32 2048s 264191s"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ arrs+=(custmodules)
|
|||
device_name="raspi1"
|
||||
arch="armel"
|
||||
size=1891
|
||||
inittab="T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100"
|
||||
inittab=("T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100")
|
||||
|
||||
parted_type="dos"
|
||||
parted_boot="fat32 0 64"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ arrs+=(custmodules)
|
|||
device_name="raspi2"
|
||||
arch="armhf"
|
||||
size=1891
|
||||
inittab="T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100"
|
||||
inittab=("T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100")
|
||||
|
||||
parted_type="dos"
|
||||
parted_boot="fat32 2048s 264191s"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ arrs+=(custmodules)
|
|||
device_name="raspi3"
|
||||
arch="arm64"
|
||||
size=1891
|
||||
inittab="T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100"
|
||||
inittab=("T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100")
|
||||
|
||||
parted_type="dos"
|
||||
parted_boot="fat32 0 64"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ arrs+=(custmodules)
|
|||
device_name="sunxi"
|
||||
arch="armhf"
|
||||
size=1891
|
||||
inittab="T1:12345:respawn:/sbin/agetty -L ttyS0 115200 vt100"
|
||||
inittab=("T1:12345:respawn:/sbin/agetty -L ttyS0 115200 vt100")
|
||||
|
||||
parted_type="dos"
|
||||
parted_boot="fat32 2048s 264191s"
|
||||
|
|
|
|||
Loading…
Reference in New Issue