Skip to content

Commit

Permalink
final rc release
Browse files Browse the repository at this point in the history
  • Loading branch information
cinnamonwolfy committed Jul 23, 2024
1 parent 7958b64 commit 1f9708e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ apply any necessary patches and generate a configure file for the build system.

To build a toolchain, run the following:
```sh
./compile.rb -b toolchain
./build.rb -b toolchain
```
This will install a toolchain at `~/cross` under its toolchain type, although
this might be changed to preset name in the future.
Expand All @@ -57,7 +57,7 @@ this might be changed to preset name in the future.

To build the PortaLinux root filesystem, run the following:
```sh
./compile.rb -b rootfs
./build.rb -b rootfs
```
This will generate a chrootable directory containing the PortaLinux root
filesystem. It will be located in the output directory
Expand All @@ -66,7 +66,7 @@ filesystem. It will be located in the output directory

To generate a bootable rootfs image, run the following:
```sh
./compile.rb -b boot-img
./build.rb -b boot-img
```
This will generate a compressed cpio archive that can be booted with a Linux
kernel that supports loading an external initramfs file. It will be located
Expand All @@ -76,7 +76,7 @@ in the output directory

To build the Linux kernel, run the following:
```sh
./compile.rb -b kernel
./build.rb -b kernel
```
It will prompt you for the default kernel configuration to be used and whether
or not you want to configure it further. It will compile the kernel afterwards
Expand Down
4 changes: 2 additions & 2 deletions pl-files/configure-files/pkg/pl-rt.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "pl-rt"
version: "1.03.1"
version: "1.03.2"
github: true
tag: "v1.03.1"
tag: "v1.03.2"
url: "portalinux-project/pl-rt"

0 comments on commit 1f9708e

Please sign in to comment.