Martin Wilck

Results 266 comments of Martin Wilck
trafficstars

I suppose the "unshare" command is not present on your synology system. You could try running the tool with the `--no-unshare` option. The `unshare` feature is rather optional; I implemented...

I realize this is an old issue. Please try the hint above; if it doesn't work, please re-open.

You can use this tool to clone a live file system. `btrfs-clone` will create read only snapshots of all subvolumes it clones, because it can't allow the to-be-cloned subvolume to...

`btrfs-clone` has been written with local cloning in mind. I can see that this might be a useful feature in some situations, but it isn't implemented currently. It's not only...

This is not possiible. This tool is limited to copying data into an empty file system. I am not saying it can't be done, but it's not the purpose of...

I am not sure about this. At least users should be able to override system-wide scripts with local scripts of the same name. Argos is for convenience, not for forcing...

I am not seeing issues here. Can you provide a sample script that demonstrates the issue?

Maybe you should distinguish between required and optional binaries? Note that `pkill` is only necessary in the non-systemd case.

The correct way would probably be to make it depend on `dracut_module_included "systemd"`. But I am unsure if this value is already available in the `check()` stage.

Sorry, I have another question. Why do you need a shell function here? Wouldn't it be sufficient to simply set a variable? ``` BINARIES="multipath multipathd ..." ```