Commit Graph

76 Commits (14457b1168d09f96ae9452c0103f3c4f75b4deec)

Author SHA1 Message Date
BodgeMaster 14457b1168 install stage 1: configure system to auto-login root and run install stage 2 2023-07-02 22:55:18 +02:00
BodgeMaster 782cabf545 notes to self: update TODO list 2023-07-02 20:58:59 +02:00
BodgeMaster 6b620664df install stage 1: download resources for stage 2, undo additional GRUB configuration
undoes 4ba6486847
2023-07-02 20:54:58 +02:00
BodgeMaster c4441aab07 install stage 1: readability improvements 2023-07-02 20:52:21 +02:00
BodgeMaster d7629049d6 install stage 1: Attempt to unmount target disk if it’s mounted 2023-06-30 13:22:20 +02:00
BodgeMaster 49e67ac001 install stage 1: echo new line at the end of press_any_key and are_you_really_really_sure 2023-06-30 13:03:27 +02:00
BodgeMaster 4beb8cfa4d install stage 2: exec bash for development 2023-06-30 12:43:10 +02:00
BodgeMaster 4ba6486847 install stage 1: set up stage 2 and reboot 2023-06-30 12:36:10 +02:00
BodgeMaster 92bf235e21 install stage 1: log to a file and write user-friendly messages to stdout 2023-06-30 12:35:37 +02:00
BodgeMaster c6004dad6c notes to self: update todo list 2023-06-29 20:31:31 +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 8bcfeaee57 install stage 1: remove now useless stdin workaround for backup-fs 2023-06-29 14:31:53 +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 257f70ebe8 install stage 1: fix GRUB on EFI (the manuals lied to me !!!) 2023-06-29 13:19:18 +02:00
BodgeMaster 071a25f368 grub-config: add quiet to kernel cmdline 2023-06-29 00:46:57 +02:00
BodgeMaster b0a62aa3f1 install stage 1: move ESP to end of fstab in an attempt to fix bootup mounts 2023-06-29 00:44:32 +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 b95b8ce634 notes to self: cut down on TODO list 2023-06-28 22:23:08 +02:00
BodgeMaster ef875380d0 install stage 1: keep /tmp out of squashfs image 2023-06-28 22:22:04 +02:00
BodgeMaster 5913665869 install stage 1 and dracut module: add overlay 2023-06-28 21:28:01 +02:00
BodgeMaster 83a56d1007 install stage 1: fix more stupid 2023-06-28 20:21:48 +02:00
BodgeMaster c98dd32cc7 install stage 1: fix stupid 2023-06-28 20:15:41 +02:00
BodgeMaster 99a344d978 Everything: Move /container to /run/void-usb/container 2023-06-28 19:58:26 +02:00
BodgeMaster 6ebde2efd1 dracut modules: wait for disks to show up 2023-06-28 15:19:06 +02:00
BodgeMaster d30bc61c0e dracut modules: implement squashfs-img script 2023-06-28 14:05:23 +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 8ea64ee1a4 notes to self: more todo 2023-06-28 13:03:55 +02:00
BodgeMaster d0d188bbd3 grub-config: add first default kernel boot parameters 2023-06-28 13:03:14 +02:00
BodgeMaster ec25fa5a79 dracut modules: add 90void-usb 2023-06-28 13:02:25 +02:00
BodgeMaster cdc60158c4 install stage 1: Start configuring dracut 2023-06-28 07:46:48 +02:00
Jan Danielzick 494242fa5f Update 'notes_to_self.txt' 2023-06-27 14:20:43 +00:00
BodgeMaster 6715d47cb0 readme: more elegant wording (Edited) (Edited) (Edit: Fix typo) (Edit: I edited it.) (Edit) 2023-06-27 16:09:22 +02:00
BodgeMaster d07cf58e9e readme: Improve short documentation and instructions 2023-06-27 16:06:15 +02:00
BodgeMaster f67c214ba7 skel: move skel files to this directory 2023-06-27 15:47:38 +02:00
BodgeMaster 55f814c1e2 update-squashfs: remove useless redundant script 2023-06-27 15:46:34 +02:00
BodgeMaster 0b4533c0dd readme: update documentation 2023-06-27 15:44:54 +02:00
BodgeMaster 7ad70c5d07 notes to self: update notes and use a more sensible file name 2023-06-27 15:41:16 +02:00
BodgeMaster 6365e3c22a install stage 1: add more GRUB modules to be loaded by default
no idea if this is even useful
2023-06-27 15:38:24 +02:00
BodgeMaster c8ce034f93 install stage 1: fix backup script 2023-06-27 05:17:58 +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 ce19ca2f1a install stage 1: fix setting permissions on kernel hooks 2023-06-21 07:26:16 +02:00