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 1700339 Details for
Bug 1855034
Creating an armhfp disk image with btrfs results in an empty filesystem
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
Fedora-Xfce-armhfp-Rawhide-20200708.n.0-btrfs.ks (text/plain), 3.01 KB, created by
Paul Whalen
on 2020-07-08 17:42:11 UTC
(
hide
)
Description:
Kickstart
Filename:
MIME Type:
Creator:
Paul Whalen
Created:
2020-07-08 17:42:11 UTC
Size:
3.01 KB
patch
obsolete
>#version=DEVEL ># System language >lang en_US.UTF-8 ># Firewall configuration >firewall --enabled --service=mdns,ssh >repo --name="koji-override-0" --baseurl=https://kojipkgs.fedoraproject.org/compose/rawhide/Fedora-Rawhide-20200708.n.0/compose/Everything/armhfp/os ># Use network installation >url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch" ># Run the Setup Agent on first boot >firstboot --reconfig ># SELinux configuration >selinux --enforcing > ># System services >services --enabled="sshd,NetworkManager,avahi-daemon,chronyd,initial-setup,zram-swap" ># System bootloader configuration >bootloader --location=mbr ># Disk partitioning information >part /boot/efi --asprimary --fstype="vfat" --size=80 >part /boot --asprimary --fstype="ext4" --size=512 ># include changes from https://pagure.io/fedora-kickstarts/pull-request/656 >#part / --fstype="ext4" --size=5000 >part btrfs.007 --fstype="btrfs" --size=5000 >btrfs none --label=fedora btrfs.007 >btrfs /home --subvol --name=home LABEL=fedora >btrfs / --subvol --name=root LABEL=fedora > >%post > ># Setup Raspberry Pi firmware >cp -P /usr/share/uboot/rpi_2/u-boot.bin /boot/efi/rpi2-u-boot.bin >cp -P /usr/share/uboot/rpi_3_32b/u-boot.bin /boot/efi/rpi3-u-boot.bin >cp -P /usr/share/uboot/rpi_4_32b/u-boot.bin /boot/efi/rpi4-u-boot.bin > ># work around for poor key import UI in PackageKit >rm -f /var/lib/rpm/__db* >releasever=$(rpm --eval '%{fedora}') >basearch=armhfp >rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$releasever-$basearch >echo "Packages within this ARM disk image" >rpm -qa --qf '%{size}\t%{name}-%{version}-%{release}.%{arch}\n' |sort -rn ># Note that running rpm recreates the rpm db files which aren't needed or wanted >rm -f /var/lib/rpm/__db* > ># remove random seed, the newly installed instance should make it's own >rm -f /var/lib/systemd/random-seed > ># Because memory is scarce resource in most arm systems we are differing from the Fedora ># default of having /tmp on tmpfs. >echo "Disabling tmpfs for /tmp." >systemctl mask tmp.mount > >dnf -y remove dracut-config-generic > ># Remove machine-id on pre generated images >rm -f /etc/machine-id >touch /etc/machine-id > >%end > >%post ># Most of the ARM X accelerated drivers need some level of CMA allocation >sed -i 's/\(append .*\)/\1 cma=192MB/' /boot/extlinux/extlinux.conf > ># Explicitly set graphical.target as default as this is how initial-setup detects which version to run >ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target > >%end > >%packages >@admin-tools >@arm-tools >@base-x >@core >@fonts >@hardware-support >@input-methods >@multimedia >@networkmanager-submodules >@printing >@standard >@xfce-apps >@xfce-desktop >@xfce-extra-plugins >@xfce-media >@xfce-office >bcm283x-firmware >chrony >dracut-config-generic >epiphany >extlinux-bootloader >fedora-release-xfce >glibc-all-langpacks >initial-setup >initial-setup-gui >kernel >rng-tools >system-config-printer >wget >xscreensaver-extras >zram >-acpid >-aspell-* >-autofs >-desktop-backgrounds-basic >-dracut-config-rescue >-gimp-help >-ipw* >-iwl* >-uboot-images-armv8 >-usb_modeswitch >-xfce4-sensors-plugin > >%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 1855034
: 1700339 |
1700340