Custom Debian Text Installer for Live Iso

NOTE: there is an update to this installer located here: https://lecorbeausvault.wordpress.com/2022/06/15/debian-live-iso-with-dwm-improved-installer-and-some-more/. Though this post still has relevance, the links to the old installer scripts are broken, but can still be found here: https://github.com/I-LeCorbeau/debian-live-build/tree/main/deprecated. This is the third step in my series of custom installer scripts. It combines debstrap.sh and deploy.sh and turns them into an … Continue reading Custom Debian Text Installer for Live Iso

Addwifi.sh: Convenient Script to Configure Wifi Networks (ifupdown) on Live ISOs

This is going to be short and sweet, and mostly serves as documentation for a component found on my custom Debian live iso with dwm. Recently, I switched my custom Debian live ISO with dwm from Network-Manager to ifupdown. I like ifupdown, it's small, simple and does the job perfectly. For wired interfaces, there's no … Continue reading Addwifi.sh: Convenient Script to Configure Wifi Networks (ifupdown) on Live ISOs

Debstrap.sh: Script to Install a Small Debian Base System with Debootstrap

Building up on the idea behind my deploy.sh script, I decided to take things a little further and write one that would deboostrap a customized base Debian system as fast as possible. This is merely step two in my goal to write an interactive installer script for my custom Debian live iso with dwm, but … Continue reading Debstrap.sh: Script to Install a Small Debian Base System with Debootstrap