Automatic Debian install – How to use simple-cdd
We look into how to install and use simple-cdd to create a new Bookworm install image fully automated with no input from the user during install.
We will read an Hacker manifesto writter by The Mentor.
In this video series, I try to challenge myself with the Advent of Code trials. Each solution will be published to Github, and I hope you will learn something from my coding mistakes and perhaps send some code my way on how you have done these challenges. I know by reading code, so this is…
We look into the machine learning network viewer Netron.
In this video, I give a small view of our new office and introduce channel memberships.
I started to use a lot of the paint functions in Java at work and I wanted to create an example that could teach me about the different shaders available in Java. The paint interface is not something you come across if you don’t draw things in Java but having an understanding of the possibilities…
We create a lot of directories for the new Linux environment and copy the required files to continue building our system.
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Nice video!
I really liked the part about the hashed password, which I wasn’t yet aware about.
You mentioned that you need to use a Bookworm system to create Bookworm images. That’s true, but it happens too often that the user actually is running a different OS version. The first time I used Simple-CDD was on Ubuntu 20.04, while I wanted to create Debian Bullseye images. That was a total nightmare tbh.
One solution is to use a Docker container. I created some documentation to guide through this process for Simple-CDD: https://swvanbuuren.github.io/simple-cdd-yaml/build-images/build-in-docker/
I also rather prefer to use Qemu instead of VirtualBox and I like my images to support UEFI. So I also made a guide that shows how to do that for Simple-CDD images: https://swvanbuuren.github.io/simple-cdd-yaml/build-images/test-on-qemu-with-uefi/
These guides are part of the documentation of the tool Simple-CDD-YAML that I created. It’s a preprocessor for Simple-CDD using YAML input files, that aims to make it easier to reuse scripts, preseeds and recipes.