aboutsummaryrefslogtreecommitdiff
path: root/in-chroot.sh
blob: d7a361f95510e4460f3d5be9bb22bc3ca638318c (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash -x
dpkg-divert --local --add /usr/share/flash-kernel/bootscript/bootscr.xgene-mustang
mv /boot.script /usr/share/flash-kernel/bootscript/bootscr.xgene-mustang
apt-get install u-boot-tools
flash-kernel
sed -e 's/ttyAMA0/ttyS0/g' /etc/init/ttyAMA0.conf > /etc/init/ttyS0.conf
if [ -x /extra ]; then
    /extra
fi