Vendula Poncova
60d1992cb9
docs: Use reqpart in example.ks
...
The partitioning defined in the example kickstart file suggests that the
installer supports hybrid boot. That's misleading and not true. Let's use
the `reqpart` kickstart command to automatically create partitions required
by the detected platform instead of creating all of them for all platforms.
Note: The `reqpart` command doesn't work with `bootloader --location=none` or
`bootloader --disabled`, so this commit depends on the installer's support
for bootupd: https://github.com/rhinstaller/anaconda/pull/5298/
2023-12-15 16:01:54 +01:00
Vendula Poncova
807e82dde4
docs: Remove the bootupd workaround from example.ks
...
The installer supports bootupd now, so we can drop the workaround.
See: https://github.com/rhinstaller/anaconda/pull/5298/
2023-12-15 16:01:41 +01:00
Liora Milbaum
03033108a5
Mass rename tier-1/boot => bootc
2023-11-23 14:42:56 +02:00
Colin Walters
b1cbe4e900
docs: Link to new stream9 image and layered, dev images
2023-11-19 15:02:43 -05:00
Colin Walters
cc83572a63
docs/example.ks: Update
...
We now have the static configs in bootupd, which significantly
simplifies this. Still need to land the Anaconda PR.
2023-11-19 14:52:51 -05:00
Liora Milbaum
6bac286d87
Fix markdown linting errors
2023-11-13 12:17:07 +02:00
Colin Walters
6781666c0e
docs/install: Link to cloud image
...
Many will find this easiest.
2023-11-12 17:54:18 -05:00
Timothée Ravier
3fab046f4b
docs: Fix page ordering
2023-11-09 17:15:22 +01:00
Colin Walters
705afcb29b
docs: More fixes
...
Put container image reference first, other cleanups.
2023-11-08 20:24:26 -05:00
Colin Walters
77cd8d5429
docs: Fix URLs
...
More copy-pasta from bootc docs (man it'd sure be nice to auto-inherit
this from the repo).
2023-11-08 20:05:47 -05:00
Colin Walters
a42f336f05
Merge pull request #40 from cgwalters/doc-logins
...
docs: Improve login/tryout docs
2023-11-08 20:04:06 -05:00
Ben Breard
4989b9932c
Removed the obsolete sagano name explanation and fixed FCOS URL.
2023-11-08 16:03:46 -06:00
Colin Walters
a172237629
docs: Improve login/tryout docs
...
- Add a preface about the base image not having cloud-init
- Migrate the Anaconda example code here and make it first
2023-11-08 15:32:53 -05:00
Colin Walters
d913e9ba82
Add GH Pages infrastructure
...
Start to migrate from README.md to the Pages infrastructure
for nicer looking and more organized docs.
2023-11-07 15:31:53 -05:00