mirror of
https://github.com/elitak/nixos-infect
synced 2024-11-10 05:54:20 +00:00
Success with Oracle Linux 9.1 on Oracle Cloud (#141)
This commit is contained in:
parent
e6c8794947
commit
cc5c152357
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,7 @@ and most importantly, simply didn't work for me!
|
||||||
|
|
||||||
4) run the script with:
|
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.
|
*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 |
|
|CentOS | 8.0 | -failure- |2022-04-19| free amd |
|
||||||
|Oracle Linux| 7.9[1] |**success**|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 |
|
|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
|
[1] The Oracle 7.9 layout has 200Mb for /boot 8G for swap
|
||||||
PR#100 Adopted 8G Swap device
|
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
|
||||||
Aliyun ECS tested on ecs.s6-c1m2.large, region **cn-shanghai**, needs a few tweaks:
|
Aliyun ECS tested on ecs.s6-c1m2.large, region **cn-shanghai**, needs a few tweaks:
|
||||||
|
|
Loading…
Reference in a new issue