Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ switches). So, on to the next section:

## selfconfig

If you've got a fresh Debian system (Bookworm, at time of writing), you can use
If you've got a fresh Debian system (Trixie, at time of writing), you can use
the selfconfig system to build a new PAUSE. Start by copying `selfconfig-root`
to that Debian box. Run it as root and watch the magic.

Expand Down
2 changes: 1 addition & 1 deletion bootstrap/mkpause
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ async sub do_create {
@key_ids = map {; $_->{id} } @keys;
}

my $image = 'debian-12-x64';
my $image = 'debian-13-x64';
my $region = 'nyc3';
my $size = $opt->size;

Expand Down
2 changes: 1 addition & 1 deletion doc/installing-pause.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Other places with docs:
These instructions describe how to set up a private, or local, PAUSE
server for development and testing.

1. Provision a Debian host, preferably running Debian 12 (Bookworm)
1. Provision a Debian host, preferably running Debian 13 (Trixie)
2. Copy the `bootstrap/selfconfig-root` program to that host and run it
3. You're done!

Expand Down
Loading