Merge pull request #11 from brain-hackers/update

Update
This commit is contained in:
Takumi Sueda 2021-02-24 00:01:36 +09:00 committed by GitHub
commit b1b57ed394
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 4 deletions

View File

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

View File

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