by request of users and FameWolf that tiredlessly gives positive feedbacks, here i present the making of my opensuse lxde livecd.
well... actually i dont see much to show...
anyway, here goes...
the scripts used to works on ´Run script at the end of the build´ section. now it wont works. so i duplicate it to first boot section.
that´s all it!
you can make your own distro or just download the ready to boot opensuse lxde livecd.
--
tips & tricks on computers and gadgets
denny on IT ; let's doIT
documenting the brain
well... actually i dont see much to show...
anyway, here goes...
- Create new appliance...
- Choose ´Minimal X´
- gives it cool name.
- add repos. the only one required is lxde repo.
- add packages. (see screenshot)
- tune configurations
- paste this into scripts
chkconfig --add boot.compcache chkconfig boot.compcache on yast2 sysconfig set DEFAULT_WM="startlxde" yast2 sysconfig set DEFAULT_GUI="GTK" yast2 sysconfig set DISPLAYMANAGER="slim" yast2 sysconfig set DEFAULT_WM="startlxde" echo 'default_user polaris' >> /etc/slim.conf #echo 'auto_login yes' >> /etc/slim.conf echo 'sessions startlxde,icewm' >> /etc/slim.conf echo 'exec startlxde' >> /home/polaris/.xinitrc usermod -G audio,video,floppy,cdrom,disk,dialout,modem,games,lp,pmount polaris echo 'text/x-suse-ymu;/sbin/OneClickInstallUI' >> /etc/mailcap echo 'text/x-suse-ymp;/sbin/OneClickInstallUI' >> /etc/mailcap
the scripts used to works on ´Run script at the end of the build´ section. now it wont works. so i duplicate it to first boot section.
that´s all it!
you can make your own distro or just download the ready to boot opensuse lxde livecd.
--
tips & tricks on computers and gadgets
denny on IT ; let's doIT
documenting the brain
Comments