ports icon indicating copy to clipboard operation
ports copied to clipboard

How is the Rootfs bootstrapped?

Open ilovethensa opened this issue 2 years ago • 4 comments

the build.sh script just fetches a ready rootfs from the web, how is it bootstrapped?

ilovethensa avatar Jan 02 '24 10:01 ilovethensa

Hi, you can see the options by running "build.sh -help".

You can run "build.sh -zap -chroot" to download and enter.

lumarogit avatar Jan 02 '24 19:01 lumarogit

the build.sh script just fetches a ready rootfs from the web, how is it bootstrapped?

If you want to make changes in it, enter to it with build.sh -chroot do the changes you need and build a new tarball with build.sh -rootfs. Don't exist a boostraping script

Visone-Selektah avatar Jan 02 '24 19:01 Visone-Selektah

the build.sh script just fetches a ready rootfs from the web, how is it bootstrapped?

If you want to make changes in it, enter to it with build.sh -chroot do the changes you need and build a new tarball with build.sh -rootfs. Don't exist a boostraping script

So the rootfs was created manually?

ilovethensa avatar Jan 02 '24 19:01 ilovethensa

the build.sh script just fetches a ready rootfs from the web, how is it bootstrapped?

If you want to make changes in it, enter to it with build.sh -chroot do the changes you need and build a new tarball with build.sh -rootfs. Don't exist a boostraping script

So the rootfs was created manually?

The first one? I guess so. @lumarogit an I got into venom much later. I guess @emmett1 can answer that question better than us

Visone-Selektah avatar Jan 02 '24 19:01 Visone-Selektah