Code Monkey home page Code Monkey logo

Comments (2)

ivandavidov avatar ivandavidov commented on August 15, 2024

/sbin/init is invoked from /etc/03_init.sh. Take a look at the source here:

https://github.com/ivandavidov/minimal/blob/master/src/minimal_rootfs/etc/03_init.sh

The /sbin/init command is part of BusyBox and it comes as part of the initramfs. Therefore, you won't find it in the overlay structure unless you manually put there another binary with the same name.

Adding another user is quite simple. I have already described the process in the document The DAO of Minimal Linux Live.

https://github.com/ivandavidov/minimal/blob/master/src/the_dao_of_minimal_linux_live.txt

I have already implemented the process in the Dropbear SSH overlay bundle, where the root user is created as part of the overlay structure.

https://github.com/ivandavidov/minimal/blob/master/src/overlay_dropbear_02_build.sh

Currently the installer is very basic and it works only in BIOS mode. I have recently added UEFI boot support but the actual installer needs further improvement in this area. Feel free to update the installer and add whatever stuff you need there.

Cheers!

from minimal.

AwlsomeAlex avatar AwlsomeAlex commented on August 15, 2024

Okay, thanks! Did some research, it's something that has to be done in the /etc/inittab file.

from minimal.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.