/srv/irclogs.ubuntu.com/2017/07/09/#lubuntu-devel.txt

Ronny_Hi, I am a system developer looking for Lubuntu source code.18:41
Ronny_I wonder if there is any way I could get the source code18:42
Ronny_The reason is because I need to statically embed certain drivers into the kernel image, and doing this would require recompiling the kernel.18:42
lubot<VikingRedwolf> Lubuntu is an official Ubuntu flavour, and it's built on top of it.18:43
Ronny_But Lubuntu is lighter than Ubuntu, consuming less amount of memory, so shouldn't they be different?18:45
lubot<VikingRedwolf> If you need the kernel source it's also based on Debian's. Lubuntu's distinctive desktop, apps and configuration are hosted on Git and Launchpad. So I'm afraid there's not a single place where you can get everything.18:45
redwolfyes, it's lighter because of the apps on top of the kernel and the graphical subsystem18:46
redwolfbut the kernel is the same for all flavours except (and it depends on the release) for Ubuntu Studio, that uses a low latency one.18:46
Ronny_The reason I need a light Ubuntu is because I need to run Ubuntu on a resource-constrained IoT board.18:46
redwolfyou could try something different18:47
Ronny_Lubuntu says, its minimum RAM is 128MB.18:47
Ronny_But if I run the official Ubuntu at runlevel=3 (almost minimum), its RAM usage is still 280MB18:47
redwolfuse a net installer with minimal core apps, no desktop, or use Openbox as the only UI (it depends on XOrg though)18:47
Ronny_You mean, I try that on the generic Linux? (not on Ubuntu?)18:49
redwolfhere is the information for minimal installations using the kernel (I insist it's the same for us all): https://help.ubuntu.com/community/Installation/MinimalCD18:49
Ronny_Thanks for the link, but I think I can't just download the .iso image and install, because I have to change the Kernel's .config file.18:51
Ronny_I need to statically embed a particular kernel module (i.e. TPM module) into the kernel image. For this I have to change the kernel's config file.18:52
redwolfthere's some information about kernel source here: https://wiki.ubuntu.com/Kernel/Dev/KernelGitGuide18:52
Ronny_By default, Ubuntu's iso images treat this TPM module to be dynamically loaded, which is a problem for me.18:52
redwolfbut sorry, I'm not an expert in this kernel matters. if you need more help you can always head to askubuntu.com and see if there're more requests like yours or create your own18:53
Ronny_I can get Ubuntu kernel source code by typing " sudo apt-get source linux-image-$(uname -r) "18:54
Ronny_This downloads the Ubuntu source code from the repository.18:55
redwolfyes. that's another source18:55
Ronny_But I couldn't find any such public repository for Lubuntu.18:55
Unit193The repositories are the same, so that's the Lubuntu kernel.18:55
redwolfbecause Lubuntu itself is just a desktop. we simply "choose" and customise Ubuntu to try to make a lighter Ubuntu18:56
redwolfbut all flavours can install the apps we use. we all flavours share everything on the repos18:56
Ronny_I see, then is Lubuntu the same as Ubuntu except that it installs a fewer number of apps, or installs lighter apps instead?18:57
redwolfexactly18:58
Unit193LXDE Ubuntu, basically.18:58
Ronny_And is there a way for me to access and download Lubuntu kernel, just like I can download Ubuntu kernel code by doing "apt-get source ..."?18:58
redwolfsame as Kubuntu, Kylin, Xubuntu, UbuntuMate...18:59
redwolfLubuntu kernel and Ubuntu kernel are the same18:59
Ronny_Right, only the apps are different18:59
redwolfyes18:59
Ronny_When I download Ubuntu by "apt-get source..." and build it, I get a complete Ubuntu Debian package.19:00
redwolfright19:01
Ronny_That means, all Ubuntu apps are already included in the downloaded folder from "apt-get source..." and they get automatically included when building the kernel image19:01
Unit193No.19:01
Ronny_When I do "sudo apt-get source linux-image-$(uname -r) ", the folder contains a subfolder called "ubuntu". I guess this folder is the Ubuntu apart the common Linux kernel source code.19:04
Ronny_If "the kernel is the same for all flavours", then if I install Lubuntu from .iso, download the kernel source code from Ubuntu repository by typing "sudo apt-get source linux-image-$(uname -r)", recompile the kernel and install it on my machine, would it work and boot up as Lubuntu with an updated kernel image?19:28
lubot<julienlavergne> Yes, and you should have some docs on wiki.ubuntu.com, about building a custom kernel19:45

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!