Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 1893870 Details for
Bug 2103036
livemedia-creator Fail to make iso from mock
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
kickstart file
flat-live-workstation-ks.cfg (text/plain), 3.75 KB, created by
MERCIER Jonathan
on 2022-07-01 09:42:17 UTC
(
hide
)
Description:
kickstart file
Filename:
MIME Type:
Creator:
MERCIER Jonathan
Created:
2022-07-01 09:42:17 UTC
Size:
3.75 KB
patch
obsolete
># Generated by pykickstart v3.36 >#version=F36 ># Keyboard layouts >keyboard --vckeymap=fr-bepo --xlayouts='fr' >#Root password >rootpw --lock ># System language >lang fr_FR.UTF-8 ># Reboot after installation >reboot ># Network information >network --bootproto=dhcp --device=link --noipv6 --activate ># Firewall configuration >firewall --enabled --service=ssh,ntp ># Use network installation >url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch" >repo --name="fedora" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch >repo --name="updates" --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch ># System timezone >timezone Europe/Paris --utc >firstboot --disable ># SELinux configuration >selinux --enforcing ># System services >services --enabled="sshd,cloud-init,cloud-init-local,cloud-config,cloud-final" ># System bootloader configuration >bootloader --append="no_timer_check net.ifnames=0 console=tty1 console=ttyS0,115200n8" --location=mbr --timeout=1 ># Partition clearing information >clearpart --all --initlabel --disklabel=gpt ># Disk partitioning information >part prepboot --fstype="prepboot" --size=4 >part biosboot --fstype="biosboot" --size=1 >part /boot/efi --fstype="efi" --size=100 >part /boot --fstype="ext4" --size=1000 --label=boot >part btrfs.os --fstype="btrfs" --grow --size=2000 --encrypted --passphrase="C'est une belle journée!" >btrfs none --label=fedora btrfs.os >btrfs /home --subvol --name=home LABEL=fedora >btrfs / --subvol --name=root LABEL=fedora > >%post --logfile=/root/anaconda-post.log --erroronfail ># remove some extraneous files >rm -rf /var/cache/dnf/* >rm -rf /tmp/* ># https://pagure.io/atomic-wg/issue/308 >printf "tsflags=nodocs\n" >>/etc/dnf/dnf.conf > >umount /run >rm -f /run/nologin # https://pagure.io/atomic-wg/issue/316 ># Final pruning >rm -rfv /var/cache/* /var/log/* /tmp/* >%end > >%post >curl -LO https://releases.mattermost.com/desktop/5.1.1/mattermost-desktop-5.1.1-linux-x86_64.rpm >rpm -i mattermost-desktop-5.1.1-linux-x86_64.rpm >rm mattermost-desktop-5.1.1-linux-x86_64.rpm > >curl -LO https://www.fosshub.com/JabRef.html?dwl=jabref-5.6-1.x86_64.rpm >rpm -i jabref-5.6-1.x86_64.rpm >rm jabref-5.6-1.x86_64.rpm > >curl -LO https://download.jetbrains.com/toolbox/jetbrains-toolbox-1.24.12080.tar.gz >mkdir /opt/jetbrains-toolbox/1.24.12080/bin >tar xf jetbrains-toolbox-1.24.12080.tar.gz -C /opt/jetbrains-toolbox/1.24.12080/bin --strip-components=1 >update-alternatives --install /usr/local/bin/jetbrains-toolbox jetbrains-toolbox /opt/jetbrains-toolbox/1.24.12080/bin/jetbrains-toolbox 12412080 > >mkdir /etc/skel/.config/Mattermost >cat <<'EOF'> /etc/skel/.config/Mattermost/config.json >{ > "version": 3, > "teams": [ > { > "url": "https://mattermost.microbiomestudio.fr/", > "name": "Microbiome Studio", > "order": 0, > "tabs": [ > { > "name": "TAB_MESSAGING", > "order": 0, > "isOpen": true > }, > { > "name": "TAB_FOCALBOARD", > "order": 1, > "isOpen": false > }, > { > "name": "TAB_PLAYBOOKS", > "order": 2, > "isOpen": false > } > ], > "lastActiveTab": 0 > } > ], > "showTrayIcon": true, > "trayIconTheme": "dark", > "minimizeToTray": true, > "notifications": { > "flashWindow": 2, > "bounceIcon": true, > "bounceIconType": "informational" > }, > "showUnreadBadge": true, > "useSpellChecker": true, > "enableHardwareAcceleration": true, > "autostart": true, > "spellCheckerLocales": [ > "fr-FR", > "en-US" > ], > "darkMode": true, > "lastActiveTeam": 0 >} >EOF > >%end > >%packages --inst-langs=fr_FR >@^admin-tools >@cloud-management >@container-management >@python-science >@system-tools >alternatives >curl >dracut-live >freeipa-client >trojita > >%end
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 2103036
: 1893870