Skip to content

Commit

Permalink
Merge pull request #48 from brain-hackers/ci-timesyncd
Browse files Browse the repository at this point in the history
Add systemd-timesyncd & revert back issue and os-release
  • Loading branch information
puhitaku authored Nov 23, 2022
2 parents eaa027d + a4350f3 commit 8f3f63b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 19 deletions.
3 changes: 0 additions & 3 deletions os-brainux/override.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ set -uex -o pipefail
SRC=$1
DST=$2

install -g root -o root -m 0644 $SRC/usr/lib/os-release $DST/usr/lib/os-release
install -g root -o root -m 0644 $SRC/etc/issue $DST/etc/issue
install -g root -o root -m 0644 $SRC/etc/issue.net $DST/etc/issue.net
install -g root -o root -m 0644 $SRC/etc/motd $DST/etc/motd
install -g root -o root -m 0440 $SRC/etc/sudoers $DST/etc/sudoers

Expand Down
2 changes: 0 additions & 2 deletions os-brainux/override/etc/issue

This file was deleted.

1 change: 0 additions & 1 deletion os-brainux/override/etc/issue.net

This file was deleted.

5 changes: 2 additions & 3 deletions os-brainux/override/etc/sudoers
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,10 @@ Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b

# User privilege specification
root ALL=(ALL:ALL) ALL
takumi ALL=(ALL:ALL) ALL

# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL

# See sudoers(5) for more information on "#include" directives:
# See sudoers(5) for more information on "@include" directives:

#includedir /etc/sudoers.d
@includedir /etc/sudoers.d
9 changes: 0 additions & 9 deletions os-brainux/override/usr/lib/os-release

This file was deleted.

2 changes: 1 addition & 1 deletion os-brainux/setup_brainux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ 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 fake-hwclock\
dbus udev alsa-utils usbutils iw fake-hwclock systemd-timesyncd\
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 wget git \
Expand Down

0 comments on commit 8f3f63b

Please sign in to comment.