hilf Dir self, baue Deine distro Puppy linux like!

Post Reply
oui
Posts: 368
Joined: Fri Aug 28, 2020 9:35 pm
Has thanked: 6 times
Been thanked: 28 times

hilf Dir self, baue Deine distro Puppy linux like!

Post by oui »

ich will hier Schritt für Schritt erklären, wie man seine distro Puppy linux like bauen kann!

Der Rest kommt später Schritt für Schritt. Bitte momentan keine Antworten / Fragen hier damit ich in 3 Sprachen die gleichen Themen in den gleichen Wortmeldungen, ich werde sie als Schritt nummerieren, halten kann!

Betrachten Sie bitte momentan diese Diskussion als wenn sie nur eine nicht beschreibbare Wiki-Seite wäre!

Diskussionsseite (Englisch! Wenn Deutsch notwendig, bitte neuen deutschen Thread starten. Ich werde aber nicht alle diese Threads verfolgen können!): viewtopic.php?p=113560#p113560

Englische "Wiki"-Seite: viewtopic.php?t=10903
Franz. "Wiki"-Seite: viewtopic.php?t=10902

SCHRITT Nr. 1:

Entscheide oder nicht, Dir Deine eigene Mini-Distribution zu bauen (hier ein Beispiel: qemu, wine, andbox sind drin, eine ISO unter 2 GB!)

oui
Posts: 368
Joined: Fri Aug 28, 2020 9:35 pm
Has thanked: 6 times
Been thanked: 28 times

Wortmeldung 2=2. Schritt: Ich begin zu installieren

Post by oui »

Wortmeldung 2=2. Schritt: Ich begin zu installieren

  • ich brauche Platz für die Installation; debootstrap könnte mit einem Verzeichnis zuerst auskommen) eventuell in einem USB-Massenspeicher, Debian installer dagegen braucht eine eigene Partition! Schon deshalb
  • muss ich entscheiden, welche Installationsmethode ich wähle: -> Debian installer <- oder -> debootstrap <-

Beide Wege sind insofern gleichwertig, dass sie Binärpakete nutzen, die man von Distributionwie Debian, Devuan, Ubuntu, Deepin etc. bekommen kann. Ausserdem brauchen Sie eine Internetverbindung mit allen Rechten. Es gäbe wohl eine dritte Option, bei welcher man alles selbst kompiliert (nur zur Erinnerung (interessanten könnten sich an den Distributionen Schweizer Herkunft NuTyx oder SliTaz, die immer noch gern kompilieren, wenden).

Ich benutze hauptsächlich einen Befehl, -> apt <-und fast nur seine Hauptoptionen and its principal options (download, install, purge, remove, search) und es gibt einen Grund dafür: Man kan sehr leicht und fast ohne Aufwand restlos alles dokumentieren! Es genügt mit jedem Texteditor die verborgene Datei ~/.bash_history durchzusuchen (man kann sie auch "pflegen"!), oder den Inhalt von Textdatei, deren Speicherung Sie anstossen, wenn Sie die Umleitung (-> redirection <-) mit dem Zeichen

Code: Select all

>

gefolgt mit einem Dateienname, wie in diesem Beispiel,:

Code: Select all

apt install etwas > schritt22installProtokolFuerEtwas

anstossen.

Sie halten so alle Einzelheiten fest und der Name "> schritt22installProtokolFuerEtwas ", hier nur zum Verdeutlichen so lang, kann viel kürzer gewählt werden!...

In wirklichen Ausnahmefällen, ich kann auch auf den anderen klassischen installations tools von Debian oder Abkömmlingen zurückgreifen:

dpkg (das wirklich Grund-Installationswerkzeug), dselect, aptitude, oder, in wirklich schwierigen Lagen, synaptic. Hilfeseiten davon helfen wirklich!

Ich entscheide mich jetzt für den -> Debian installer <- und werde erst (viel) später -> debootstrap <- zurückkommen!

oui
Posts: 368
Joined: Fri Aug 28, 2020 9:35 pm
Has thanked: 6 times
Been thanked: 28 times

3. Schritt: Installationsbegin mit Debian installer!

Post by oui »

  1. Schritt: Installationsbegin mit Debian installer!

Debian / Devuan bieten (wie Puppy vor 20..15 Jahren!) OS-Image als Kreditkarten-CD an! Ich will eins davon benutzen. I did try to use directly the one that google did find for Ceres (the experimental branch of Devuan) but did have at the end no success (perhaps it was too old: the internet is miserable concerning the publications dates...). So I did work using the next one, the ISO for the actual stable version! If you prefer stable, please, don't hesitate and continue after that in stable (although I will myself continue not in testing but in experimental, that is at Devuan "Ceres" and at Debian "SID"). If you prefer google to find the ISO from Debian, or Ubuntu or Deepin if they exist and use then :welcome: ...

Actually (20240308) the ISO file I did use it following:

https://devuan.bio.lmu.de/devuan/dists/ ... t/mini.iso

I did found it using those following 2 steps of Google search! Please download it and burn it on to an adequate memory (CD or USB stick/card)!

I assume the partition is prepared.

Way using USB stick/card:

I assume you download in the normal ~/Downloads
open a terminal
look in gparted the name of your USB stick/card (pleae NO ERROR, you can erase your HD!!!)
if sdb
select the 3d option -> new table <- and do it (it will erase!)
select now -> format <-
select in format -> FAT16 <-
select after have done -> set flag <-
select flag -> boot <-
The key/card is perfectly ready!
Copy the ISO on to the stick/card:

Code: Select all

dd if=~/Downloads/*iso of=/dev/sdb status=progress

if you continue immediately let the stick/card in place and reboot!

you are installing!

Attachments
searchISO.jpg
searchISO.jpg (33.2 KiB) Viewed 531 times
downloadIso.jpg
downloadIso.jpg (25.91 KiB) Viewed 531 times
Post Reply

Return to “Für deutschsprachige Anhänger”