Changeset 96407 in vbox for trunk/src/VBox/Main/UnattendedTemplates
- Timestamp:
- Aug 22, 2022 5:43:14 PM (2 years ago)
- Location:
- trunk/src/VBox/Main/UnattendedTemplates
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/UnattendedTemplates/Makefile.kmk
r95436 r96407 5 5 6 6 # 7 # Copyright (C) 2017-2022 Oracle Corporation7 # Copyright (C) 2017-2022 Oracle and/or its affiliates. 8 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 9 # This file is part of VirtualBox base platform packages, as 10 # available from https://www.virtualbox.org. 11 # 12 # This program is free software; you can redistribute it and/or 13 # modify it under the terms of the GNU General Public License 14 # as published by the Free Software Foundation, in version 3 of the 15 # License. 16 # 17 # This program is distributed in the hope that it will be useful, but 18 # WITHOUT ANY WARRANTY; without even the implied warranty of 19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 # General Public License for more details. 21 # 22 # You should have received a copy of the GNU General Public License 23 # along with this program; if not, see <https://www.gnu.org/licenses>. 24 # 25 # SPDX-License-Identifier: GPL-3.0-only 16 26 # 17 27 -
trunk/src/VBox/Main/UnattendedTemplates/debian_postinstall.sh
r93115 r96407 9 9 10 10 # 11 # Copyright (C) 2017-2022 Oracle Corporation 12 # 13 # This file is part of VirtualBox Open Source Edition (OSE), as 14 # available from http://www.virtualbox.org. This file is free software; 15 # you can redistribute it and/or modify it under the terms of the GNU 16 # General Public License (GPL) as published by the Free Software 17 # Foundation, in version 2 as it comes in the "COPYING" file of the 18 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 11 # Copyright (C) 2017-2022 Oracle and/or its affiliates. 12 # 13 # This file is part of VirtualBox base platform packages, as 14 # available from https://www.virtualbox.org. 15 # 16 # This program is free software; you can redistribute it and/or 17 # modify it under the terms of the GNU General Public License 18 # as published by the Free Software Foundation, in version 3 of the 19 # License. 20 # 21 # This program is distributed in the hope that it will be useful, but 22 # WITHOUT ANY WARRANTY; without even the implied warranty of 23 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 24 # General Public License for more details. 25 # 26 # You should have received a copy of the GNU General Public License 27 # along with this program; if not, see <https://www.gnu.org/licenses>. 28 # 29 # SPDX-License-Identifier: GPL-3.0-only 20 30 # 21 31 -
trunk/src/VBox/Main/UnattendedTemplates/freebsd_postinstall.sh
r95436 r96407 5 5 6 6 # 7 # Copyright (C) 2020 Oracle Corporation7 # Copyright (C) 2020-2022 Oracle and/or its affiliates. 8 8 # 9 # This file is part of VirtualBox Open Source Edition (OSE), as 10 # available from http://www.virtualbox.org. This file is free software; 11 # you can redistribute it and/or modify it under the terms of the GNU 12 # General Public License (GPL) as published by the Free Software 13 # Foundation, in version 2 as it comes in the "COPYING" file of the 14 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 9 # This file is part of VirtualBox base platform packages, as 10 # available from https://www.virtualbox.org. 11 # 12 # This program is free software; you can redistribute it and/or 13 # modify it under the terms of the GNU General Public License 14 # as published by the Free Software Foundation, in version 3 of the 15 # License. 16 # 17 # This program is distributed in the hope that it will be useful, but 18 # WITHOUT ANY WARRANTY; without even the implied warranty of 19 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 20 # General Public License for more details. 21 # 22 # You should have received a copy of the GNU General Public License 23 # along with this program; if not, see <https://www.gnu.org/licenses>. 24 # 25 # SPDX-License-Identifier: GPL-3.0-only 16 26 # 17 27 -
trunk/src/VBox/Main/UnattendedTemplates/lgw_postinstall.sh
r93115 r96407 7 7 8 8 # 9 # Copyright (C) 2020-2022 Oracle Corporation 10 # 11 # This file is part of VirtualBox Open Source Edition (OSE), as 12 # available from http://www.virtualbox.org. This file is free software; 13 # you can redistribute it and/or modify it under the terms of the GNU 14 # General Public License (GPL) as published by the Free Software 15 # Foundation, in version 2 as it comes in the "COPYING" file of the 16 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 9 # Copyright (C) 2020-2022 Oracle and/or its affiliates. 10 # 11 # This file is part of VirtualBox base platform packages, as 12 # available from https://www.virtualbox.org. 13 # 14 # This program is free software; you can redistribute it and/or 15 # modify it under the terms of the GNU General Public License 16 # as published by the Free Software Foundation, in version 3 of the 17 # License. 18 # 19 # This program is distributed in the hope that it will be useful, but 20 # WITHOUT ANY WARRANTY; without even the implied warranty of 21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 # General Public License for more details. 23 # 24 # You should have received a copy of the GNU General Public License 25 # along with this program; if not, see <https://www.gnu.org/licenses>. 26 # 27 # SPDX-License-Identifier: GPL-3.0-only 18 28 # 19 29 -
trunk/src/VBox/Main/UnattendedTemplates/ol_postinstall.sh
r93954 r96407 7 7 8 8 # 9 # Copyright (C) 2017-2022 Oracle Corporation 10 # 11 # This file is part of VirtualBox Open Source Edition (OSE), as 12 # available from http://www.virtualbox.org. This file is free software; 13 # you can redistribute it and/or modify it under the terms of the GNU 14 # General Public License (GPL) as published by the Free Software 15 # Foundation, in version 2 as it comes in the "COPYING" file of the 16 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 9 # Copyright (C) 2017-2022 Oracle and/or its affiliates. 10 # 11 # This file is part of VirtualBox base platform packages, as 12 # available from https://www.virtualbox.org. 13 # 14 # This program is free software; you can redistribute it and/or 15 # modify it under the terms of the GNU General Public License 16 # as published by the Free Software Foundation, in version 3 of the 17 # License. 18 # 19 # This program is distributed in the hope that it will be useful, but 20 # WITHOUT ANY WARRANTY; without even the implied warranty of 21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 # General Public License for more details. 23 # 24 # You should have received a copy of the GNU General Public License 25 # along with this program; if not, see <https://www.gnu.org/licenses>. 26 # 27 # SPDX-License-Identifier: GPL-3.0-only 18 28 # 19 29 -
trunk/src/VBox/Main/UnattendedTemplates/os2_cid_install.cmd
r93148 r96407 6 6 7 7 REM 8 REM Copyright (C) 2004-2022 Oracle Corporation 9 REM 10 REM This file is part of VirtualBox Open Source Edition (OSE), as 11 REM available from http://www.virtualbox.org. This file is free software; 12 REM you can redistribute it and/or modify it under the terms of the GNU 13 REM General Public License (GPL) as published by the Free Software 14 REM Foundation, in version 2 as it comes in the "COPYING" file of the 15 REM VirtualBox OSE distribution. VirtualBox OSE is distributed in the 16 REM hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 8 REM Copyright (C) 2004-2022 Oracle and/or its affiliates. 9 REM 10 REM This file is part of VirtualBox base platform packages, as 11 REM available from https://www.virtualbox.org. 12 REM 13 REM This program is free software; you can redistribute it and/or 14 REM modify it under the terms of the GNU General Public License 15 REM as published by the Free Software Foundation, in version 3 of the 16 REM License. 17 REM 18 REM This program is distributed in the hope that it will be useful, but 19 REM WITHOUT ANY WARRANTY; without even the implied warranty of 20 REM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 21 REM General Public License for more details. 22 REM 23 REM You should have received a copy of the GNU General Public License 24 REM along with this program; if not, see <https://www.gnu.org/licenses>. 25 REM 26 REM SPDX-License-Identifier: GPL-3.0-only 17 27 REM 18 28 -
trunk/src/VBox/Main/UnattendedTemplates/redhat_postinstall.sh
r93954 r96407 7 7 8 8 # 9 # Copyright (C) 2017-2022 Oracle Corporation 10 # 11 # This file is part of VirtualBox Open Source Edition (OSE), as 12 # available from http://www.virtualbox.org. This file is free software; 13 # you can redistribute it and/or modify it under the terms of the GNU 14 # General Public License (GPL) as published by the Free Software 15 # Foundation, in version 2 as it comes in the "COPYING" file of the 16 # VirtualBox OSE distribution. VirtualBox OSE is distributed in the 17 # hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 9 # Copyright (C) 2017-2022 Oracle and/or its affiliates. 10 # 11 # This file is part of VirtualBox base platform packages, as 12 # available from https://www.virtualbox.org. 13 # 14 # This program is free software; you can redistribute it and/or 15 # modify it under the terms of the GNU General Public License 16 # as published by the Free Software Foundation, in version 3 of the 17 # License. 18 # 19 # This program is distributed in the hope that it will be useful, but 20 # WITHOUT ANY WARRANTY; without even the implied warranty of 21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 22 # General Public License for more details. 23 # 24 # You should have received a copy of the GNU General Public License 25 # along with this program; if not, see <https://www.gnu.org/licenses>. 26 # 27 # SPDX-License-Identifier: GPL-3.0-only 18 28 # 19 29 -
trunk/src/VBox/Main/UnattendedTemplates/suse_autoinstall.xml
r96309 r96407 1 1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <!-- 3 Copyright (C) 2016-2022 Oracle Corporation3 Copyright (C) 2016-2022 Oracle and/or its affiliates. 4 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <!DOCTYPE profile> -
trunk/src/VBox/Main/UnattendedTemplates/win_nt6_unattended.xml
r96309 r96407 1 1 <?xml version="1.0" encoding="utf-8"?> 2 2 <!-- 3 Copyright (C) 2016-2022 Oracle Corporation 4 5 This file is part of VirtualBox Open Source Edition (OSE), as 6 available from http://www.virtualbox.org. This file is free software; 7 you can redistribute it and/or modify it under the terms of the GNU 8 General Public License (GPL) as published by the Free Software 9 Foundation, in version 2 as it comes in the "COPYING" file of the 10 VirtualBox OSE distribution. VirtualBox OSE is distributed in the 11 hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 3 Copyright (C) 2016-2022 Oracle and/or its affiliates. 4 5 This file is part of VirtualBox base platform packages, as 6 available from https://www.virtualbox.org. 7 8 This program is free software; you can redistribute it and/or 9 modify it under the terms of the GNU General Public License 10 as published by the Free Software Foundation, in version 3 of the 11 License. 12 13 This program is distributed in the hope that it will be useful, but 14 WITHOUT ANY WARRANTY; without even the implied warranty of 15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 General Public License for more details. 17 18 You should have received a copy of the GNU General Public License 19 along with this program; if not, see <https://www.gnu.org/licenses>. 20 21 SPDX-License-Identifier: GPL-3.0-only 12 22 --> 13 23 <unattend xmlns="urn:schemas-microsoft-com:unattend" -
trunk/src/VBox/Main/UnattendedTemplates/win_postinstall.cmd
r93115 r96407 9 9 10 10 rem 11 rem Copyright (C) 2017-2022 Oracle Corporation11 rem Copyright (C) 2017-2022 Oracle and/or its affiliates. 12 12 rem 13 rem This file is part of VirtualBox Open Source Edition (OSE), as 14 rem available from http://www.virtualbox.org. This file is free software; 15 rem you can redistribute it and/or modify it under the terms of the GNU 16 rem General Public License (GPL) as published by the Free Software 17 rem Foundation, in version 2 as it comes in the "COPYING" file of the 18 rem VirtualBox OSE distribution. VirtualBox OSE is distributed in the 19 rem hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 13 rem This file is part of VirtualBox base platform packages, as 14 rem available from https://www.virtualbox.org. 15 rem 16 rem This program is free software; you can redistribute it and/or 17 rem modify it under the terms of the GNU General Public License 18 rem as published by the Free Software Foundation, in version 3 of the 19 rem License. 20 rem 21 rem This program is distributed in the hope that it will be useful, but 22 rem WITHOUT ANY WARRANTY; without even the implied warranty of 23 rem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 24 rem General Public License for more details. 25 rem 26 rem You should have received a copy of the GNU General Public License 27 rem along with this program; if not, see <https://www.gnu.org/licenses>. 28 rem 29 rem SPDX-License-Identifier: GPL-3.0-only 20 30 rem 21 31
Note:
See TracChangeset
for help on using the changeset viewer.