Skip to content

Commit

Permalink
fix: fix headless_nm module
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Wendel <[email protected]>
  • Loading branch information
KwadFan committed Jul 19, 2024
1 parent a8921f4 commit 59c471c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/modules/headless_nm/start_chroot_script
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ unpack filesystem/usr/local/bin /usr/local/bin root
unpack filesystem/boot /boot root
unpack filesystem/etc /etc root

# Enable Service
systemctl_if_exists enable headless_nm.service

# set OS_NAME in Wifi-README.txt according to DIST_NAME
if [ -f "/boot/WiFi-README.txt" ]; then
sed -i 's|OS_NAME|'"${DIST_NAME}"'|g' /boot/WiFi-README.txt
Expand Down

0 comments on commit 59c471c

Please sign in to comment.