ff4ff35918
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
20 lines
803 B
Plaintext
20 lines
803 B
Plaintext
$ ! Used by the main descrip.mms to print the installation complete
|
|
$ ! message.
|
|
$ ! Arguments:
|
|
$ ! P1 startup / setup / shutdown scripts directory
|
|
$ ! P2 distinguishing version number ("major version")
|
|
$
|
|
$ systartup = p1
|
|
$ osslver = p2
|
|
$
|
|
$ WRITE SYS$OUTPUT "Installation complete"
|
|
$ WRITE SYS$OUTPUT ""
|
|
$ WRITE SYS$OUTPUT "The following commands need to be executed to enable you to use OpenSSL:"
|
|
$ WRITE SYS$OUTPUT ""
|
|
$ WRITE SYS$OUTPUT "- to set up OpenSSL logical names:"
|
|
$ WRITE SYS$OUTPUT " @''systartup'openssl_startup''osslver'"
|
|
$ WRITE SYS$OUTPUT ""
|
|
$ WRITE SYS$OUTPUT "- to define the OpenSSL command"
|
|
$ WRITE SYS$OUTPUT " @''systartup'openssl_utils''osslver'"
|
|
$ WRITE SYS$OUTPUT ""
|