JerryGeis

Results 4 comments of JerryGeis

OK - I found something to help with the above error: Change /usr/local/bin/livefs-edit last line to this sys.exit(__main__.main(sys.argv[1:])) but now when I run I get this: livefs-edit ubuntu-22.04.3-live-server-amd64.iso test.iso --cp...

I get this now. python3 -m livefs_edit ./ubuntu-22.04.3-live-server-amd64.iso ./test.iso --cp /home/silentm/CDROM.iso/Ubuntu.22.04/grub.cfg /boot/grub/grub.cfg running cp with arguments {'source': '/home/silentm/CDROM.iso/Ubuntu.22.04/grub.cfg', 'dest': '/boot/grub/grub.cfg'} no changes! and no test.iso Jerry

If I remove the path - then I get an error python3 -m livefs_edit ./ubuntu-22.04.3-live-server-amd64.iso ./test.iso --cp grub.cfg /boot/grub/grub.cfg running cp with arguments {'source': 'grub.cfg', 'dest': '/boot/grub/grub.cfg'} Traceback (most recent...

I found this https://github.com/morrownr/88x2bu-20210702, it worked for what I needed. Thanks