Done!
Thanks for the nudge francois. I re-evaluated my use case and decided to let Porteus handle it all with the built-in Live USB creation tool using just the defaults. Easy. Easier done than said!
Lurkers:
With the latest Porteus ISO image sitting on my spinning-rust hard drive, (the installer will want to see that), I went for it!
I just used my existing bootable Porteus stick and their own live usb installer program already on it to flash my *second* stick dedicated just for the new stick with the new formatting and filesystem layout. Use of "lsblk" or other method is advised to keep things straight on which device you'll want to flash. The live-usb installer tool shows you as well. In the end you'll have a dinky fat partition, and the rest is an ext4 partition formatted out to the rest of your drive size automatically. I didn't change any options - just accepted the defaults of the creator tool.
Long story short: (well, for me it's never really short is it?)
With the new stick dedicated this way and rebooting solely with it, just to test things out, when the boot splash came up, I hit TAB to temporarily edit my boot stanza. Instead of changes=/porteus, I simply changed that to
changes=/dev/sdb2
<<---- note your device may be different. I also want changes to be on partition 2, the ext4 partition.
I didn't need to get fancy with the cheatcodes. I just pointed out where the changes should go and let Porteus handle the rest.
Done. Now it's saving my changes, although I have to manually tickle the boot stanza. No more resizing of a fat32 file. And yeah, my STOCK Chromebook and other linux devices exchange files with it easily. So my windows notebook won't see the ext4. Yawn.
Proven to work,
I wanted to make the changes permanent so that when I'm at the boot splash, I can just let it timeout and walk itself in with no intervention of the tab/boot editing stanza thing ....
So I edited (as root / toor) the APPEND line of the graphical option in this config file:
/mnt/sdb1/boot/syslinux/porteus.cfg
<<--- notice that this config files lives on the first partion sdb
1 for me.
I did this even though I'm running EFI and an X86_64. This standard config file works just fine with the edit. So that's where in the config file I put the changes=/dev/sdb2
I also made this editing change to the Copy To Ram and Text Mode options. BUT for Always Fresh - that I left unedited. Obvious there.
Yeah, easier done than said. )
That's a UNIX book - cool. -Garth