So the audio module is built in with default kernel right? If i want the audio i have to reinstall the kernel?

Smallest version ever
(35 posts) (6 voices)-
Posted 9 years ago #
-
No, every driver possible is compiled as module so it can be split off from the kernel linux-<kernel-version>.tazpkg
Linux kernel module packages: http://pkgs.slitaz.org/?package=linux-
All sound kernel modules are in the linux-sound-<kernel-version>.tazpkg
http://pkgs.slitaz.org/?file=snd-hda-intel.ko.xz
This allows building an iso as small as possible containing only kernel drivers needed.Posted 9 years ago # -
Thanks mojo and Aleksej !!! I really appreciated your help :)
Now my Slitaz 4.0 rolling GTKonly that size only 22MB has audio support.
____ _ _ _ _ ___ _ / ___| \ | | | | | / / | (_)_ __ _ ___ __ | | _| \| | | | |/ /| | | | '_ \| | | \ \/ / | |_| | |\ | |_| / / | |___| | | | | |_| |> < \____|_| \_|\___/_/ |_____|_|_| |_|\__,_/_/\_\
Posted 9 years ago # -
Being using my gtk iso and all works well so far.
So if anyone know/has lighter version than mine please let me know yea. :)____ _ _ _ _ ___ _
/ ___| \ | | | | | / / | (_)_ __ _ ___ __
| | _| \| | | | |/ /| | | | '_ \| | | \ \/ /
| |_| | |\ | |_| / / | |___| | | | | |_| |> <
\____|_| \_|\___/_/ |_____|_|_| |_|\__,_/_/\_\Posted 9 years ago # -
I want to create an iso only contain these packages ... others packages i already save them in my flash ... so how to make it?
busybox 1.18.4 base-system
gettext-base 0.18.1.1 base-system
glibc-base 2.13 base-system
libtaz 1.6 base-system
slitaz-base-files 4.6 base-system
slitaz-boot-scripts 4.7.2 base-system
tazpkg 4.9.2 base-system
tazusb 4.1 base-system
udev 170 base-systemPosted 9 years ago # -
> I want to create an iso
> SliTaz 4.0Posted 9 years ago # -
At step 2 why the packages remain same after i ticked to remove them?
Posted 9 years ago # -
When I've used Pizza a year ago I meat the same problem: it wasn't possible to remove packages from the flavor I've selected. I can only remove packages that I'd added...
Posted 9 years ago # -
So what the point to create a new iso with the same packages ... lol i dont see what the
difference there.
My aim is to create a clean iso no need to remove delete packages.Posted 9 years ago # -
Hi apache,
Seems here's no tools fully satisfied your needs.
I've manually prepared ISO for you, you can grab it here: http://people.slitaz.org/~lexeii/iso/Posted 9 years ago # -
Thx Aleksej but sorry to say that it not workin ... i did delete the packages one by one using this iso
http://pizza.slitaz.me/?id=20150315-5401
your iso is smaller than mine ...what method do you use to create this iso?In my custom iso after installing others packages that i save in my flash and run 'startx' and then it workin but your version say cannot open application.conf something like that ...so i copy applications.conf from workin iso to yours then it workin but then i get something like uuid error when try opening firefox ... it not happen with other app 'alsamixer'...
thnx in advance.Posted 9 years ago # -
Now its workin haha ...gogling about that uuid error then found this
http://www.torkwrench.com/2011/12/16/d-bus-library-appears-to-be-incorrectly-set-up-failed-to-read-machine-uuid-failed-to-open-varlibdbusmachine-id/i just run the code then viola that solve my firefox problem to start ... thanks Aleksej for the real smallest version.
Posted 9 years ago # -
Hi apache,
Thank you for dbus-uuidgen hint, I'll try to implement it later.
Sorry, I haven't enough time to describe you process creating custom ISO. Only in short.
My host machine running SliTaz Rolling, and I use latest tazpkg.1.
mkdir -p /tmp/packages
2. Download specified packages to/tmp/packages
3. Generate rootfs: for each package run command:
# tazpkg -i /tmp/package/.......tazpkg --root=/tmp/rootfs --nodeps
4. Clean rootfs: remove package cache and clean /var/lib/tazpkg (leave only 'installed*', 'blocked-packages.list', 'mirror', 'mirrors').
5. Compress rootfs:
cd /tmp/rootfs; find | sed 's|^./||' | busybox cpio -F /tmp/rootfs.cpio -H newc -o
lzma e /tmp/rootfs.cpio /tmp/rootfs.gz
6. Get regular SliTaz-4 ISO, open it in the ISO Master; remove original rootfs.gz, put there new rootfs.gz, save ISO image.Posted 9 years ago # -
Thanks again it will useful for next time i want create custom iso but for now i just use your iso.
And about that uuid error i add the code in autostart.sh so i dont need to run it manually.Posted 9 years ago # -
Bump;
Hello guyz my base rootfs have 4 packages install;
busybox
glibc-base
slitaz-base-files
slitaz-boot-scriptsI want to ask here it is possible to exclude any one of those packages from the rootfs to save more byte for my rootfs and then it can be extract/install it during boot time?
Thanks in advance.Posted 9 years ago #
Reply »
You must log in to post.