Commit 2965dd1
committed
qvm-template: pass through --skip-start to qvm-template-postprocess
Allow skipping the post-installation qrexec service (which retrieves app
menus and features), e.g. to keep the template in a pristine state from
which multiple child templates can be cloned that will not be linkable
to each other through volume data modifications (updated timestamps
etc.) inherited from their parent.
The post-installation service can be called later:
qvm-features CLONE qrexec 1 &&
qvm-run --service --pass-io --no-gui CLONE qubes.PostInstall &&
qvm-shutdown CLONE1 parent 641fbb7 commit 2965dd1
File tree
3 files changed
+29
-2
lines changed- doc/manpages
- qubesadmin
- tests/tools
- tools
3 files changed
+29
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
| 88 | + | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
109 | 113 | | |
110 | 114 | | |
111 | 115 | | |
| |||
117 | 121 | | |
118 | 122 | | |
119 | 123 | | |
120 | | - | |
| 124 | + | |
121 | 125 | | |
122 | 126 | | |
123 | 127 | | |
| |||
135 | 139 | | |
136 | 140 | | |
137 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
138 | 146 | | |
139 | 147 | | |
140 | 148 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
| 454 | + | |
454 | 455 | | |
455 | 456 | | |
456 | 457 | | |
| |||
565 | 566 | | |
566 | 567 | | |
567 | 568 | | |
| 569 | + | |
568 | 570 | | |
569 | 571 | | |
570 | 572 | | |
| |||
643 | 645 | | |
644 | 646 | | |
645 | 647 | | |
| 648 | + | |
646 | 649 | | |
647 | 650 | | |
648 | 651 | | |
| |||
710 | 713 | | |
711 | 714 | | |
712 | 715 | | |
| 716 | + | |
713 | 717 | | |
714 | 718 | | |
715 | 719 | | |
| |||
781 | 785 | | |
782 | 786 | | |
783 | 787 | | |
| 788 | + | |
784 | 789 | | |
785 | 790 | | |
786 | 791 | | |
| |||
832 | 837 | | |
833 | 838 | | |
834 | 839 | | |
| 840 | + | |
835 | 841 | | |
836 | 842 | | |
837 | 843 | | |
| |||
927 | 933 | | |
928 | 934 | | |
929 | 935 | | |
| 936 | + | |
930 | 937 | | |
931 | 938 | | |
932 | 939 | | |
| |||
1028 | 1035 | | |
1029 | 1036 | | |
1030 | 1037 | | |
| 1038 | + | |
1031 | 1039 | | |
1032 | 1040 | | |
1033 | 1041 | | |
| |||
1108 | 1116 | | |
1109 | 1117 | | |
1110 | 1118 | | |
| 1119 | + | |
1111 | 1120 | | |
1112 | 1121 | | |
1113 | 1122 | | |
| |||
4298 | 4307 | | |
4299 | 4308 | | |
4300 | 4309 | | |
| 4310 | + | |
4301 | 4311 | | |
4302 | 4312 | | |
4303 | 4313 | | |
| |||
4404 | 4414 | | |
4405 | 4415 | | |
4406 | 4416 | | |
| 4417 | + | |
4407 | 4418 | | |
4408 | 4419 | | |
4409 | 4420 | | |
| |||
4515 | 4526 | | |
4516 | 4527 | | |
4517 | 4528 | | |
| 4529 | + | |
4518 | 4530 | | |
4519 | 4531 | | |
4520 | 4532 | | |
| |||
4923 | 4935 | | |
4924 | 4936 | | |
4925 | 4937 | | |
| 4938 | + | |
4926 | 4939 | | |
4927 | 4940 | | |
4928 | 4941 | | |
| |||
5009 | 5022 | | |
5010 | 5023 | | |
5011 | 5024 | | |
| 5025 | + | |
5012 | 5026 | | |
5013 | 5027 | | |
5014 | 5028 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
183 | 186 | | |
184 | 187 | | |
185 | 188 | | |
| |||
1188 | 1191 | | |
1189 | 1192 | | |
1190 | 1193 | | |
| 1194 | + | |
| 1195 | + | |
1191 | 1196 | | |
1192 | 1197 | | |
1193 | 1198 | | |
| |||
0 commit comments