From cc5c1523576170f6f87eb98f8f808ce013ad138d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20T=C3=B6tterman?= Date: Tue, 11 Apr 2023 00:06:13 +0000 Subject: [PATCH] Success with Oracle Linux 9.1 on Oracle Cloud (#141) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33ab43f..c519aaf 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ and most importantly, simply didn't work for me! 4) run the script with: ``` - curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_CHANNEL=nixos-22.05 bash -x + curl https://raw.githubusercontent.com/elitak/nixos-infect/master/nixos-infect | NIX_CHANNEL=nixos-22.11 bash -x ``` *NB*: This script wipes out the targeted host's root filesystem when it runs to completion. @@ -200,9 +200,11 @@ Tested for both VM.Standard.E2.1.Micro (x86) and VM.Standard.A1.Flex (AArch64) i |CentOS | 8.0 | -failure- |2022-04-19| free amd | |Oracle Linux| 7.9[1] |**success**|2022-04-19| free amd | |Ubuntu | 22.04 |**success**|2022-11-13| free arm | +|Oracle Linux| 9.1[2] |**success**|2023-03-29| free arm | [1] The Oracle 7.9 layout has 200Mb for /boot 8G for swap PR#100 Adopted 8G Swap device + [2] OL9.1 had 2GB /boot, 100MB /boot/efi (nixos used as /boot) and swapfile ### Aliyun ECS Aliyun ECS tested on ecs.s6-c1m2.large, region **cn-shanghai**, needs a few tweaks: