Compare commits

...

6 Commits

Author SHA1 Message Date
Takumi Sueda
3b26348a09 Add version script 2021-02-24 00:02:07 +09:00
Takumi Sueda
b1b57ed394 Merge pull request #11 from brain-hackers/update
Update
2021-02-24 00:01:36 +09:00
Takumi Sueda
76838eb82a Update linux-brain 2021-02-23 23:58:49 +09:00
Takumi Sueda
af6774678c Add a line to fix Midori error 2021-02-23 23:39:40 +09:00
Takumi Sueda
e6e2d04a92 Add packages 2021-02-23 23:37:39 +09:00
Takumi Sueda
1ebd86c1a2 Increase SD image size to 3GiB 2021-02-23 23:36:22 +09:00
4 changed files with 10 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))

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

3
tools/version Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
date +"%Y-%m-%d-%H%M%S"