1
0
mirror of synced 2026-01-13 07:09:24 +00:00

Fixing 'install' to work with CD from Archives.org

This commit is contained in:
Andras Tantos 2023-01-30 14:59:11 -08:00
parent f323876d02
commit 7d0c73ea47

10
install
View File

@ -161,11 +161,11 @@ case "$VERSION" in
INSTALLRULES=Installrules
;;
"10.0.1.2")
CITMKFS_PRELOAD=citmkfs.preload
CITMNTFS_RELOAD=citmntfs.preload
UNICOS_MINGLE=unicos.mingle
UNICOS_PSTLOAD=unicos.pstload
INSTALLRULES=installrules
CITMKFS_PRELOAD=CIT.mkfs.preload
CITMNTFS_RELOAD=CIT.mntfs.preload
UNICOS_MINGLE=UNICOS.mingle
UNICOS_PSTLOAD=UNICOS.pstload
INSTALLRULES=Installrules
;;
*)
install_errorexit "Unknown UNICOS version"