Search Criteria
Package Details: mkinitcpio-nbd 0.4.2-1
Git Clone URL: | https://aur.archlinux.org/mkinitcpio-nbd.git (read-only, click to copy) |
---|---|
Package Base: | mkinitcpio-nbd |
Description: | mkinitcpio hook to boot from a Network Block Device (NBD) |
Upstream URL: | https://github.com/mus65/mkinitcpio-nbd |
Licenses: | |
Submitter: | mus |
Maintainer: | mus |
Last Packager: | mus |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2011-07-05 16:34 |
Last Updated: | 2015-06-08 19:18 |
Latest Comments
1 2 Next › Last »
Anonymous comment on 2014-10-20 11:04
Do this package perform a nbd-client -d /dev/nbd0 on shutdown?
eworm commented on 2014-05-09 19:56
Hmm, looks like everything works just fine as is... So ignore my last request.
bnbd is a really interesting alternative to nbd, though. ;)
eworm commented on 2014-05-08 18:10
I would like to use this with bnbd [0]. Can we get an option to set block-size (-block-size), please?
[0] https://aur.archlinux.org/packages/bnbd-git/
mihanson commented on 2014-04-14 20:10
For completeness, this package should depend on nbd>=3.8 due to the -systemd-mark only being supported from 3.8+
mus commented on 2014-04-11 09:21
new version uploaded, thanks.
mihanson commented on 2014-04-10 22:07
@mus Works for me.
mus commented on 2014-04-09 21:10
oops, I may have screwed up the parameter order, pushed another fix.
mus commented on 2014-04-09 20:57
I just pushed this into git, please test it and let me know if it works, I will tag a new version then. I can't test it myself since I'm not using this hook anymore.
mihanson commented on 2014-04-09 20:28
The current version of nbd (3.8) now has support for systemd built in. Installing nbd-client as @nbd-client should no longer be necessary. Just add the -m (or -systemd-mark) switch to the nbd-client command in nbd_hook and remove the @ in the nbd_install file and it *should* work. I'll be testing this change soon.
mihanson commented on 2014-04-09 20:01
The current version of nbd (3.8) now has support for systemd built in. Installing nbd-client as @nbd-client should no longer be necessary. Just add the -m (or -systemd-mark) switch to the nbd-client command in nbd_hook and it *should* work. I'll be testing this change soon.