Skip to content

Commit

Permalink
add /lib/firmware to list of RW filesystems
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud committed Oct 2, 2024
1 parent 7428bad commit f6d189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/templates/cos-rootfs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ environment_file: /run/cos/cos-layout.env
environment:
VOLUMES: "LABEL=COS_OEM:/oem LABEL=COS_PERSISTENT:/usr/local{{ if .ShouldMountDataPartition }} LABEL=HARV_LH_DEFAULT:/var/lib/harvester/defaultdisk{{ end }}"
OVERLAY: "tmpfs:25%"
RW_PATHS: "/var /etc /srv /boot"
RW_PATHS: "/var /etc /srv /boot /lib/firmware"
PERSISTENT_STATE_PATHS: >-
/etc/systemd
/etc/rancher
Expand Down

0 comments on commit f6d189b

Please sign in to comment.