USB Live Persistence
En esta entrada vamos a preparar un stick USB con una distribución live de Debian GNU/Linux y la ayuda de docker para ejecutar el contenedor, y así no manchar nuestro sistema de otros paquetes.
Abrimos una consola y ejecutamos los siguientes comandos, teniendo en cuenta la imagen de Debian que queremos cargar y el dispositivo del USB:
$ git clone https://git.manalejandro.com/ale/snippets && cd snippets
$ docker buildx build -t persistent-usb -f docker/Dockerfile-persistent-usb .
$ docker run --privileged --rm persistent-usb https://cdimage.debian.org/debian-cd/current-live/amd64/iso-hybrid/debian-live-13.6.0-amd64-mate.iso /dev/sdbUna vez terminado el script tendremos preparado nuestro USB Live con persistencia que podremos usar en casi cualquier ordenador arrancando directamente desde el dispositivo USB.
Hasta la siguiente entrada 👋


TheModerateTankie [any]
in reply to ItsPlasmaSir • • •Is it not letting you rebase to stable?
rpm-ostree rebase ostree-unverified-registry:ghcr.io/ublue-os/bazzite:stableItsPlasmaSir
in reply to TheModerateTankie [any] • • •TheModerateTankie [any]
in reply to ItsPlasmaSir • • •Oh, I see. From the bug reports posted, it looks like the -dx image is based on the bazzite deck 44 image for some reason, which isn't out of testing yet.~~ If that's deliberate it's an odd choice~~. The new deck 44 image should be updated to stable soon.
edit: Further reading indicates it's based on the deck image so that they don't have to maintain two different dx versions.
The Stable Release of Bazzite Deck 44 is Coming
Universal Blue