Skip to content

Commit 95f172b

Browse files
authored
fix: don't run yum update, prefer updates via AMI (#319)
1 parent 2597d11 commit 95f172b

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

stack/hlsconstructs/userdata.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ packages:
88
- mdadm
99

1010
runcmd:
11-
- yum update -y --exclude="chrony*"
1211
- ephemeral_disks=$(realpath -P /dev/disk/by-id/nvme*Instance_Storage* | uniq)
1312
- ephemeral_disks_count=$(echo "$ephemeral_disks" | wc -w)
1413
- scratch_fs=ext4

stack/hlsconstructs/userdata_no_cw.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ packages:
88
- mdadm
99

1010
runcmd:
11-
- yum update -y --exclude="chrony*"
1211
- ephemeral_disks=$(realpath -P /dev/disk/by-id/nvme*Instance_Storage* | uniq)
1312
- ephemeral_disks_count=$(echo "$ephemeral_disks" | wc -w)
1413
- scratch_fs=ext4

0 commit comments

Comments
 (0)