From 7b61eaf3c9a72fcef84b070ef796cabf8055fd95 Mon Sep 17 00:00:00 2001 From: LimePotato Date: Tue, 8 Aug 2023 04:12:37 -0600 Subject: [PATCH] create build-custom.sh --- README.md | 3 +++ build-custom.sh | 7 +++++++ 2 files changed, 10 insertions(+) create mode 100755 build-custom.sh diff --git a/README.md b/README.md index a09f932..bfa79a6 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ An arch-based distro, for in-house operations. +[build-image.sh](https://git.ouroboros.group/Ouroboros/Ourobor.OS/src/branch/main/build-image.sh) will build the default version +[build-custom.sh](https://git.ouroboros.group/Ouroboros/Ourobor.OS/src/branch/main/build-custom.sh) will build limepotato's customized version + [Downloads](https://files.nullafati.xyz/OS-Images/OuroborOS/) \ No newline at end of file diff --git a/build-custom.sh b/build-custom.sh new file mode 100755 index 0000000..3a8b83e --- /dev/null +++ b/build-custom.sh @@ -0,0 +1,7 @@ +#!/bin/bash +TIME=$(date +%Y%m%d%H%M) +DAY=$(date +%d) +MONTH=$(date +%m) +YEAR=$(date +%Y) +sed -i "1s/.*/${TIME}+limepot/" ./releng/airootfs/version +sudo mkarchiso -v -r -w ./output/work -o ./output/ releng/ \ No newline at end of file