liveusb-builder icon indicating copy to clipboard operation
liveusb-builder copied to clipboard

CLI Option To Use ISO Already Downloaded

Open 0x004a opened this issue 5 years ago • 5 comments
trafficstars

Insread of: ./buildlive --root=/media/sdb1 arch mint/64/mate fedora/28 Perhaps: ./buildlive --root=/media/sdb1 arch mint/64/mate --iso=/home/user/linuxmint-mate64.iso

0x004a avatar Jun 28 '20 14:06 0x004a

I've made a proof of concept in branch metaiso, and an example for arch. The code is now a little messy so I'm not going to update the code in master branch.

mytbk avatar Jun 29 '20 06:06 mytbk

Usage: ./buildlive --boot /dev/sdb1 --root /dev/sdb2 --distro=arch ~/isofiles/archlinux-2020.06.01-x86_64.iso only tested on the official archiso located in ~/isofiles

mytbk avatar Jun 29 '20 06:06 mytbk

"git checkout metaiso" "./buildlive --root /media/mint/usb1 --distro=mint/64/cinnamon /home/mint/Downloads/linuxmint-20-cinnamon-64bit.iso" Keep getting "Usage help output" with no "--distro" option. Know you said only Arch, so perhaps that's just the problem.

0x004a avatar Jun 29 '20 19:06 0x004a

Strange, I think it should give an error saying distro/.../meta not found. Yes, I only added Arch support. When you use --distro=foo, buildlive will find a file named distro/foo/meta. I've pushed one more change for Ubuntu (Linux Mint is just an Ubuntu variant), this time it should work when you use ./buildlive --root <rootpath> --distro=ubuntu <your mint iso>.

mytbk avatar Jun 30 '20 06:06 mytbk

OK, great. Will try it. Yesterday, as you had updated Mint, used the master branch and moved a downloaded ISO into ~/isofiles.

Such a good script. Use to use MultibootUSB, but couldn't get Mint 19 installs to boot and so luckily found yours.

0x004a avatar Jun 30 '20 10:06 0x004a