Changes to images/qemuarm/glibc/core-image-full-cmdline (files-in-image.txt): /usr/sbin/ttyrun was added /etc/init.d/run-postinsts was removed /etc/rcS.d/S99run-postinsts was removed /etc/rpm-postinsts was removed /etc/rpm-postinsts/100-sysvinit-inittab was removed /usr/sbin/run-postinsts was removed Changes to images/qemuarm/glibc/core-image-full-cmdline (installed-package-names.txt): run-postinsts was removed ttyrun was added Changes to images/qemuarm/glibc/core-image-minimal-dev (files-in-image.txt): /usr/sbin/ttyrun was added /etc/init.d/run-postinsts was removed /etc/rcS.d/S99run-postinsts was removed /etc/rpm-postinsts was removed /etc/rpm-postinsts/100-sysvinit-inittab was removed /usr/sbin/run-postinsts was removed Changes to images/qemuarm/glibc/core-image-minimal-dev (installed-package-names.txt): run-postinsts was removed ttyrun was added ttyrun-dev was added Changes to images/qemuarm/glibc/core-image-minimal (files-in-image.txt): /usr/sbin/ttyrun was added /etc/init.d/run-postinsts was removed /etc/rcS.d/S99run-postinsts was removed /etc/rpm-postinsts was removed /etc/rpm-postinsts/100-sysvinit-inittab was removed /usr/sbin/run-postinsts was removed Changes to images/qemuarm/glibc/core-image-minimal (installed-package-names.txt): run-postinsts was removed ttyrun was added Changes to images/qemuarm/glibc/core-image-sato-sdk (files-in-image.txt): /usr/sbin/ttyrun was added /etc/init.d/run-postinsts was removed /etc/rcS.d/S99run-postinsts was removed /etc/rpm-postinsts was removed /etc/rpm-postinsts/100-sysvinit-inittab was removed /usr/sbin/run-postinsts was removed Changes to images/qemuarm/glibc/core-image-sato-sdk (installed-package-names.txt): run-postinsts was removed ttyrun was added ttyrun-dev was added Changes to images/qemuarm/glibc/core-image-sato (files-in-image.txt): /usr/sbin/ttyrun was added /etc/init.d/run-postinsts was removed /etc/rcS.d/S99run-postinsts was removed /etc/rpm-postinsts was removed /etc/rpm-postinsts/100-sysvinit-inittab was removed /usr/sbin/run-postinsts was removed Changes to images/qemuarm/glibc/core-image-sato (installed-package-names.txt): run-postinsts was removed ttyrun was added packages/cortexa15t2hf-neon-poky-linux-gnueabi/openssh/openssh-dev: RRECOMMENDS: removed "sudo-dev" packages/cortexa15t2hf-neon-poky-linux-gnueabi/openssh/openssh-ptest: RDEPENDS: removed "sudo" packages/qemuarm-poky-linux-gnueabi/sysvinit-inittab/sysvinit-inittab-dev: RRECOMMENDS: added "ttyrun-dev" packages/qemuarm-poky-linux-gnueabi/sysvinit-inittab/sysvinit-inittab: RDEPENDS: added "ttyrun" packages/qemuarm-poky-linux-gnueabi/sysvinit-inittab/sysvinit-inittab: pkg_postinst cleared: @@ -1,27 +0,0 @@ -set -e -# run this on host and on target -if [ "115200;ttyAMA0 115200;hvc0" = "" ]; then - exit 0 -fi - -if [ -n "$D" ]; then - $INTERCEPT_DIR/postinst_intercept delay_to_first_boot sysvinit-inittab mlprefix= - exit 0 -fi -# run this on the target -if [ -e /proc/consoles ]; then - tmp="115200;ttyAMA0 115200;hvc0" - for i in $tmp - do - j=`echo ${i} | sed -e s/^.*\;//g -e s/\:.*//g` - k=`echo ${i} | sed s/^.*\://g` - if [ -z "`grep ${j} /proc/consoles`" ]; then - if [ -z "${k}" ] || [ -z "`grep ${k} /proc/consoles`" ] || [ ! -e /dev/${j} ]; then - sed -i -e /^.*${j}\ /d -e /^.*${j}$/d /etc/inittab - fi - fi - done - kill -HUP 1 -else - exit 1 -fi --