Commit Graph

23 Commits (master)

Author SHA1 Message Date
BodgeMaster 600bd0a7f5 system-image: allow for running non-interactively using --yes 2023-07-21 18:59:27 +02:00
BodgeMaster ba95ba6294 system-image: send all output to $TTY_OR_CONSOLE, generate exclusion list only if building image, sync at the end 2023-07-21 18:45:49 +02:00
BodgeMaster 0460940582 rename backup-fs to system-image
The terminology for "backing up" came from TinyCore Linux but it’s really more confusing than helpful for ppl who don’t know what’s happening under the hood.
2023-07-14 21:27:57 +02:00
BodgeMaster eeda7c61c0 install stage 1 and 2, backup-fs: print a newline after yesno 2023-07-14 20:58:43 +02:00
BodgeMaster 7ca06298bb backup-fs: Deal with overlay showing up as multiple file systems
Before, we would simply pass -one-file-system to mksquashfs,
now we go through all mount points to generate a list of all directories
to exclude and add the mount points as pseudo files to the squashfs.
2023-06-29 20:13:18 +02:00
BodgeMaster 61646d9d04 backup-fs: debug in a shell 2023-06-29 14:33:05 +02:00
BodgeMaster 175ad8e3be backup-fs: Attempt to fix input some more 2023-06-29 14:02:50 +02:00
BodgeMaster 48f01de830 backup-fs: attempt to fix not properly taking input on shutdown 2023-06-29 13:36:50 +02:00
BodgeMaster 071a25f368 grub-config: add quiet to kernel cmdline 2023-06-29 00:46:57 +02:00
BodgeMaster a2489377ce grub-config: fix stupid 2023-06-28 23:28:18 +02:00
BodgeMaster ce69477581 move /boot to container partition 2023-06-28 22:59:09 +02:00
BodgeMaster 99a344d978 Everything: Move /container to /run/void-usb/container 2023-06-28 19:58:26 +02:00
BodgeMaster 22e3ede566 install stage 1 and grub-config: make it so the UUID of /container ends up on the kernel command line 2023-06-28 14:04:07 +02:00
BodgeMaster 7aafaf172e grub-config: add kernel command line to default boot entry 2023-06-28 13:11:31 +02:00
BodgeMaster d0d188bbd3 grub-config: add first default kernel boot parameters 2023-06-28 13:03:14 +02:00
BodgeMaster 389d4d578f backup-fs: revert shebang
I'm pretty sure that't not the underlying problem.
2023-06-26 19:52:01 +02:00
BodgeMaster 763a74f6e1 backup-fs: fix input some more 2023-06-26 18:52:45 +02:00
BodgeMaster d9f13856f9 backup-fs: attempt to fix input 2023-06-26 18:43:37 +02:00
BodgeMaster 8ea9f547ea add backup script 2023-06-26 17:04:28 +02:00
BodgeMaster 383eb41189 grub-config: Fix paths of default linux some more 2023-06-21 07:42:21 +02:00
BodgeMaster 2b4b7f4b1a grub-config: Fix paths of default linux 2023-06-21 07:26:51 +02:00
BodgeMaster 597ececb69 minor fixes 2023-06-21 07:08:00 +02:00
BodgeMaster edb0c96796 grub-config: new script 2023-06-20 13:17:45 +02:00