ubborg-usecase-rescuedisk-pmb
An example ubborg bundle for an Ubuntu/GRUB/LVM rescue disk.
Stability: Alpha preview
API
This module exports an ubborg module that accepts the param
s
described here.
Usage
For default params, your bundle can be as easy as:
export default async(bun) => {
bun.needs('bundle', 'cjs:ubborg-usecase-rescuedisk-pmb');
};
Known issues
- Abusing bundle params to describe per-user resources introduces unjustified artificial singleton limitations. This is a dirty hack to bridge the time until ubborg supports user-supplied resource types.
- Needs more/better tests and docs.
License
ISC