NtOS is a Debian live system with encrypted persistence by default. It is attached at the Debian testing release cycle, so there are no version numbers nor release names, just (hopefully) weekly builds.
See https://nt.web.ve/en/projects/ntos.
Requirements:
-
Debian GNU/Linux 10 (Buster)
-
GNU Make
1. Get the image
$ wget -O /tmp/ntos-image.tar.gz https://github.com/ntrrg/ntos/releases/download/w51/ntos-image-w51-x64.tar.gz
$ mkdir /tmp/image
# tar -xf /tmp/ntos-image.tar.gz -C /tmp/image
2. Setup the parameters
$ EDITOR config.mk
3. Install the image in a USB device
# make deps-install install
Requirements:
-
Debian GNU/Linux 10 (Buster)
-
GNU Make
1. Setup the parameters
$ EDITOR config.mk
2. Create the image
# make
3. Install the image in a USB device
# make install
Working on this project I use/used:
$ man live-boot
$ man live-config
$ man persistence.conf
http://cosmolinux.no-ip.org/raconetlinux2/persistence.html
http://docs.kali.org/downloading/kali-linux-live-usb-persistence
http://willhaley.com/blog/create-a-custom-debian-live-environment/
https://wiki.debian.org/ReduceDebian
https://debian-live.alioth.debian.org/live-manual/stable/manual/html/live-manual.en.html
http://willhaley.com/blog/install-debian-usb/
https://wiki.archlinux.org/index.php/syslinux
http://www.syslinux.org/wiki/index.php
https://phenobarbital.wordpress.com/2011/07/13/debian-se-puede-tener-un-gnome-minimo/