Merge pull request #16 from brain-hackers/ci-next

Next Brainux
This commit is contained in:
Takumi Sueda 2021-04-19 19:54:45 +09:00 committed by GitHub
commit 882ebd83a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 42 additions and 3 deletions

@ -1 +1 @@
Subproject commit 1f760c223052df2c924cf6fe0b622676bbb35796
Subproject commit 7738c0a9cea5981cee2ec4519e14bbd4c0787a95

View File

@ -15,5 +15,7 @@ install -g root -o root -m 0644 $SRC/etc/X11/Xsession.d/96calibrate $DST/etc/X11
install -g root -o root -m 0644 -D $SRC/etc/xdg/weston/weston.ini $DST/etc/xdg/weston/weston.ini
install -g root -o root -m 0644 -D $SRC/home/user/lxterminal/lxterminal.conf $DST/home/user/lxterminal/lxterminal.conf
install -g 1000 -o 1000 -m 0644 -D $SRC/home/user/.xprofile $DST/home/user/.xprofile
install -g 1000 -o 1000 -m 0644 -D $SRC/home/user/.config/fcitx/profile $DST/home/user/.config/fcitx/profile
install -g 1000 -o 1000 -m 0644 -D $SRC/home/user/lxterminal/lxterminal.conf $DST/home/user/lxterminal/lxterminal.conf
install -g root -o root -m 0644 -D $SRC/etc/jwm/system.jwmrc $DST/etc/jwm/system.jwmrc

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,7 @@
export GTK_IM_MODULE=fcitx
export QT_IM_MODULE=fcitx
export XMODIFIERS=@im=fcitx
# Uncomment the following line to enable fcitx-mozc
# fcitx-autostart &

View File

@ -43,6 +43,9 @@ echo "$TIMEZONE" > /etc/timezone && \
dpkg-reconfigure -f noninteractive locales && \
update-locale LANG=en_US.UTF-8
rm /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
echo "brain" > /etc/hostname
DEBIAN_FRONTEND=noninteractive \
apt install -y dialog sudo \
@ -52,11 +55,16 @@ DEBIAN_FRONTEND=noninteractive \
weston xwayland \
bash tmux vim htop \
midori pcmanfm lxterminal xterm gnome-terminal fbterm uim-fep uim-anthy fonts-noto-cjk \
dbus udev alsa-utils usbutils iw \
dbus udev alsa-utils usbutils iw fake-hwclock\
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 curl wget git
DEBIAN_FRONTEND=noninteractive \
apt install -y --install-recommends fcitx-anthy
systemctl enable fake-hwclock
# Ly
apt install -y libpam0g-dev libxcb-xkb-dev
cd /