Age | Commit message (Collapse) | Author |
|
|
|
|
|
Now we can build a live USB like this:
./buildlive --boot /dev/sdb1 --root /dev/sdb2 \
manjaro/64/kde xubuntu/18.04
|
|
|
|
- Install syslinux by default, fallback to GRUB
- Generate syslinux.cfg
|
|
|
|
and add "--boot <...>" and "--root <...>"
|
|
and set default $ISOPATH location to $HOME/isofiles
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- use as-root to run grub-install
- add --removable when installing grub-efi
- add --no-grub option
|
|
|
|
|
|
|
|
|
|
|
|
|