xcross-ibm

Results 14 comments of xcross-ibm

I'm trying to build the container and get the following error. I'm working with a clean tree and get the error on both master and fcos-32.20200726.3.0. ``` chris:coreos-assembler$ podman build...

@travier: ``` $ podman version Version: 1.9.3 RemoteAPI Version: 1 Go Version: go1.13.4 OS/Arch: linux/amd64 $ podman info --debug debug: compiler: gc gitCommit: "" goVersion: go1.13.4 podmanVersion: 1.9.3 host: arch:...

@ashcrow no changes in the source: ``` chris:coreos-assembler$ git status On branch master Your branch is up to date with 'origin/master'. nothing to commit, working tree clean ``` Nevertheless, I...

@travier My goal is to build a system comprised of kernel+systemd+bash as a jumping of point for my custom OS. To that end I'm starting by inheriting from ` bootable-rpm-ostree.yaml`...

Hi @ashcrow, I've got a manifest that inherits from `bootable-rpm-ostree.yaml` that builds. Now for the fun part. The initrd is failing with the following output: ```[ OK ] Finished Create...

@cgwalters Thanks for the RTFM link which was immediately useful. On first reading, it looks like **_ignition_** is fundamental so I switched to inheriting from `ignition-and-ostree.yaml` instead of `bootable-rpm-ostree.yaml`. Is...

@cgwalters You may be right but I don't yet know enough to know which parts to use and which to cut. For example, before reading `README-initramfs` I thought of ignition...

@cgwalters @ashcrow I'm back on to this after a hiatus for moving. I'm using `fedora-coreos-config` `stable`, my manifest.yaml inherits from `manifests/ignition-and-ostree.yaml`, and `cosa build` completes without errors (or at least...

The current error message is: [ 5.147753] ostree-prepare-root[220]: ostree-prepare-root: Couldn't find specified OSTree root '/sysroot//ostree/boot.1/fedora-coreos/bb843de33ccc2b80dd9c3afda5badbefcb6b57cae88a8c81c5c174ca08176b5a/0y @ashcrow I haven't yet sussed out the inputs to grub to answer from the manifest...

@ashcrow Teach a man to fish, thanks! @cgwalters I started using ignition following your remarks in https://github.com/coreos/coreos-assembler/issues/1680#issuecomment-707999361. My manifest includes `ignition-and-ostree.yaml`. We have some manufacturing and first boot requirements that...