From 7d0c73ea47574641728526d49faf375b50032166 Mon Sep 17 00:00:00 2001 From: Andras Tantos Date: Mon, 30 Jan 2023 14:59:11 -0800 Subject: [PATCH 1/2] Fixing 'install' to work with CD from Archives.org --- install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/install b/install index d4d20ef..03df8c0 100755 --- a/install +++ b/install @@ -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" From 3cec95203bcea934a84598d0f0ea23f118d5ee31 Mon Sep 17 00:00:00 2001 From: Andras Tantos Date: Mon, 30 Jan 2023 14:59:26 -0800 Subject: [PATCH 2/2] Some more ignores. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7e3a948..80044f5 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,4 @@ grsysdmp ram_fs **/.vs/* *.user +unicos.generic