ITADN
mk-pmb/ubborg-usecase-rescuedisk-pmb-js
mk-pmb/ubborg-usecase-rescuedisk-pmb-js · 文件
文件最后提交记录最后更新时间
README.md

ubborg-usecase-rescuedisk-pmb

An example ubborg bundle for an Ubuntu/GRUB/LVM rescue disk.

Stability: Alpha preview

ISO image download

The ISO file can be built with ubborg-make-example-live-isos-pmb, and if you're lucky, there may even be a recent release with a download.

API

This module exports an ubborg module that accepts the params 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