Skip to content

Commit 24877a4

Browse files
committedDec 8, 2024·
fix nm
1 parent 36d6172 commit 24877a4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
 

‎base-armv7-rpi-bookworm.pifile

+2-1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ RUN apt-get install -y \
6060
usbtop \
6161
rsyslog \
6262
logrotate \
63-
dhcpcd5
63+
dhcpcd5 \
64+
openresolv
6465

6566
RUN cp /usr/share/dhcpcd/hooks/10-wpa_supplicant /lib/dhcpcd/dhcpcd-hooks/10-wpa_supplicant

‎init-sdcard.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ PI=$MNT/rootfs/home/gnome
1818
cp ~/.tmux.* $PI || true
1919
mkdir -p $PI/.ssh
2020
chmod 700 $PI/.ssh
21-
cp ~/.ssh/2022-tve.pub $PI/.ssh/authorized_keys
22-
sed -i -e '/^%sudo/s/$/ NOPASSWD: ALL/' /etc/sudoers
21+
cp ~/.ssh/tve-2022.pub $PI/.ssh/authorized_keys
22+
sudo sed -i -e '/^%sudo/s/$/ NOPASSWD: ALL/' $MNT/rootfs/etc/sudoers
2323

2424
sync

0 commit comments

Comments
 (0)
Please sign in to comment.