File tree 5 files changed +23
-13
lines changed
5 files changed +23
-13
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ src/chroot
2
2
src /new_building_os
3
3
src /image
4
4
src /dist
5
- src /patches /anduinos-rime
6
5
* .iso
Original file line number Diff line number Diff line change 2
2
3
3
[ ![ ManHours] ( https://manhours.aiursoft.cn/r/gitlab.aiursoft.cn/anduin/anduinos.svg )] ( https://gitlab.aiursoft.cn/anduin/anduinos/-/commits/master?ref_type=heads )
4
4
5
- <img align =" right " width =" 100 " height =" 100 " src =" ./src/patches/logo /logo.svg " >
5
+ <img align =" right " width =" 100 " height =" 100 " src =" ./src/mods/30-gnome-extension-arcmenu-patch /logo.svg " >
6
6
7
7
AnduinOS is a custom Debian-based Linux distribution that aims to facilitate users transitioning from Windows to Ubuntu by maintaining familiar operational habits and workflows.
8
8
Original file line number Diff line number Diff line change @@ -75,12 +75,22 @@ function areYouSure() {
75
75
esac
76
76
}
77
77
78
- # Load configuration values from file
79
- function load_config() {
80
- print_ok " Loading configuration from $SCRIPT_DIR /customize.sh..."
81
- . " $SCRIPT_DIR /patches/customize.sh"
82
- judge " Load configuration"
83
- }
78
+ # ==========================
79
+ # Variables for building
80
+ # ==========================
81
+ export TARGET_UBUNTU_VERSION=" jammy"
82
+ export BUILD_UBUNTU_MIRROR=" http://mirror.aiursoft.cn/ubuntu/"
83
+ export TARGET_UBUNTU_MIRROR=" http://mirrors.anduinos.com/ubuntu/"
84
+ export TARGET_NAME=" anduinos"
85
+ export TARGET_BUSINESS_NAME=" AnduinOS"
86
+ export TARGET_BUILD_VERSION=" 0.2.1-beta"
87
+ export TARGET_PACKAGE_REMOVE="
88
+ ubiquity \
89
+ casper \
90
+ discover \
91
+ laptop-detect \
92
+ os-prober \
93
+ "
84
94
85
95
function check_host() {
86
96
local os_ver
365
375
366
376
# ============= main ================
367
377
cd $SCRIPT_DIR
368
- load_config
369
378
check_host
370
379
clean
371
380
setup_host
Original file line number Diff line number Diff line change 1
1
print_ok " Installing kernel package..."
2
2
waitNetwork
3
+ apt install -y \
4
+ casper \
5
+ discover \
6
+ laptop-detect \
7
+ os-prober \
8
+
3
9
apt install -y --no-install-recommends linux-generic-hwe-22.04
4
10
judge " Install kernel package"
Original file line number Diff line number Diff line change 1
1
print_ok " Installing ubiquity (Ubuntu installer)..."
2
2
waitNetwork
3
3
apt install -y \
4
- casper \
5
- discover \
6
- laptop-detect \
7
- os-prober \
8
4
ubiquity \
9
5
ubiquity-casper \
10
6
ubiquity-frontend-gtk \
You can’t perform that action at this time.
0 commit comments