-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
does livemedia-creator only create live ISOs? #1413
Comments
You can use the live iso to install, but you need to run Anaconda in the live environment to do it, and it installs a copy of the live environment. If you want a traditional boot.iso style of install you need to modify the templates used by Lorax and build a new boot.iso like this: https://weldr.io/lorax/lorax.html#quickstart ETA: I also have a blog post I wrote a while back that may help if that's the direction you want to go in - https://www.brianlane.com/post/creating-the-anaconda-bootiso-with-lorax/ |
I appreciate greatly the feedback and the tow links. (I did need to look up ETA. :) ). if this does not work, i wall call lorax directly, as show in the first link. |
copying the non-live to the live and using livemedia-creator had one problem with build (there is no prebuilt .discinfo (i can fix that). i mounted a dvd iso and my iso . they are now very similar. |
fyi my sysroot is still empty on switchover druing install. so i added trace to the x86.tmpl tmplate. 2024-07-25 19:25:28,236: '/var/tmp/lorax.imgutils.z38hfkc5/images/install.img' and '/var/tmp/lmc-work-t1zrf150/images/install.img' are the same file template segment of x86.tmpl looks like: <% print("DAG: out 1 BOOTDIR dir is: ", os.path.join(outroot, BOOTDIR, "")) %> <% from trace: |
so i am pursuing the Lorax rout. with a file based repo there is no kickstart with Lorax, right? i need to edit or copy and modify the templates. right? there is no "installpkggroup". right? |
okay i am calling lorax and it is generating iso. i am really stuck to kickstart and how to do the equivalent of skipx and first boot --disable. okay i just found mkksiso in your tool box! |
Sorry for the delay, if that works for you then yes :) I'll look over this stuff in more detail next week. |
My build now looks like this:
my understanding is that --add /builddir/rpm/Latest \ will build file file based repo into the image.
|
https://weldr.io/lorax/mkksiso.html#adding-package-repos-to-a-boot-iso So it should be: The You can also boot the iso in text mode (pass |
thanks, trying that |
@duaneguthrie Did you get this working? |
this maybe a dumb question, but does livemedia-creator only create live ISOs?
i am trying to build a custom iso that will install linux and application onto the hard drive of a server.
the livemedia-creator is hardcoded to pick the "live" path in templates and they include lines like.
replace @ROOT@ 'inst.stage2=hd:LABEL=${isolabel|udev}' ${BOOTDIR}/isolinux.cfg
while the non-"live" path has content like.
replace @ROOT@ 'inst.stage2=hd:LABEL=${isolabel|udev}' ${BOOTDIR}/isolinux.cfg
what parameters do you pass to just boot to CD/USB then complete install to hard drive of server?
The text was updated successfully, but these errors were encountered: