this post was submitted on 27 Sep 2024
6 points (100.0% liked)
Debian operating system
2708 readers
1 users here now
Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Yes I recognise this post was more typing than a few decades of system rescuing but it's also more relaxing because my laptop already works and a one character typo won't be as much of a hassle here. It'd make an unpleasant chore more pleasant if there were a simple alias for this, which I occasionally speculate on proposing but ehhh I don't need it so often.
So it appears this time I'm motivated enough to make a post here. But not quite motivated enough to:
I'm thinking on a longer time scale)
so, deb boot strap, or debbootstrap is involved in many of these tasks you're talking about, or the docs cover the specific mount commands needed to be used in conjuection with debbootstrap, I found docs for it here: https://wiki.debian.org/Debootstrap
Hope this helps
My understanding of debbootstrap is that it's for installing a minimal system, which is very much not what I want to do when rescuing an existing system as it'd probably overwrite things I'd like to keep. And the mount commands in the docs there to bind virtual filesystems before a chroot are similar to the sorts of things I'm hoping to find a memorable shortcut for yes. However, I already know what I want to bind mount, just looking for a more convenient way to go about it in a panic. Thanks for the suggestion.