Skip to content

Commit c50090b

Browse files
Merge pull request #146 from jacobweinstock/grub2disk-image
Update readme: ## Description <!--- Please describe what this PR is going to change --> The readme example had a lot of mounts that weren't needed and broke the Action. ## Why is this needed <!--- Link to issue you have raised --> Fixes: # ## How Has This Been Tested? <!--- Please describe in detail how you tested your changes. --> <!--- Include details of your testing environment, and the tests you ran to --> <!--- see how your change affects other areas of the code, etc. --> ## How are existing users impacted? What migration steps/scripts do we need? <!--- Fixes a bug, unblocks installation, removes a component of the stack etc --> <!--- Requires a DB migration script, etc. --> ## Checklist: I have: - [ ] updated the documentation and/or roadmap (if required) - [ ] added unit or e2e tests - [ ] provided instructions on how to upgrade
2 parents ae59b37 + c0933e3 commit c50090b

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

grub2disk/README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,7 @@ tasks:
1313
worker: "{{.device_1}}"
1414
volumes:
1515
- /dev:/dev
16-
- /proc:/proc
1716
- /sys:/sys
18-
- /mnt:/mnt
19-
- /statedir:/statedir
20-
- /etc:/etc
21-
- /bin:/bin
22-
- /sbin:/sbin
23-
- /var:/var
24-
- /usr:/usr
25-
- /lib:/lib
26-
- /tmp:/tmp
27-
- /boot:/boot
2817
actions:
2918
- name: "grub_2_disk"
3019
image: quay.io/tinkerbell/actions/grub2disk:latest

0 commit comments

Comments
 (0)