IF YOU WOULD LIKE TO GET AN ACCOUNT, please write an
email to Administrator. User accounts are meant only to access repo
and report issues and/or generate pull requests.
This is a purpose-specific Git hosting for
BaseALT
projects. Thank you for your understanding!
Только зарегистрированные пользователи имеют доступ к сервису!
Для получения аккаунта, обратитесь к администратору.
Since the config was created in live, it remained after installation.
Now the config will be created at the first start of live and only
if /image/ALTLinux/ is present (it will not be available when
bootloading via http or ftp). After installing live, the package will
be deleted and the config will not be created at the first start.
In modern Linux, mounting third-party filesystems on /mnt/mntpoint
is not only pointless, but also harmful.
Such file systems are much more convenient for users to mount from
a file manager. Users simply do not understand where to look for
these sections. What a user has not done is unknown to the user.
It's been started as an answer to this question:
http://www.opennet.ru/opennews/art.shtml?num=57760#91
I *think* that distro/.live-kiosk is where use/live/runapp
should be, not the downstream distro/.live-games, since
the whole mini-feature is really about kiosks.
OTOH blender is somewhat akin to games in terms of being
a purely multimedia app with 3D acceleration required
for proper interactive mode, and that's what .live-games
strives to provide.
Edited: https://lists.altlinux.org/pipermail/devel-distro/2022-September/002888.html
Add the possibility to directly configure the desktop app
for livecd kiosk mode to start.
This should have been done as soon as livecd-runapp
hit the streets -- livecd-{0ad,fgfs} definitely must go
as adding a line into config is trivially done near
the only place that requires them (conf.d/live.mk).
TODO: might be more generally useful for vm/* too,
take this out into a separate feature then.
Edited: https://lists.altlinux.org/pipermail/devel-distro/2022-September/002889.html
nomodeset was pointless to add, since drm kernel modules were missing.
But need to add the correct xdriver. For UEFI it's fbdev, for Legacy BIOS
it's vesa.
- grub: add nosplash for vnc install items
- base+rescue: add the required minimum applications for rescue
- firmware: add firmware-ast_dp501 to use/firmware/server
- Save rpm and srpm lists for chroots of subprofiles and main repo
- realtime.mk: add kernel-headers and devel packages for linuxcnc
- regular.mk: remove drm from jeos, enable nomodeset for jeos
- kworkstation: add commits from zerg@
Chroot can be two or one, work or image.
Package lists of work chroot cannot take into account packages that
will be installed into it after run-scripts.
- Add commits from zerg@ for kworkstation
- arm-rpi4: use/arm-rpi4/kernel available for aarch64 only
- regular-vm.mk: *-rpi targets available for aarch64 only
- Drop aarch64-tegra feature
- server (starterkit): drop php7, add php8.0, php8.1
- alt-server: drop un-def kernel from jqt4@
- alt-server, server-v: enable multipathd by default (from jqt4@, andy@)
- workstation: Use grubpcboot on i586 and x86_64 from sem@
- live.mk: update live-privacy.iso
- distributivs: update lists for support wine 7.13.1-alt1
- mixin-alt-server.mk: Add all kernel modules through MAIN_KMODULES
instead list
- browser: replace seamonkey with firefox-esr for not x86 platforms