Commit Graph

4102 Commits

Author SHA1 Message Date
Anton Midyukov
fb1ad2cae0 kernel: Added initrd moule reset_raspberrypi for Raspberry Pi 4 8 GB support 2021-01-26 12:02:29 +07:00
Anton Midyukov
b910f28925 stage2: Added reset-raspberrypi.ko into 50-stage2-sbc-aarch64
Needed for Raspberry Pi 4B 8 GB.
2021-01-26 11:58:29 +07:00
Anton Midyukov
6e2532fc78 gear-store-tags 2021-01-25 19:55:29 +07:00
Anton Midyukov
715bdee8d0 1.4.6-alt1
- deepin: add Network Manager applet
- engineering: initial as distributiv
- efi: fixed check modules for kernel-image >= 5.10
- oem: fixed calculation of required free space for installing additional
  packages
- oem: not use git in 60-oem-install.mk
- regular: do not default to mounting anything found (thanks mike@)
- rescue: added save session mode support for efi
- tar2fs: Disable os-probe at the time of grub installation
- xfce-sysv: add gnome-disks (suggested by Speccyfighter)
2021-01-25 19:53:21 +07:00
Anton Midyukov
ae69a2d563 rescue: Added rescue_rw.cfg for grub-efi
No problem with EFI support.
2021-01-25 19:42:32 +07:00
Anton Midyukov
2088ffdae7 grub: Fix typo in generate.mk 2021-01-25 19:42:32 +07:00
Anton Midyukov
a2c43788d2 tar2fs: Disable os-probe at the time of grub installation
os-probe finds loopback devices.
2021-01-25 19:42:32 +07:00
Anton Midyukov
d568b114db uboot: Drop opensbi-firmware-qemu (riscv64)
It is not necessary to include u-boot for qemu as part of the
rootfs, since u-boot is started externally.
2021-01-25 19:42:32 +07:00
Anton Midyukov
eb267f041c regular-vm.mk: Fix build on riscv64 (fix typo) 2021-01-25 19:42:32 +07:00
Anton Midyukov
765796d35c oem: Not use git in 60-oem-install.mk
But with git might not work.
2021-01-25 19:42:32 +07:00
Anton Midyukov
283c03f0c5 stage2: Add more usb drivers into into 50-stage2-usb 2021-01-25 19:42:32 +07:00
Anton Midyukov
bf36d3d305 mixin.mk: Added gnome-disks into xfce-sysv
Suggested-by: Speccyfighter
2021-01-25 19:42:31 +07:00
Michael Shigorin
b656273d24 regular.mk: do not default to mounting anything found
installer-feature-desktop-other-fs was made to ensure
that every filesystem available on the particular host
would be accessible upon installation; this is against
the regular builds and starterkits idea of "we give the
base, you do what *you* need upon it".

See-also: http://www.opennet.ru/openforum/vsluhforumID3/122797.html#53
2021-01-25 19:42:31 +07:00
Anton Midyukov
0163ea94b9 rescue+extra: Drop fuse-compFUSEd
Removed from Sisyphus:
Also-see: http://git.altlinux.org/tasks/archive/done/_257/264055
2020-12-29 13:56:01 +07:00
Anton Midyukov
09717d13b0 efi: Not check CONFIG_EFI_VARS
CONFIG_EFI_VARS is deprecated, and removed for aarch64 (Linux >= 5.10.0).
2020-12-24 21:41:35 +07:00
Anton Midyukov
71c9423080 desktop+gnustep: Drop gnustep-MPDCon
Problem starting mpd.
2020-12-23 15:25:15 +07:00
Anton Midyukov
f73cd91a43 regular.mk: switch to default browser for icewm-sysv
chromium segfault on i586.
Also-see: https://bugzilla.altlinux.org/show_bug.cgi?id=39468
2020-12-23 15:25:15 +07:00
Anton Midyukov
36dd0915da engineering.mk, p9.mk, regular.mk: Initial engineering as distributiv 2020-12-23 01:49:27 +07:00
Anton Midyukov
33523fb532 oem: Create empty /var/lib/install3/lists/.base
Empty lists/.base needed for alterator-pkg to calculate the space
required for installation when selecting groups.
See-also: https://lists.altlinux.org/pipermail/devel-distro/2020-December/002239.html
2020-12-23 01:48:59 +07:00
Anton Midyukov
b98d5eb574 regular.mk: Add +nm into regular-deepin 2020-12-09 13:03:18 +07:00
Anton Midyukov
0fe5b597c1 desktop+regular: Disable PC Speacker 2020-12-09 01:26:36 +07:00
Anton Midyukov
0dbc2a7a39 desktop+regular: exclude fwupd
It needs libtpm2-tss-common, which installs pam_systemd.
Setting pam_systemd makes it impossible for unprivileged users
to login on systems with sysvinit.
Also see https://bugzilla.altlinux.org/show_bug.cgi?id=39405
2020-12-09 01:17:55 +07:00
Anton Midyukov
ce1c0a22f5 gear-store-tags 2020-12-07 22:41:00 +07:00
Anton Midyukov
330456480d 1.4.5-alt1
- Initial feature drm, added Nvidia proprietary driver support
- Adapted use/repo/main for vm/ targets
- oem: Added ability to set alterator-setup steps
- oem: Added use/oem/install target
- wireless: Update kernel modules for wi-fi
- armh-skit: Initial feature
- grub: Drop multiple kernel support
- stage1: Also add STAGE1_KMODULES
- bootloader, plymouth: Add splash to BASE_BOOTARGS only when using
  the plymouth feature
- tar2fs: Not add EFI partition for all aarch64, armh, but only for
  those with grub-efi bootloader or VM_BOOTTYPE variable set
- regular.mk, x11: Initial regular-deepin.iso
- arm-rpi4: Cleanup
- grub: Added EFI_BOOTARGS into BOOT/EFI/grub.cfg
2020-12-07 22:39:33 +07:00
Dmitriy Terekhin
4aeed7ed2e stage2/stage1: fix module names to match kernel 2020-12-05 21:03:03 +07:00
Anton Midyukov
77e80ef011 oem: Add use/oem/install target
This target needed for alterator-setup (pkg step).
Also added preinstall and eth-net steps.
2020-12-05 00:25:53 +07:00
Anton Midyukov
07525d728d browser, live.mk: Drop use/browser/plugin/java, use/browser/plugin/flash
Not needed more.
2020-12-05 00:25:53 +07:00
Anton Midyukov
8889187eb6 browser, mixin.mk: Drop use/browser/seamonkey/i18n
Not needed more.
2020-12-05 00:25:53 +07:00
Anton Midyukov
1b9211d4dc regular.mk: Not add live_rw into EFI_BOOTARGS
Not needed for grub-efi.
2020-12-05 00:25:53 +07:00
Anton Midyukov
e0aa88b7b1 grub: Add EFI_BOOTARGS into BOOT/EFI/grub.cfg
Pay attention to what you are adding to the variable. No need to
add language and live_rw there! Они нужны только для refind.
2020-12-05 00:25:53 +07:00
Michael Shigorin
40fb799e84 install2: fix typo in cleanup script
Oops, I sure meant a prefix and not a single-letter name.

Reported-by: Sergey V Turchin <zerg@altlinux.org>
Fixes: 4130212a23
2020-12-05 00:25:53 +07:00
Anton Midyukov
f1de2584c2 armh-skit: auto-resize root patition enable 2020-12-05 00:25:53 +07:00
Anton Midyukov
082b221076 armh-skit: Not add u-boot bootloaders 2020-12-05 00:25:53 +07:00
Anton Midyukov
dd0a009edd armh-mcom02: Fix auto-resize root patition 2020-12-05 00:25:53 +07:00
Anton Midyukov
b7efa177bd arm-rpi4, auto-resize: replace 91-edit-fstab-growfs into new feature 2020-12-05 00:25:53 +07:00
Anton Midyukov
e3c2d95a3d arm-rpi4: Drop 97-gen-uboot-env
Not needed more.
2020-12-05 00:25:53 +07:00
Anton Midyukov
d970362b50 arm-rpi4: Disable #dtoverlay=vc4-fkms-v3d for RPi3 on aarch64
framebuffer not working with dtoverlay=vc4-fkms-v3d on RPi3 aarch64.
2020-12-05 00:25:53 +07:00
Anton Midyukov
0eb63906ee arm-rpi4: Clean use/arm-rpi4/x11
The Raspberry Pi 4 has hardware acceleration, there is no need to
use special programs.
bluetooth is needed only on a desktop.
2020-12-05 00:25:21 +07:00
Anton Midyukov
4def3ed445 regular.mk, x11: Initial regular-deepin.iso
Suggested by lvol@
2020-11-27 03:02:23 +07:00
Anton Midyukov
1782ffdcdc arm-rpi4, build-vm, tar2fs: Add new argument VM_BOOTTYPE for tar2fs
While this argument can only have one "EFI" value.
Thus, the problem of building an image for Raspberry Pi on armh,
where there is no grub-efi, was solved.
2020-11-26 19:52:29 +07:00
Anton Midyukov
583074da71 plymouth: Add splash to BASE_BOOTARGS
This needed for live.
2020-11-25 17:19:14 +07:00
Anton Midyukov
a5acd603e5 bootloader: Cleanup splash in 50-bootargs
The 'splash' boot argument must be cleared so that it is not enabled
for rootfs and livecd that do not have plymouth installed.
2020-11-24 21:13:54 +07:00
Anton Midyukov
a673224571 regular.mk: Switch to grub-efi bootloader for iso 2020-11-23 17:06:20 +07:00
Anton Midyukov
2845c6e18d mixin.mk, regular.mk: Not added distro specific target into mixin/regular-wmaker 2020-11-23 17:03:45 +07:00
Anton Midyukov
eb2340e3af mixin.mk: Add ddrescue into xfce-sysv
Suggested-by: Speccyfighter
2020-11-23 15:21:49 +07:00
Anton Midyukov
fac99cdb7d repo: Add apt-get update into 01-genbasedir-rootfs 2020-11-23 15:21:11 +07:00
Anton Midyukov
62e5c55ada deflogin: Disable debug mode for rootfs/image-scripts.d/50-users
Forgot to disable up after finishing debugging.
2020-11-23 15:18:13 +07:00
Anton Midyukov
79161e81e5 regular.mk: Fix jeos-sysv (remove a temporarily added row) 2020-11-23 15:17:04 +07:00
Anton Midyukov
b17ce57724 stage2: Not added nvidia kernel modules into propagator 2020-11-23 15:15:49 +07:00
Anton Midyukov
e447b4c7df stage1: Also add STAGE1_KMODULES
It is very strange that earlier in STAGE1 added kernel modules from
a variable STAGE1_KMODULES_REGEXP only.
This commit makes the drm feature work properly.
2020-11-23 15:15:31 +07:00