mirror of
https://github.com/brain-hackers/buildbrain
synced 2026-03-29 09:11:08 +09:00
Compare commits
6 Commits
2021-02-21
...
2021-02-24
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b26348a09 | ||
|
|
b1b57ed394 | ||
|
|
76838eb82a | ||
|
|
af6774678c | ||
|
|
e6e2d04a92 | ||
|
|
1ebd86c1a2 |
@@ -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))
|
||||
|
||||
Submodule linux-brain updated: ce40e22b52...114b17b84a
@@ -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
3
tools/version
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
date +"%Y-%m-%d-%H%M%S"
|
||||
Reference in New Issue
Block a user