From 22940b398010e3b653052dd27d0ac6fddbdae83c Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 27 Jun 2020 23:22:15 +0300 Subject: update --- docs/wiki/init/switching-to-sinit.html | 68 ---------------------------------- docs/wiki/init/switching-to-sinit.txt | 51 ------------------------- 2 files changed, 119 deletions(-) delete mode 100644 docs/wiki/init/switching-to-sinit.html delete mode 100644 docs/wiki/init/switching-to-sinit.txt (limited to 'docs/wiki/init') diff --git a/docs/wiki/init/switching-to-sinit.html b/docs/wiki/init/switching-to-sinit.html deleted file mode 100644 index 775e01c..0000000 --- a/docs/wiki/init/switching-to-sinit.html +++ /dev/null @@ -1,68 +0,0 @@ - - - -Switching to Sinit | Carbs Linux - - - - - -

Carbs Linux - a simple busybox linux distribution

-
-

Switching to Sinit

- -

Carbs Linux runs busybox-init by default. You can switch to -anything else you desire, but only busybox-init and sinit are -officially supported. Switching to sinit is extremely easy, you -can be up and running within minutes. The only “hard” requirement -is an environment you will be chrooting in. So, let’s begin!

- -

Preparing your environment

- -

From your other environment, download the kiss-chroot utility -and make it executable.

- -
$ wget https://dl.getkiss.org/kiss-chroot
-$ chmod +x kiss-chroot
-
-# From your environment start the chroot
-$ kiss-chroot /mnt
-
- -

Removing busybox-init

- -

Now that we are in chroot environment, let’s remove busybox-init.

- -
$ kiss r busybox-init
-
- -

Installing and configuring sinit

- -

Build and install sinit

- -
$ kiss b sinit
-$ kiss i sinit
-
- -

Open up your /etc/init/rc.conf now and uncomment -the variables regarding SINIT. You are ready now.

- -

If you edited your inittab, make sure you reflect your changes -on the /etc/init/sinit-launch-services.boot file.

- -

Finishing up

- -

If all of the above is done, simply exit the chroot and reboot. -Sinit should be functioning without any issues.

-View Page Source
- - - - diff --git a/docs/wiki/init/switching-to-sinit.txt b/docs/wiki/init/switching-to-sinit.txt deleted file mode 100644 index 3bee312..0000000 --- a/docs/wiki/init/switching-to-sinit.txt +++ /dev/null @@ -1,51 +0,0 @@ - -Switching to Sinit -================== - -Carbs Linux runs `busybox-init` by default. You can switch to -anything else you desire, but only busybox-init and sinit are -officially supported. Switching to sinit is extremely easy, you -can be up and running within minutes. The only "hard" requirement -is an environment you will be chrooting in. So, let's begin! - - -Preparing your environment --------------------------- - -From your other environment, download the kiss-chroot utility -and make it executable. - - $ wget https://dl.getkiss.org/kiss-chroot - $ chmod +x kiss-chroot - - # From your environment start the chroot - $ kiss-chroot /mnt - -Removing busybox-init ---------------------- - -Now that we are in chroot environment, let's remove busybox-init. - - $ kiss r busybox-init - - -Installing and configuring sinit --------------------------------- - -Build and install sinit - - $ kiss b sinit - $ kiss i sinit - -Open up your `/etc/init/rc.conf` now and uncomment -the variables regarding SINIT. You are ready now. - -If you edited your inittab, make sure you reflect your changes -on the `/etc/init/sinit-launch-services.boot` file. - - -Finishing up ------------- - -If all of the above is done, simply exit the chroot and reboot. -Sinit should be functioning without any issues. -- cgit v1.2.3