Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 979,
    "next": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/changes/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-29T12:22:01.534388Z",
            "action": 0,
            "target": "",
            "id": 14346876,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/14346876/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/darknao/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/darknao/?format=api",
            "timestamp": "2023-12-29T11:34:52.347489Z",
            "action": 0,
            "target": "",
            "id": 14326631,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/14326631/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875851Z",
            "action": 0,
            "target": "",
            "id": 11900416,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/11900416/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816648/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875826Z",
            "action": 59,
            "target": "The above example mounts an NFS share and executes a script named `runme` located at `/usr/new-machines/` on the share. Note that NFS file locking is *not* supported while in Kickstart mode, therefore the [option]#-o nolock# option is required.",
            "id": 11900415,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900415/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816647/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875802Z",
            "action": 59,
            "target": "# End of the %post section\n%end\n",
            "id": 11900414,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900414/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816646/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875779Z",
            "action": 59,
            "target": "# Mount an NFS share\nmkdir /mnt/temp\nmount -o nolock 10.10.0.2:/usr/new-machines /mnt/temp\nopenvt -s -w -- /mnt/temp/runme\numount /mnt/temp\n",
            "id": 11900413,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900413/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816645/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875755Z",
            "action": 59,
            "target": "# Start of the %post section with logging into /root/ks-post.log\n%post --log=/root/ks-post.log\n",
            "id": 11900412,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900412/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816644/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875731Z",
            "action": 59,
            "target": "Sample %post Script",
            "id": 11900411,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900411/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816643/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875707Z",
            "action": 59,
            "target": "The following is an example [command]#%post# section:",
            "id": 11900410,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900410/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816642/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875683Z",
            "action": 59,
            "target": "Example Post-installation Script",
            "id": 11900409,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900409/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816641/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875658Z",
            "action": 59,
            "target": "The partitioning commands selected in the script will be used.",
            "id": 11900408,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900408/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816640/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875634Z",
            "action": 59,
            "target": "[command]#%include /tmp/part-include#\n",
            "id": 11900407,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900407/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816639/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875610Z",
            "action": 59,
            "target": "This script determines the number of hard drives in the system and writes a text file with a different partitioning scheme depending on whether it has one or two drives. Instead of having a set of partitioning commands in the Kickstart file, include the following line:",
            "id": 11900406,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900406/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816638/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875580Z",
            "action": 59,
            "target": "#Write out partition scheme based on whether there are 1 or 2 hard drives\nif [ $numhd == \"2\" ] ; then\n#2 drives\necho \"#partitioning scheme generated in %pre for 2 drives\" > /tmp/part-include\necho \"clearpart --all\" >> /tmp/part-include\necho \"part /boot --fstype xfs --size 75 --ondisk hda\" >> /tmp/part-include\necho \"part / --fstype xfs --size 1 --grow --ondisk hda\" >> /tmp/part-include\necho \"part swap --recommended --ondisk $drive1\" >> /tmp/part-include\necho \"part /home --fstype xfs --size 1 --grow --ondisk hdb\" >> /tmp/part-include\nelse\n#1 drive\necho \"#partitioning scheme generated in %pre for 1 drive\" > /tmp/part-include\necho \"clearpart --all\" >> /tmp/part-include\necho \"part /boot --fstype xfs --size 75\" >> /tmp/part-include\necho \"part swap --recommended\" >> /tmp/part-include\necho \"part / --fstype xfs --size 2048\" >> /tmp/part-include\necho \"part /home --fstype xfs --size 2048 --grow\" >> /tmp/part-include\nfi\n%end\n",
            "id": 11900405,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900405/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816637/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875553Z",
            "action": 59,
            "target": "%pre\n#!/bin/sh\nhds=\"\"\nmymedia=\"\"\nfor file in /proc/ide/h* do\nmymedia=`cat $file/media`\nif [ $mymedia == \"disk\" ] ; then\nhds=\"$hds `basename $file`\"\nfi\ndone\nset $hds\nnumhd=`echo $#`\ndrive1=`echo $hds | cut -d' ' -f1`\ndrive2=`echo $hds | cut -d' ' -f2`\n",
            "id": 11900404,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900404/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816636/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875529Z",
            "action": 59,
            "target": "Sample %pre Script",
            "id": 11900403,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900403/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816635/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875504Z",
            "action": 59,
            "target": "The following is an example [command]#%pre# section:",
            "id": 11900402,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900402/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816634/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875480Z",
            "action": 59,
            "target": "Example Pre-installation Script",
            "id": 11900401,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900401/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816633/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875455Z",
            "action": 59,
            "target": "The above example uses identifiers `hda` and `hdc` to identify disk drives. You should use unique identifiers, such as a disk labels or an UUIDs, to identify disk drives. See the note in introduction to this appendix.",
            "id": 11900400,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900400/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816632/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875430Z",
            "action": 59,
            "target": "Finally, the last set of commands first creates a volume group named `sysvg` on the `pv.01` physical volume. Then, three logical volumes (`/var`, `/var/freespace` and `/usr/local`) are created and added to the `sysvg` volume group. The `/var` and `/var/freespace` volumes have a set size of 8 GB, and the `/usr/local` volume uses the [option]#--grow# option to fill all remaining available space.",
            "id": 11900399,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900399/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816631/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875405Z",
            "action": 59,
            "target": "The next part uses these pairs of physical partitions to create a software RAID device with RAID1 level (mirroring). The first four RAID devices are used for `/` (root), `/safe`, `swap` and `/usr`. The fifth, largest pair of partitions is named `pv.01` and will be used in the following part as a physical volume for LVM.",
            "id": 11900398,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900398/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816630/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875380Z",
            "action": 59,
            "target": "Then, the two drives are partitioned to prepare them for RAID configuration. Each drive is divided into five partitions, and each drive is partitioned into an identical layout.",
            "id": 11900397,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900397/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816629/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875356Z",
            "action": 59,
            "target": "First, the [command]#clearpart# command is used on drives `hda` and `hdc` to wipe them. The [command]#zerombr# command initializes unused partition tables.",
            "id": 11900396,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900396/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816628/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875332Z",
            "action": 59,
            "target": "This advanced example implements LVM over RAID, as well as the ability to resize various directories for future growth.",
            "id": 11900395,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900395/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816627/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875307Z",
            "action": 59,
            "target": "# LVM configuration so that we can resize /var and /usr/local later\nvolgroup sysvg pv.01\nlogvol /var           --vgname=sysvg --size=8000     --name=var\nlogvol /var/freespace --vgname=sysvg --size=8000     --name=freespacetouse\nlogvol /usr/local     --vgname=sysvg --size=1 --grow --name=usrlocal\n",
            "id": 11900394,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900394/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816626/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875282Z",
            "action": 59,
            "target": "# You can add --spares=x\nraid /     --fstype xfs  --device root  --level=RAID1 raid.11 raid.21\nraid /safe --fstype xfs  --device safe  --level=RAID1 raid.12 raid.22\nraid swap  --fstype swap --device swap  --level=RAID1 raid.13 raid.23\nraid /usr  --fstype xfs  --device usr   --level=RAID1 raid.14 raid.24\nraid pv.01 --fstype xfs  --device pv.01 --level=RAID1 raid.15 raid.25\n",
            "id": 11900393,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900393/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816625/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875256Z",
            "action": 59,
            "target": "clearpart  --drives=hda,hdc\nzerombr\n# Raid 1 IDE config\npart raid.11 --size 1000  --asprimary --ondrive=hda\npart raid.12 --size 1000  --asprimary --ondrive=hda\npart raid.13 --size 2000  --asprimary --ondrive=hda\npart raid.14 --size 8000              --ondrive=hda\npart raid.15 --size 16384 --grow      --ondrive=hda\npart raid.21 --size 1000  --asprimary --ondrive=hdc\npart raid.22 --size 1000  --asprimary --ondrive=hdc\npart raid.23 --size 2000  --asprimary --ondrive=hdc\npart raid.24 --size 8000              --ondrive=hdc\npart raid.25 --size 16384 --grow      --ondrive=hdc\n",
            "id": 11900392,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900392/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816624/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875232Z",
            "action": 59,
            "target": "The following is an integrated example showing the [command]#clearpart#, [command]#zerombr#, [command]#part#, [command]#raid#, [command]#volgroup#, and [command]#logvol# Kickstart options in action:",
            "id": 11900391,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900391/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816623/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875209Z",
            "action": 59,
            "target": "Advanced Partitioning Example",
            "id": 11900390,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900390/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816622/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875186Z",
            "action": 59,
            "target": "Example Kickstart Configurations",
            "id": 11900389,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900389/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816621/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875161Z",
            "action": 59,
            "target": "For an example of a post-installation script, see xref:Kickstart_Syntax_Reference.adoc#sect-kickstart-example-post-script[Example Post-installation Script].",
            "id": 11900388,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900388/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816620/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875137Z",
            "action": 59,
            "target": "[command]#%post --nochroot --log=/mnt/sysimage/root/ks-post.log#\n",
            "id": 11900387,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900387/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816619/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875112Z",
            "action": 59,
            "target": "with [option]#--nochroot#:",
            "id": 11900386,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900386/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816618/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875088Z",
            "action": 59,
            "target": "[command]#%post --log=/root/ks-post.log#\n",
            "id": 11900385,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900385/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816617/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875063Z",
            "action": 59,
            "target": "Logs the script's output into the specified log file. Note that the path of the log file must take into account whether or not you use the [option]#--nochroot# option. For example, without [option]#--nochroot#:",
            "id": 11900384,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900384/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816616/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875038Z",
            "action": 59,
            "target": "[command]#%post --nochroot#\ncp /etc/resolv.conf /mnt/sysimage/etc/resolv.conf\n[command]#%end#\n",
            "id": 11900383,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900383/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816615/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.875014Z",
            "action": 59,
            "target": "The following example copies the file `/etc/resolv.conf` to the file system that was just installed.",
            "id": 11900382,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900382/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816614/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874990Z",
            "action": 59,
            "target": "Allows you to specify commands that you would like to run outside of the chroot environment.",
            "id": 11900381,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900381/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816613/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874966Z",
            "action": 59,
            "target": "[option]#--nochroot#",
            "id": 11900380,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900380/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816612/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874942Z",
            "action": 59,
            "target": "Any scripting language available on the system can be used; in most cases, these will be `/usr/bin/sh`, `/usr/bin/bash`, and `/usr/bin/python`.",
            "id": 11900379,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900379/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816611/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874919Z",
            "action": 59,
            "target": "[command]#%post --interpreter=/usr/bin/python#\n",
            "id": 11900378,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900378/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816610/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874894Z",
            "action": 59,
            "target": "Allows you to specify a different scripting language, such as Python. For example:",
            "id": 11900377,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900377/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816609/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874869Z",
            "action": 59,
            "target": "[command]#%post --interpreter=/usr/bin/python#\n--- Python script omitted --\n[command]#%end#\n",
            "id": 11900376,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900376/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816608/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874845Z",
            "action": 59,
            "target": "The following options can be used to change the behavior of post-installation scripts. To use an option, append it to the [command]#%post# line at the beginning of the script. For example:",
            "id": 11900375,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900375/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816607/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874820Z",
            "action": 59,
            "target": "If you configured the network with static IP information, including a name server, you can access the network and resolve IP addresses in the [command]#%post# section. If you configured the network for `DHCP`, the `/etc/resolv.conf` file has not been completed when the installation executes the [command]#%post# section. You can access the network, but you cannot resolve IP addresses. Thus, if you are using `DHCP`, you must specify IP addresses in the [command]#%post# section.",
            "id": 11900374,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900374/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816606/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874795Z",
            "action": 59,
            "target": "This section is useful for functions such as installing additional software or configuring an additional name server. The post-install script is run in a chroot environment, therefore, performing tasks such as copying scripts or RPM packages from the installation media do not work by default. You can change this behavior using the [option]#--nochroot# option as described below.",
            "id": 11900373,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900373/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816605/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874769Z",
            "action": 59,
            "target": "You have the option of adding commands to run on the system once the installation is complete, but before the system is rebooted for the first time. This section must be placed towards the end of the Kickstart file, after the actual Kickstart commands, and must start with [command]#%post# and end with [command]#%end#. If your Kickstart file also includes a [command]#%pre# section, the order of the [command]#%pre# and [command]#%post# sections does not matter.",
            "id": 11900372,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900372/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816604/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874746Z",
            "action": 59,
            "target": "%post (optional) - Post-installation Script",
            "id": 11900371,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900371/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816603/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874722Z",
            "action": 59,
            "target": "For an example of a pre-installation script, see xref:Kickstart_Syntax_Reference.adoc#sect-kickstart-example-pre-script[Example Pre-installation Script].",
            "id": 11900370,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900370/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/14816602/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-install-guide/f26pagesappendixeskickstart_syntax_reference/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-07-11T22:02:45.874697Z",
            "action": 59,
            "target": "[command]#%pre --log=/mnt/sysimage/root/ks-pre.log#\n",
            "id": 11900369,
            "action_name": "String updated in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/11900369/?format=api"
        }
    ]
}