############################################################### # 2020/04/30 - PsychOS486 0.0.7 - Ezremaster misunderstanding # ############################################################### I ran into a problem with my TinyCore/Slackware idea with using Slackware to make packages and then get those on TinyCore and that is TinyCore's 'ezremaster' program requires the CD/DVD or ISO, but I might do as it says and see if it'll also add software installed on the hard drive. If that doesn't work, I may be able to run a script I found in 'Porteus- XFCE-v3.1-i486.iso' called 'make_iso.sh': mkisofs -o "$ISONAME" -v -l -J -joliet-long -R -D -A "$CDLABEL" \ -V "$CDLABEL" -no-emul-boot -boot-info-table -boot-load-size 4 \ -b boot/syslinux/isolinux.bin -c boot/syslinux/isolinux.boot ../. I booted the TinyCore 11.1 (CorePlus) DVD I made and it loaded the installed programs from the version installed on the HD. However, telling 'ezremaster' that the mounted CD is at "/mnt/sr0" didn't work, perhaps because I am also running TinyCore from said CD (DVD). Currently, running the version of TinyCore that is installed on the hard drive and running 'ezramster' while the CD ("/mnt/sr0") is mounted and now the program seems to work. Still, waiting on it to finish. If this works and the 'make_iso.sh' from Porteus also works with Slackware 14.1, then I may make two versions such as a "full" and a "mini".