Changeset 98103 in vbox for trunk/src/VBox/Main/UnattendedTemplates
- Timestamp:
- Jan 17, 2023 2:15:46 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155244
- Location:
- trunk/src/VBox/Main/UnattendedTemplates
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/Makefile.kmk
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2017-202 2Oracle and/or its affiliates.7 # Copyright (C) 2017-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/UnattendedTemplates/debian_postinstall.sh
r96407 r98103 9 9 10 10 # 11 # Copyright (C) 2017-202 2Oracle and/or its affiliates.11 # Copyright (C) 2017-2023 Oracle and/or its affiliates. 12 12 # 13 13 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/UnattendedTemplates/freebsd_postinstall.sh
r96407 r98103 5 5 6 6 # 7 # Copyright (C) 2020-202 2Oracle and/or its affiliates.7 # Copyright (C) 2020-2023 Oracle and/or its affiliates. 8 8 # 9 9 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/UnattendedTemplates/lgw_postinstall.sh
r96407 r98103 7 7 8 8 # 9 # Copyright (C) 2020-202 2Oracle and/or its affiliates.9 # Copyright (C) 2020-2023 Oracle and/or its affiliates. 10 10 # 11 11 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/UnattendedTemplates/ol_postinstall.sh
r96407 r98103 7 7 8 8 # 9 # Copyright (C) 2017-202 2Oracle and/or its affiliates.9 # Copyright (C) 2017-2023 Oracle and/or its affiliates. 10 10 # 11 11 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/UnattendedTemplates/os2_cid_install.cmd
r96407 r98103 6 6 7 7 REM 8 REM Copyright (C) 2004-202 2Oracle and/or its affiliates.8 REM Copyright (C) 2004-2023 Oracle and/or its affiliates. 9 9 REM 10 10 REM This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh
r96407 r98103 7 7 8 8 # 9 # Copyright (C) 2017-202 2Oracle and/or its affiliates.9 # Copyright (C) 2017-2023 Oracle and/or its affiliates. 10 10 # 11 11 # This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/UnattendedTemplates/suse_autoinstall.xml
r96407 r98103 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2016-202 2Oracle and/or its affiliates.3 Copyright (C) 2016-2023 Oracle and/or its affiliates. 4 4 5 5 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/UnattendedTemplates/win_nt6_unattended.xml
r96407 r98103 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <!-- 3 Copyright (C) 2016-202 2Oracle and/or its affiliates.3 Copyright (C) 2016-2023 Oracle and/or its affiliates. 4 4 5 5 This file is part of VirtualBox base platform packages, as -
trunk/src/VBox/Main/UnattendedTemplates/win_postinstall.cmd
r96407 r98103 9 9 10 10 rem 11 rem Copyright (C) 2017-202 2Oracle and/or its affiliates.11 rem Copyright (C) 2017-2023 Oracle and/or its affiliates. 12 12 rem 13 13 rem This file is part of VirtualBox base platform packages, as
Note:
See TracChangeset
for help on using the changeset viewer.