remove ifupdown to solve conflict with connman
This commit is contained in:
parent
ccc971979e
commit
885ad3f228
2 changed files with 3 additions and 0 deletions
|
@ -144,6 +144,8 @@ apt install -y \
|
|||
gvfs-common \
|
||||
pcmanfm \
|
||||
|
||||
message "remove package ifupdown because it would conflict with connman"
|
||||
apt purge -y ifupdown
|
||||
|
||||
#message "install linux-kernel from backports"
|
||||
#apt install -t bullseye-backports -y linux-image-amd64
|
||||
|
|
|
@ -125,6 +125,7 @@ $CHROOTCMD sed -i '/<\!-- GENERATED ICONLIST -->/r /tmp/jwm.iconlist' /etc/jwm/s
|
|||
message "correct file permissions"
|
||||
#$CHROOTCMD /usr/bin/chmod 440 /etc/sudoers || error
|
||||
$CHROOTCMD /usr/bin/chmod 755 /usr/sbin/nanodesk-installer || error
|
||||
$CHROOTCMD /usr/bin/chmod 755 /usr/bin/nanodesk-installer-gxm || error
|
||||
$CHROOTCMD /usr/bin/chmod 755 /usr/bin/nanodesk || error
|
||||
$CHROOTCMD /usr/bin/chmod 755 /usr/bin/nanodesk-first-start || error
|
||||
|
||||
|
|
Loading…
Reference in a new issue