create build-custom.sh
This commit is contained in:
parent
81cbe9f64c
commit
7b61eaf3c9
2 changed files with 10 additions and 0 deletions
|
@ -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/)
|
7
build-custom.sh
Executable file
7
build-custom.sh
Executable file
|
@ -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/
|
Loading…
Reference in a new issue