forked from funnyplayed666/DogeLand-App
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Your Name
committed
Jul 24, 2021
1 parent
6c0dff1
commit d017283
Showing
35 changed files
with
77 additions
and
73 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# | ||
# dogeland toolkit (basic) | ||
# v3.0.7 | ||
# | ||
# license: GPL-v3.0 | ||
# | ||
TOOLKIT_RES=$TOOLKIT/bin/include | ||
. $TOOLKIT_RES/platform.res | ||
${1} |
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# | ||
# dogeland toolkit | ||
# v3.0.7 | ||
# | ||
# license: GPL-v3.0 | ||
# | ||
TOOLKIT_RES=$TOOLKIT/bin/include | ||
# System Mode | ||
if [ -d "/boot/dogeland/" ];then | ||
TOOLKIT_RES=/boot/dogeland/include | ||
else | ||
echo "">/dev/null | ||
fi | ||
. $TOOLKIT_RES/stop_rootfs.res | ||
. $TOOLKIT_RES/del_rootfs.res | ||
. $TOOLKIT_RES/platform.res | ||
. $TOOLKIT_RES/set_env.res | ||
. $TOOLKIT_RES/check_rootfs.res | ||
. $TOOLKIT_RES/del_rootfs.res | ||
. $TOOLKIT_RES/backup_rootfs.res | ||
. $TOOLKIT_RES/deploy_linux.res | ||
. $TOOLKIT_RES/bind_main.res | ||
. $TOOLKIT_RES/starter_fullns.res | ||
. $TOOLKIT_RES/starter_proot.res | ||
. $TOOLKIT_RES/starter_unshare.res | ||
. $TOOLKIT_RES/starter_auto.res | ||
. $TOOLKIT_RES/exec_fullns.res | ||
. $TOOLKIT_RES/exec_unshare.res | ||
. $TOOLKIT_RES/exec_auto.res | ||
. $TOOLKIT_RES/init_boxenv.res | ||
. $TOOLKIT_RES/exec_local-shell.res | ||
. $TOOLKIT_RES/extra_dropbear.res | ||
. $TOOLKIT_RES/extra_sshd.res | ||
. $TOOLKIT_RES/extra_patcher.res | ||
. $TOOLKIT_RES/exec_proot.res | ||
${1} |
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
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