-
-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ RUN pkg-install --assume-installed tessdata \ | |
&& if [[ $PLATFORM =~ ^v4.*$ ]]; then pkg-install flashrom-pikvm; fi | ||
|
||
ENV PART_OPTS nodev,nosuid,noexec,ro,errors=remount-ro | ||
RUN echo "LABEL=PIPST /var/lib/kvmd/pst ext4 $PART_OPTS,X-kvmd.pst-user=kvmd-pst 0 2" >> /etc/fstab | ||
RUN echo "LABEL=PIPST /var/lib/kvmd/pst ext4 $PART_OPTS,X-kvmd.pst-user=kvmd-pst 0 2" >> /etc/fstab | ||
RUN systemctl enable kvmd-bootconfig \ | ||
&& systemctl enable kvmd \ | ||
&& systemctl enable kvmd-pst \ | ||
|
@@ -45,8 +45,7 @@ RUN systemctl enable kvmd-bootconfig \ | |
&& if [[ $PLATFORM =~ ^v0.*$ ]]; then systemctl mask [email protected]; fi \ | ||
&& if [[ $PLATFORM =~ ^v[234].*$ ]]; then \ | ||
systemctl enable kvmd-otg \ | ||
&& echo "LABEL=PIMSD /var/lib/kvmd/msd ext4 $PART_OPTS,X-kvmd.otgmsd-user=kvmd 0 2" >> /etc/fstab \ | ||
\ | ||
&& echo "LABEL=PIMSD /var/lib/kvmd/msd ext4 $PART_OPTS,X-kvmd.otgmsd-user=kvmd 0 2" >> /etc/fstab \ | ||
; fi \ | ||
&& if [[ $BOARD =~ ^rpi4|zero2w$ && $PLATFORM =~ ^v[234].*-hdmi$ ]]; then systemctl enable kvmd-janus; fi \ | ||
&& if [[ $BOARD =~ ^rpi3$ && $PLATFORM =~ ^v[1].*-hdmi$ ]]; then systemctl enable kvmd-janus; fi \ | ||
|