hostnamectl; # tested with Static hostname: debian9 Operating System: Debian GNU/Linux 9 (stretch) Kernel: Linux 4.12.0cuztom Architecture: x86-64 su - root apt update apt install genisoimage genisoimage --help genisoimage -r -J -l -ldots -o etc.iso /etc; # turn folder /etc into an etc.iso image mkdir /mnt/cdrom mount -t iso9660 -o loop etc.iso /mnt/cdrom/ mount: /dev/loop0 is write-protected, mounting read-only df -Th|grep iso /dev/loop0 iso9660 4.8M 4.8M 0 100% /mnt/cdrom
theoretically you could burn this etc.iso now with wodim on cd/dvd-r (double-layer dvd and blueray is not supported)
manpages:
liked this article?
- only together we can create a truly free world
- plz support dwaves to keep it up & running!
- (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
- really really hate advertisement
- contribute: whenever a solution was found, blog about it for others to find!
- talk about, recommend & link to this blog and articles
- thanks to all who contribute!