-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from lin1328/main
Fix two outstanding issues
- Loading branch information
Showing
25 changed files
with
30 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,9 @@ | ||
# 本机连接ssh [email protected] -p 22密码123456 | ||
# 请根据你自己的网络环境选择是本机(127.0.0.1)、局域网(192.*.*.*)或公网(ipv4地址)来连接 SSH | ||
|
||
# Mirror | ||
RURIMA_LXC_MIRROR=images.linuxcontainers.org | ||
RURIMA_LXC_MIRROR_FALLBACK=mirrors.tuna.tsinghua.edu.cn/lxc-images | ||
|
||
# OS to install | ||
# Make sure there is setup/${RURIMA_LXC_OS}.sh | ||
# Make sure there is ${RURIMA_LXC_OS} in setup/setup.sh | ||
RURIMA_LXC_OS=ubuntu | ||
|
||
# OS version to install | ||
|
@@ -15,9 +12,6 @@ RURIMA_LXC_OS_VERSION=oracular | |
PASSWORD=123456 | ||
PORT=22 | ||
|
||
# OS dir to install | ||
# CONTAINER_DIR="/data/${RURIMA_LXC_OS}" | ||
|
||
|
||
# ruri config | ||
|
||
|
@@ -30,4 +24,6 @@ PRIVILEGED=false | |
RUNTIME=false | ||
|
||
|
||
# | ||
# OS dir to install | ||
# The actual directory is the `CONTAINER_DIR` in `customize.sh` | ||
# CONTAINER_DIR=/data/${RURIMA_LXC_OS} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
id=asl | ||
name=Android Subsystem for GNU/Linux | ||
version=v1.0.0 | ||
version=v1.0.1 | ||
versionCode=202412 | ||
author=Moe-hacker & Lin1328 | ||
description=Android Subsystem for GNU/Linux Powered by ruri |
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0
bin/curl → system/xbin/curl
100755 → 100644
File renamed without changes.
0
bin/curl-static → system/xbin/curl-static
100755 → 100644
File renamed without changes.
File renamed without changes.
0
bin/file → system/xbin/file
100755 → 100644
File renamed without changes.
0
bin/file-static → system/xbin/file-static
100755 → 100644
File renamed without changes.
File renamed without changes.
0
bin/gzip → system/xbin/gzip
100755 → 100644
File renamed without changes.
File renamed without changes.
Binary file not shown.
0
bin/rurima → system/xbin/rurima
100755 → 100644
File renamed without changes.
0
bin/rurima-dbg → system/xbin/rurima-dbg
100755 → 100644
File renamed without changes.
0
bin/tar → system/xbin/tar
100755 → 100644
File renamed without changes.
0
bin/xz → system/xbin/xz
100755 → 100644
File renamed without changes.