8000 GitHub - Buyuliang/littleSystem
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Buyuliang/littleSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

littleSystem

Build the build environment with docker

docker build -t ubuntu-22.04-build-env docker
echo "$USER ALL=(ALL) NOPASSWD: ALL
6A79
" | sudo tee -a /etc/sudoers

docker run --privileged -it \
    -v $PWD:/workspace \
    --mount type=bind,source=/dev,target=/dev \
    --mount type=bind,source=/etc/passwd,target=/etc/passwd \
    --mount type=bind,source=/etc/group,target=/etc/group \
    --mount type=bind,source=/etc/shadow,target=/etc/shadow \
    --mount type=bind,source=/etc/sudoers,target=/etc/sudoers \
    --user $UID:$GID \
    ubuntu-22.04-build-env

into docker build

uboot

./build.sh uboot az04

kernel

./build.sh kernel az04

alpine

./build.sh alpine az04

image

./build.sh image az04

all

all: uboot kernel alpine image
./build.sh all

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0