liveroot icon indicating copy to clipboard operation
liveroot copied to clipboard

Initcpio hooks for overlayfs ontop of root

Results 10 liveroot issues
Sort by recently updated
recently updated
newest added

Hi, firstly I would like to say that I enjoy this liveroot very much, i tend to use it on my day to day laptop as i tend to explore...

Im currently booting a diskless workstation via pxe. the `/` filesystem is provided via nfs. Now I need to start a desktop environment and therefore I need to be able...

As the title says. As things are right now, it is very cumbersome to regenerate the hooks, a simple config would be much easier to change than recompiling the entire...

This has led to at least one major bug. It would make a lot more sense use rmdir, since that always fails to delete non-empty directories.

Would it be possible to somehow free up the upper overlay directory and free up RAM?

for when the user only wants to sync a few files. Something like `zip`'s `--include` and `--exclude` options would be the most complete solution.

Contents of /usr/bin/overlay_flush copied verbatim: ``` #!/bin/bash mkdir /run/oroot mount -U "1bbe211e-cf1c-45eb-bb29-065a9676f04b" -o rw,relatime,space_cache,compress=zlib,subvolid=5,subvol=/ "/run/oroot" if [ "compressed" = "live" ]; then btrfs subvolume snapshot / /oroot-snap cd /oroot-snap else...

So I use btrfs and love the space savings. I want to run my desktop system live and noticed from testing that btrfs allows for immense savings in zram (I...

This is the error I get when I attempt an `overlay_flush` Contents of /etc/fstab ``` /dev/mmcblk0p3 /opt/fabmo btrfs ``` Contents of /etc/mtab ``` proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0 sys...