mirror of
https://github.com/brain-hackers/buildbrain
synced 2024-12-22 12:10:12 +09:00
commit
b1b57ed394
@ -25,7 +25,7 @@ for i in $(seq 1 6); do
|
||||
esac
|
||||
done
|
||||
|
||||
dd if=/dev/zero of=${IMG} bs=1M count=2048
|
||||
dd if=/dev/zero of=${IMG} bs=1M count=3072
|
||||
|
||||
START1=2048
|
||||
SECTORS1=$((1024 * 1024 * 64 / 512))
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit ce40e22b52ced33565f37d6a5bc293b3ceed52e9
|
||||
Subproject commit 114b17b84a8fad35877f5ba9c1d9ce909f44ef12
|
@ -54,9 +54,12 @@ DEBIAN_FRONTEND=noninteractive \
|
||||
alsa-utils \
|
||||
bash tmux vim htop \
|
||||
midori pcmanfm lxterminal xterm gnome-terminal fonts-noto-cjk \
|
||||
dbus udev build-essential flex bison pkg-config autotools-dev libtool autoconf automake \
|
||||
dbus udev build-essential flex bison pkg-config autotools-dev libtool autoconf automake device-tree-compiler\
|
||||
python3 python3-dev python3-setuptools python3-wheel python3-pip python3-smbus \
|
||||
resolvconf net-tools ssh openssh-client avahi-daemon
|
||||
resolvconf net-tools ssh openssh-client avahi-daemon curl wget
|
||||
|
||||
# Fix Midori launch failure
|
||||
sudo update-mime-database /usr/share/mime
|
||||
|
||||
# Get wild
|
||||
cat <<EOF > /etc/apt/sources.list
|
||||
|
Loading…
Reference in New Issue
Block a user