Skip to content

Commit

Permalink
Merge pull request #119 from MusicDin/cp/images
Browse files Browse the repository at this point in the history
Fix missing whitespaces around dracut add_drivers+=
  • Loading branch information
tomponline committed Apr 2, 2024
2 parents b803f69 + 4bc7b87 commit 2b26864
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions images/centos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ files:
- path: /etc/dracut.conf.d/lxd.conf
generator: dump
content: |-
add_drivers+="virtio_scsi virtio_pci virtio_console"
add_drivers+=" virtio_scsi virtio_pci virtio_console "
types:
- vm
releases:
Expand All @@ -316,7 +316,7 @@ files:
- path: /etc/dracut.conf.d/lxd.conf
generator: dump
content: |-
add_drivers+="virtio_scsi virtio_console sd_mod"
add_drivers+=" virtio_scsi virtio_console sd_mod "
types:
- vm
releases:
Expand Down
2 changes: 1 addition & 1 deletion images/fedora.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ files:
- path: /etc/dracut.conf.d/lxd.conf
generator: dump
content: |-
add_drivers+=virtio_scsi
add_drivers+=" virtio_scsi "
types:
- vm

Expand Down
2 changes: 1 addition & 1 deletion images/openeuler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ files:
- path: /etc/dracut.conf.d/lxd.conf
generator: dump
content: |-
add_drivers+="virtio_scsi virtio_console sd_mod"
add_drivers+=" virtio_scsi virtio_console sd_mod "
types:
- vm

Expand Down
4 changes: 2 additions & 2 deletions images/springdalelinux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ files:
- path: /etc/dracut.conf.d/lxd.conf
generator: dump
content: |-
add_drivers+="virtio_scsi virtio_pci virtio_console"
add_drivers+=" virtio_scsi virtio_pci virtio_console "
types:
- vm
releases:
Expand All @@ -202,7 +202,7 @@ files:
- path: /etc/dracut.conf.d/lxd.conf
generator: dump
content: |-
add_drivers+="virtio_scsi virtio_console sd_mod"
add_drivers+=" virtio_scsi virtio_console sd_mod "
types:
- vm
releases:
Expand Down

0 comments on commit 2b26864

Please sign in to comment.