Build a desktop iso using Artools 11 December 2017, 14:26:12 The correct method is now in the wiki, see belowhttps://wiki.artixlinux.org/Main/InstallationUsingBuildiso Last Edit: 11 February 2018, 14:23:56 by robin0800
Re: Build a desktop iso using Artools Reply #1 – 13 December 2017, 17:51:31 You could scrap that, next release of artools has image extraction re-implemented.Default will stay with netinstall. 2 Likes
Re: Build a desktop iso using Artools Reply #2 – 13 December 2017, 23:21:25 Ok I will as soon as the new iso is released and thank you very much, in advance, for this great improvement. 1 Likes
Re: Build a desktop iso using Artools Reply #3 – 13 December 2017, 23:56:39 This is great! Now we have image extraction and torrent file creation available for community isos. I know archbang now has a version based on artix. We are getting more popular!Keep up the great work devs and thank you.
Re: Build a desktop iso using Artools Reply #4 – 14 December 2017, 00:20:02 Quote from: ᒤᕞᕹᓸ – on 13 December 2017, 23:56:39This is great! Now we have image extraction and torrent file creation available for community isos. I would really ask you guys to not do community iso and upload them.It would be very much counterproductive with a small team, and we also do not build any desktop environment ourself currently.This feature is purely meant to be a private feature for the moment. Please, do be short sighted and offer any community iso.We also do not really go the manjaro route with dozens of iso, which is hell to keep overview, and pretty much useless, since you can install any DE from repos.The image extraction is much more targeting network deployment with pure cli system to be customized.This was one point of critique in the distro watch review.That being said, in summary, you don't help us if you do iso and upload them, you do help us if you learn to maintain some package and how to do a pull request on github.Packages are high priority, iso not, since it is made from packages. Last Edit: 14 December 2017, 00:28:43 by artoo
Re: Build a desktop iso using Artools Reply #5 – 14 December 2017, 11:02:48 What about a ISO snapshot install, i.e. no package download during installation? It would eliminate interrupted installations due to bad sigs etc and at least give new users a basic working desktop, which they can boot into and add whatever they want afterwards.
Re: Build a desktop iso using Artools Reply #6 – 14 December 2017, 11:40:17 Just for info I do make community iso's but they are for personal use and never posted anywhere. Certainly the only person who has to deal with problems is me.
Re: Build a desktop iso using Artools Reply #7 – 14 December 2017, 11:44:22 Quote from: nous – on 14 December 2017, 11:02:48What about a ISO snapshot install, i.e. no package download during installation? It would eliminate interrupted installations due to bad sigs etc and at least give new users a basic working desktop, which they can boot into and add whatever they want afterwards.Thats what image extraction does. It unsquashes rootfs.sfs and desktopfs.sfs.Idea is, that we offer a cli iso which only extracts the rootfs.sfs for network deployment in combination with pxe boot.As for desktop stuff, my idea was yesterday, that we may add a kernel parameter to the iso to disable netinstall calamares module.It could use eg "unpack" to kernel param in iso grub, and iso would configure calamares to extract images instead of default netinstall in live session. It would reduce the need to build iso for these two configurations, it would be all in one. Last Edit: 14 December 2017, 11:45:59 by artoo
Re: Build a desktop iso using Artools Reply #8 – 19 December 2017, 15:43:16 buildiso won't have an option to disable netinstall, grub will do that and iso will configure at run time calamares.
Re: Build a desktop iso using Artools Reply #9 – 19 December 2017, 16:05:14 Quote from: artoo – on 19 December 2017, 15:43:16buildiso won't have an option to disable netinstall, grub will do that and iso will configure at run time calamares.That sounds great but how will you build a desktop DE if build iso doesn't know it has to?
Re: Build a desktop iso using Artools Reply #10 – 19 December 2017, 16:21:47 Quote from: robin0800 – on 19 December 2017, 16:05:14That sounds great but how will you build a desktop DE if build iso doesn't know it has to? Well, the sfs images are already present anyway, calamares just does not extract them if in netinstall mode, but pulls packages from repo url.
Re: Build a desktop iso using Artools Reply #11 – 19 December 2017, 17:16:10 Quote from: artoo – on 19 December 2017, 16:21:47Well, the sfs images are already present anyway, calamares just does not extract them if in netinstall mode, but pulls packages from repo url. Yes but buildiso does not build a desktopfs.sfs file at present only live and root
Re: Build a desktop iso using Artools Reply #12 – 19 December 2017, 19:06:26 Quote from: robin0800 – on 19 December 2017, 17:16:10 Yes but buildiso does not build a desktopfs.sfs file at present only live and root Tats because you chose to leave out desktopfs layer.
Re: Build a desktop iso using Artools Reply #13 – 19 December 2017, 19:25:16 Quote from: artoo – on 19 December 2017, 19:06:26Tats because you chose to leave out desktopfs layer. How to enable the desktopfs layer then and where? @artoo I have checked in Manjaro and they have two switches in profile.conf one for net install yes/noand one for unpackfs or chroot not sure why?If you use netinstall you need chroot and if you don't you need unpackfs so just one switch would do? Last Edit: 29 December 2017, 18:59:29 by robin0800
Re: Build a desktop iso using Artools Reply #14 – 30 December 2017, 14:07:05 Quote from: robin0800 – on 19 December 2017, 19:25:16 How to enable the desktopfs layer then and where? @artoo I have checked in Manjaro and they have two switches in profile.conf one for net install yes/noand one for unpackfs or chroot not sure why?If you use netinstall you need chroot and if you don't you need unpackfs so just one switch would do?Manjaro is manjaro, artix is artix.How its done on manjaro is not how its done in artix.Take a look at our iso profiles, you will notice a Packages-Desktop file.There will not be a netinstall switch in buildiso, as already pointed out. It will be done with a grub menu entry to chose if netinstal or unpackfs.