Replies: 5 comments
-
|
Hm initially this sounded to me like it could be related to keyring_file , and the Does it work if you move the
Yes, but not with 9p. If you have network available, you can also e.g. rsync/scp/... the resulting ISO somewhere else, while I like the idea to handle it with 9p or alike! :) |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for responding! :)
No, but it fails with a different error message. If I modify the config in it fails with Here is the full log produced at Thanks. |
Beta Was this translation helpful? Give feedback.
-
|
The first fatal error in that log is: I imagine this would also be rooted in building on 9pfs. Probably best to avoid that. |
Beta Was this translation helpful? Give feedback.
-
Yes. Starting a guest with and building in produces Thank you. Could you advise on how to build an ISO that can build ISOs like itself without any network access? |
Beta Was this translation helpful? Give feedback.
-
|
Moved this into a discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thanks for your work on this awesome project.
I am trying to make a live system capable of making live systems without any network access.
How would you go about it?
I run Grml as a QEMU guest:
and then, inside of the guest, mount the shared directory with:
The intention is to build a custom Grml with Grml and share the resulting ISO image with the host.
For a custom build, how would you change
FONTSIZEin/etc/default/console-setupto"12x24"?I tried to make it with a new minifai class, by adding
~/shared/grml-live/config/files/MINE/etc/default/console-setupon the host, and then running/mnt/shared/build-live-systemon the guest:It currently fails because the guest cannot follow symbolic links on the host with
security_model=mapped:On the guest:
Have you ever built Grml inside of a QEMU guest? How would you get the resulting ISO image out of it?
I'd love to help with documenting further how to use
grml-live. Feel free to book a Google Meet call with me at https://cal.com/anatoly-chernov.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions