mirror of https://github.com/cutefishos/calamares
updated docs to better explain new features
the docs do not current reflect the new net-install and packages modules changes well. This updates them to explain the new keys in the configuration files.main
parent
d016a0030a
commit
5eb0c8e40b
@ -1,6 +1,10 @@
|
|||||||
rootMountPoint: /tmp/mount
|
rootMountPoint: /tmp/mount
|
||||||
packageOperations:
|
packageOperations:
|
||||||
- install:
|
- install:
|
||||||
- vi
|
- pre-script: touch /tmp/foo
|
||||||
|
package: vi
|
||||||
|
post-script: rm /tmp/foo
|
||||||
|
- wget
|
||||||
- remove:
|
- remove:
|
||||||
- vi
|
- vi
|
||||||
|
- wget
|
||||||
|
Loading…
Reference in New Issue