Closed PreyK closed 3 years ago
Describe the bug Trying to build an ISO as documented in https://hellosystem.github.io/docs/developer/building.html#id1 Looks like settings/packages.hello is missing.
After git clone https://github.com/helloSystem/ISO cd ISO sudo ./build.sh hello I get releases realpath: missing operand Try 'realpath --help' for more information. /settings/packages.hello is missing, exiting To Reproduce Steps to reproduce the behavior:
git clone https://github.com/helloSystem/ISO
cd ISO
sudo ./build.sh hello
releases
realpath: missing operand
Try 'realpath --help' for more information.
/settings/packages.hello is missing, exiting
Expected behavior The resulting Live ISO will be located at /usr/local/furybsd/iso/.
Screenshots
Version (please complete the following information):
Computer (please complete the following information):
Additional context Cannot boot the experimental ISO-s in the releases (not sure if it's a bug or just damaged ISO as per https://hellosystem.github.io/docs/developer/boot.html#troubleshooting-the-live-system-early-boot-process). Can boot the old 0.4.0 but wanted to check out https://github.com/helloSystem/hello/issues/164 and newer stuff If I could boot a freshly built known good ISO I could verify and maybe submit bug reports if acceptable.
You need to run this on FreeBSD, not on Linux.
Describe the bug Trying to build an ISO as documented in https://hellosystem.github.io/docs/developer/building.html#id1 Looks like settings/packages.hello is missing.
After
git clone https://github.com/helloSystem/ISO
cd ISO
sudo ./build.sh hello
I getreleases
realpath: missing operand
Try 'realpath --help' for more information.
/settings/packages.hello is missing, exiting
To Reproduce Steps to reproduce the behavior:Expected behavior The resulting Live ISO will be located at /usr/local/furybsd/iso/.
Screenshots
Version (please complete the following information):
Computer (please complete the following information):
Additional context Cannot boot the experimental ISO-s in the releases (not sure if it's a bug or just damaged ISO as per https://hellosystem.github.io/docs/developer/boot.html#troubleshooting-the-live-system-early-boot-process). Can boot the old 0.4.0 but wanted to check out https://github.com/helloSystem/hello/issues/164 and newer stuff If I could boot a freshly built known good ISO I could verify and maybe submit bug reports if acceptable.