reconfigure $inittab as arrays

This commit is contained in:
parazyd 2017-09-24 16:30:43 +02:00
parent fae4cbfb71
commit 5dac6bce28
No known key found for this signature in database
GPG Key ID: F0CB28FCF78637DE
8 changed files with 8 additions and 8 deletions

View File

@ -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"

View File

@ -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.

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"

View File

@ -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"