Did UNIX/Unix tapes have live file systems to dump in or tree of resources to pull from? Or something else!
@dexter so yeah that's what 'tar' and 'pax' and 'cpio' were for. And for booting they'd typically boot the first stretch of files to an EOF/EOR marker on the tape, run that as the kernel; the kernel would then suck the next stretch until EOF/EOR into swap and boot that.
And yeah, I think sunos had mini-root that ran in RAM to format/partition a drive so you DID have swap. THen you'd boot it again from tape to do the install.