Skip to content

Commit

Permalink
create-install*: use overlays to remove config duplication
Browse files Browse the repository at this point in the history
Note 8.2:base is explicitly out of scope (missing rpms)
  • Loading branch information
ydirson committed Apr 18, 2023
1 parent 1bf0ccc commit c4c1af1
Show file tree
Hide file tree
Showing 62 changed files with 26 additions and 898 deletions.
13 changes: 7 additions & 6 deletions README-iso.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,34 +32,35 @@ Creates `install-$RELEASE.img` for input to `create-install-iso`, from:

## examples

### 8.3.0
### 8.3 updates and testing

```
./scripts/mirror-repos.sh 8.3
sudo ./scripts/create-installimg.sh \
--srcurl file://$HOME/mirrors/xcpng/8.3 \
8.3.0
-o install-8.3-testing.img \
8.3:testing
./scripts/create-install-iso.sh \
--srcurl file://$HOME/mirrors/xcpng/8.3 \
-V "XCP-NG_830_TEST" \
8.3.0 install-8.3.0-x86_64.img xcp-ng-8.3-install.iso
8.3:testing install-8.3-testing.img xcp-ng-8.3-testing.iso
```

### latest 8.2
### tip of 8.2 (8.2 + updates)

```
./scripts/mirror-repos.sh 8.2
sudo ./scripts/create-installimg.sh \
--srcurl file://$HOME/mirrors/xcpng/8.2 \
8.2.updates
8.2:updates
./scripts/create-install-iso.sh \
--srcurl file://$HOME/mirrors/xcpng/8.2 \
-V "XCP-NG_82U_TEST" \
8.2.updates install-8.2.updates-x86_64.img xcp-ng-8.2.updates-install.iso
8.2:updates install-8.2.updates-x86_64.img xcp-ng-8.2.updates-install.iso
```

### testing boot modes in qemu
Expand Down
255 changes: 0 additions & 255 deletions configs/8.2.updates/packages.lst

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
17 changes: 0 additions & 17 deletions configs/8.3.0/yum.conf.tmpl

This file was deleted.

3 changes: 0 additions & 3 deletions configs/8.3.0/yumdl.conf.tmpl

This file was deleted.

Loading

0 comments on commit c4c1af1

Please sign in to comment.