Tidying
This commit is contained in:
parent
07935f796a
commit
795f7750ab
|
@ -338,7 +338,6 @@ chroot "$rootdir" apt-get install -y sudo git dialog toilet build-essential open
|
||||||
chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
|
chroot "$rootdir" apt-get install -y avahi-daemon avahi-utils avahi-discover avahi-autoipd
|
||||||
chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager
|
chroot "$rootdir" apt-get install -y iptables dnsutils net-tools network-manager
|
||||||
chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name
|
chroot "$rootdir" apt-get install -y libnss-mdns libnss-myhostname libnss-gw-name
|
||||||
chroot "$rootdir" apt-get install -y u-boot-sunxi
|
|
||||||
|
|
||||||
chroot "$rootdir" /bin/bash -x <<EOF
|
chroot "$rootdir" /bin/bash -x <<EOF
|
||||||
git clone https://github.com/bashrc/freedombone /root/freedombone
|
git clone https://github.com/bashrc/freedombone /root/freedombone
|
||||||
|
|
|
@ -65,10 +65,8 @@ logrotate module-init-tools netbase rsyslog udev debian-archive-keyring"
|
||||||
beaglebone_pkgs="linux-image-armmp u-boot-tools u-boot"
|
beaglebone_pkgs="linux-image-armmp u-boot-tools u-boot"
|
||||||
|
|
||||||
# Packages needed on the Allwinner A20 devices:
|
# Packages needed on the Allwinner A20 devices:
|
||||||
# - Cubietruck
|
# - Cubieboard2
|
||||||
# - A20 OLinuXino LIME2
|
a20_pkgs="linux-image-armmp-lpae u-boot-tools u-boot u-boot-sunxi"
|
||||||
# - A20 OLinuXino MICRO
|
|
||||||
a20_pkgs="linux-image-armmp-lpae u-boot-tools u-boot"
|
|
||||||
|
|
||||||
# Packages needed for self-hosted development
|
# Packages needed for self-hosted development
|
||||||
dev_pkgs="build-essential devscripts make man-db emacs org-mode git mercurial"
|
dev_pkgs="build-essential devscripts make man-db emacs org-mode git mercurial"
|
||||||
|
@ -89,7 +87,7 @@ case "$MACHINE" in
|
||||||
--roottype btrfs \
|
--roottype btrfs \
|
||||||
"
|
"
|
||||||
;;
|
;;
|
||||||
cubieboard2 | cubietruck | a20-olinuxino-lime2 | a20-olinuxino-micro)
|
cubieboard2)
|
||||||
extra_pkgs="$a20_pkgs"
|
extra_pkgs="$a20_pkgs"
|
||||||
extra_opts="\
|
extra_opts="\
|
||||||
--variant minbase \
|
--variant minbase \
|
||||||
|
|
Loading…
Reference in New Issue