diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-07-11 09:31:24 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2018-07-11 09:31:24 +0200 |
commit | 2bdbb0213a0f70705f81ac2eaf8349668b2c29b4 (patch) | |
tree | 06b1e40db99815133dcc40e3e68531d45e1bd228 /scripts/ovh_vps_ssd | |
parent | 25c99a635507abfe6af4a1f0a9fc5a103d1880c0 (diff) | |
parent | d8bc769648c1528f5d749deee060d70e326ef431 (diff) | |
download | Puppet-2bdbb0213a0f70705f81ac2eaf8349668b2c29b4.tar.gz Puppet-2bdbb0213a0f70705f81ac2eaf8349668b2c29b4.tar.zst Puppet-2bdbb0213a0f70705f81ac2eaf8349668b2c29b4.zip |
Merge branch 'monitoring' into dev
Diffstat (limited to 'scripts/ovh_vps_ssd')
-rwxr-xr-x | scripts/ovh_vps_ssd/arch_chroot_script.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/ovh_vps_ssd/arch_chroot_script.sh b/scripts/ovh_vps_ssd/arch_chroot_script.sh index 7b7887f..57e793b 100755 --- a/scripts/ovh_vps_ssd/arch_chroot_script.sh +++ b/scripts/ovh_vps_ssd/arch_chroot_script.sh | |||
@@ -10,7 +10,7 @@ DEVICE=$(realpath "$PART") | |||
10 | # mkfs.ext4 -F -U "$UUID" "$DEVICE" | 10 | # mkfs.ext4 -F -U "$UUID" "$DEVICE" |
11 | mount "$DEVICE" /mnt | 11 | mount "$DEVICE" /mnt |
12 | 12 | ||
13 | ##### FIXME: mkfs.ext4 would be better #### | 13 | ##### mkfs.ext4 would be better #### |
14 | for i in /mnt/*; do | 14 | for i in /mnt/*; do |
15 | if [ "$i" = "/mnt/boot" ]; then | 15 | if [ "$i" = "/mnt/boot" ]; then |
16 | # keep /boot/grub | 16 | # keep /boot/grub |
@@ -19,7 +19,7 @@ for i in /mnt/*; do | |||
19 | rm -rf $i | 19 | rm -rf $i |
20 | fi | 20 | fi |
21 | done | 21 | done |
22 | ##### /FIXME #### | 22 | ##### / #### |
23 | 23 | ||
24 | pacstrap -G /mnt base git puppet | 24 | pacstrap -G /mnt base git puppet |
25 | 25 | ||