You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As per title. If mkosi is run from, say, /home/username/tmp/mkosi, then the same directory structure is created inside the image. To reproduce:
$ mkdir -p /home/username/tmp/mkosi &&cd /home/username/tmp/mkosi
$ mkosi -d fedora -t directory --bootable no
...
$ ls image
afs bin boot dev efi etc home lib lib64 media mnt opt proc root run sbin srv sys tmp usr var
$ tree image/home
image/home
└── username
└── tmp
└── mkosi
This happens when building Fedora, CentOS, RHEL, Alma Linux and Rocky Linux images. It does not happen when building Debian, Ubuntu and Gentoo images. I did not try with other OSes. I tried both v18 and the current main installed with pip.
The text was updated successfully, but these errors were encountered:
As per title. If mkosi is run from, say, /home/username/tmp/mkosi, then the same directory structure is created inside the image. To reproduce:
This happens when building Fedora, CentOS, RHEL, Alma Linux and Rocky Linux images. It does not happen when building Debian, Ubuntu and Gentoo images. I did not try with other OSes. I tried both v18 and the current main installed with pip.
The text was updated successfully, but these errors were encountered: