Change password to fedora_rocks! and add livesys script (based on
fedora-live-base.ks)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
Problems continue, but this time a different file:
[..]
31k
32ksetfiles: Could not set context for /usr/lib/systemd/user/dbus-broker.service: Invalid argument
DEBUG util.py:556:
/ 100.0%
[..]
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
For some reason passwd is now strict on checking password for root account.
Change all passwords to fedora_riscv, which seems to work fine.
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
Disks images are failing with:
setfiles: Could not set context for /usr/sbin/timedatex: Invalid argument
This needs to be tested once disk image is available.
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This ensures we have enough entropy after booting on the board otherwise
we might not be able to SSH immediately.
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
In QEMU setup we have no sensors available thus disable the server
to the service failing at boot time.
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
Majority of the packages are already installed. The biggest in size
is libguestfs-tools-c, which brings ~500MB on disk.
This will allow manipulating disk images on RISC-V system.
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
This cannot be installed anymore (python2-* was removed).
Unable to create appliance : Failed to build transaction :
Problem: package yum-3.4.3-518.fc29.noarch requires python2-urlgrabber >= 3.9.0-8, but none of the providers can be installed
- conflicting requests
- nothing provides python2-pycurl needed by python2-urlgrabber-3.10.1-16.fc29.noarc
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
cmake-fedora seems to be an old package, which is not building since
2018. Also it pulls packagedb-cli, which is also broken and not used
anymore in Fedora.
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>
The package adds BBL w/ embedded Fedora kernel into
`/boot/bbl-<kernel_version>`. This will allow people to virt-tar-out
BBL, vmlinuz or/and initramfs images for QEMU.
Signed-off-by: David Abdurachmanov <david.abdurachmanov@gmail.com>