Compare commits
11 commits
Author | SHA1 | Date | |
---|---|---|---|
153fbc4104 | |||
afe07bd542 | |||
bbf5604f1c | |||
6d72b547ec | |||
48e06389fb | |||
95ac8cebc9 | |||
ee790e55ec | |||
b89ccd7458 | |||
0ff361c101 | |||
64984f3d8a | |||
06b34bccb7 |
9 changed files with 32 additions and 18 deletions
16
CHANGELOG.md
16
CHANGELOG.md
|
@ -1,3 +1,19 @@
|
|||
## 0.3.0 (2024-10-06)
|
||||
|
||||
### Feat
|
||||
|
||||
- **jenkins**: change the output path
|
||||
|
||||
## 0.2.0 (2024-10-06)
|
||||
|
||||
### Feat
|
||||
|
||||
- **pkg**: adjust packages and configs
|
||||
|
||||
### Refactor
|
||||
|
||||
- **adjustment**: adjust some build params
|
||||
|
||||
## 0.1.1 (2024-10-05)
|
||||
|
||||
### Refactor
|
||||
|
|
10
Jenkinsfile
vendored
10
Jenkinsfile
vendored
|
@ -37,10 +37,20 @@ pipeline {
|
|||
sh '''
|
||||
#!/bin/bash
|
||||
|
||||
echo -ne "I am user "
|
||||
whoami
|
||||
|
||||
mkarchiso -v -w work -o out server
|
||||
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
||||
post {
|
||||
always {
|
||||
archiveArtifacts artifacts: "out/*.iso"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
2
cz.json
2
cz.json
|
@ -3,7 +3,7 @@
|
|||
"name": "cz_conventional_commits",
|
||||
"tag_format": "$version",
|
||||
"version_scheme": "semver2",
|
||||
"version": "0.1.1",
|
||||
"version": "0.3.0",
|
||||
"update_changelog_on_bump": true,
|
||||
"major_version_zero": true
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
archiso
|
||||
ariaos
|
||||
|
|
|
@ -1,11 +1 @@
|
|||
To install [38;2;23;147;209mArch Linux[0m follow the installation guide:
|
||||
https://wiki.archlinux.org/title/Installation_guide
|
||||
|
||||
For Wi-Fi, authenticate to the wireless network using the [35miwctl[0m utility.
|
||||
For mobile broadband (WWAN) modems, connect with the [35mmmcli[0m utility.
|
||||
Ethernet, WLAN and WWAN interfaces using DHCP should work automatically.
|
||||
|
||||
After connecting to the internet, the installation guide can be accessed
|
||||
via the convenience script [35mInstallation_guide[0m.
|
||||
|
||||
[41m [41m [41m [40m [44m [40m [41m [46m [45m [41m [46m [43m [41m [44m [45m [40m [44m [40m [41m [44m [41m [41m [46m [42m [41m [44m [43m [41m [45m [40m [40m [44m [40m [41m [44m [42m [41m [46m [44m [41m [46m [47m [0m
|
||||
Welcome to AriaOS Server Installation
|
|
@ -21,7 +21,7 @@ else
|
|||
fi
|
||||
|
||||
# Set default menu entry
|
||||
default=archlinux
|
||||
default=ariaos
|
||||
timeout=15
|
||||
timeout_style=menu
|
||||
|
||||
|
|
|
@ -4,6 +4,7 @@ arch-install-scripts
|
|||
archinstall
|
||||
b43-fwcutter
|
||||
base
|
||||
base-devel
|
||||
bcachefs-tools
|
||||
bind
|
||||
bolt
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# shellcheck disable=SC2034
|
||||
|
||||
iso_name="ariaos"
|
||||
iso_label="AOSServer_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)"
|
||||
iso_label="AriaOSServer_$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y%m)"
|
||||
iso_publisher="Aria <https://zontreck.com>"
|
||||
iso_application="AriaOS Server ISO"
|
||||
iso_version="$(date --date="@${SOURCE_DATE_EPOCH:-$(date +%s)}" +%Y.%m.%d)"
|
||||
|
@ -21,7 +21,4 @@ file_permissions=(
|
|||
["/root"]="0:0:750"
|
||||
["/root/.automated_script.sh"]="0:0:755"
|
||||
["/root/.gnupg"]="0:0:700"
|
||||
["/usr/local/bin/choose-mirror"]="0:0:755"
|
||||
["/usr/local/bin/Installation_guide"]="0:0:755"
|
||||
["/usr/local/bin/livecd-sound"]="0:0:755"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue