diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-19 19:06:22 +0100 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-03-19 19:06:22 +0100 |
commit | 4772e48cc9e2e6ed39776b007cbf0d5514f4c7b9 (patch) | |
tree | 7195a816762dfcc301194faed3a9ab6b7edfca95 /scripts/ovh_cloud_instance | |
parent | b45f55437f8239acf5576f4f5282b68eb933db32 (diff) | |
download | Puppet-4772e48cc9e2e6ed39776b007cbf0d5514f4c7b9.tar.gz Puppet-4772e48cc9e2e6ed39776b007cbf0d5514f4c7b9.tar.zst Puppet-4772e48cc9e2e6ed39776b007cbf0d5514f4c7b9.zip |
Populate keyring at install
Diffstat (limited to 'scripts/ovh_cloud_instance')
-rwxr-xr-x | scripts/ovh_cloud_instance/arch_host_script.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ovh_cloud_instance/arch_host_script.sh b/scripts/ovh_cloud_instance/arch_host_script.sh index 3408563..42dcc4a 100755 --- a/scripts/ovh_cloud_instance/arch_host_script.sh +++ b/scripts/ovh_cloud_instance/arch_host_script.sh | |||
@@ -36,7 +36,7 @@ for i in /mnt/*; do | |||
36 | done | 36 | done |
37 | ##### /FIXME #### | 37 | ##### /FIXME #### |
38 | 38 | ||
39 | sudo pacstrap /mnt base git puppet | 39 | sudo pacstrap -G /mnt base git puppet |
40 | 40 | ||
41 | echo "$PART / auto defaults 0 1" | sudo tee /mnt/etc/fstab | 41 | echo "$PART / auto defaults 0 1" | sudo tee /mnt/etc/fstab |
42 | # /Install very basic system | 42 | # /Install very basic system |