Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37379453
en ru br
Репозитории ALT

Группа :: Система/Основа
Пакет: make-initrd-propagator

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

13 февраля 2022 Anton Midyukov <antohami at altlinux.org> 0.49-alt1

  • rules.mk: no error if existing /lib/firmware
  • Revert "propagator/config.mk: add interface naming udev rules"

29 сентября 2021 Anton Midyukov <antohami at altlinux.org> 0.48-alt1

  • propagator/config.mk: add interface naming udev rules

30 августа 2021 Michael Shigorin <mike at altlinux.org> 0.47-alt1

  • Do not fail if 60-persistent-storage.rules is missing

9 июня 2021 Alexey Gladkov <legion at altlinux.ru> 0.46-alt1

  • Add a dependency on add-udev-rules

8 февраля 2021 Anton Midyukov <antohami at altlinux.org> 0.45-alt1

  • init-bottom: Remove additional condition for create live storage

5 января 2021 Anton Midyukov <antohami at altlinux.org> 0.44-alt1

  • init-bottom: Always create alt-live-storage

27 декабря 2020 Anton Midyukov <antohami at altlinux.org> 0.43-alt1

  • init-bottom: Do not calculate starting sector for alt-live-storage
  • Fix License Tag

25 июня 2019 Gleb F-Malinovskiy <glebfm at altlinux.org> 0.42-alt1

  • config.mk: removed copy of *-net-name-slot.rules udev rule (copying
     of absent file is going to be error in upcoming release of make-initrd).

20 июня 2019 Anton V. Boyarshinov <boyarsh at altlinux.org> 0.41-alt3

  • mount.aufs removed from config.mk (Closes: 36930)

19 июня 2019 Anton V. Boyarshinov <boyarsh at altlinux.org> 0.41-alt2

  • unneede dependence on aufs2-util removed

23 января 2019 Arseny Maslennikov <arseny at altlinux.org> 0.41-alt1

  • Network overlays:
     + Overlays with a name of *.squashfs are now also taken into consideration.
     + Support for overlay sets of an unspecified profile is restored; see
       commit message for elaborate reasoning.

28 августа 2018 Anton V. Boyarshinov <boyarsh at altlinux.org> 0.40-alt1

  • switch from aufs to overlayfs

11 июля 2018 Anton Midyukov <antohami at altlinux.org> 0.33-alt2

  • Fix ACL access for livecd (Closes: 34793)

5 июля 2018 Arseny Maslennikov <arseny at altlinux.org> 0.33-alt1

  • netboot: Fixed busybox support.

21 января 2018 Arseny Maslennikov <arseny at altlinux.org> 0.32-alt1

  • netboot: Allowed use of different overlay storage locations.
  • netboot: Forbade mounting overlays with unspecified profile.
     To continue using overlays stored without a profile name:
     + pick a profile name;
     + put them into a subdirectory of the same name;
     + add `profile=$name' to kernel command line.

2 апреля 2017 Alexey Gladkov <legion at altlinux.ru> 0.31-alt3

  • Enforce use system sed.

21 марта 2017 Alexey Gladkov <legion at altlinux.ru> 0.31-alt2

  • Port to make-initrd >= 2.0.3

17 октября 2016 Michael Shigorin <mike at altlinux.org> 0.31-alt1

  • improve RW slice operation (closes: #32476, #32562):
     only create/use it when there's enough space (1Gb or more), and
     it's been either
     + explicitly asked for (BIOS mode), or
     + fast enough (UEFI mode; otherwise the filesystem
       will be marked "alt-slow-storage")
  • add mkfs/mount options for faster operation
  • extend debug support

6 сентября 2016 Michael Shigorin <mike at altlinux.org> 0.30-alt1

  • only mount rw slice when live_rw is specified explicitly
     due to severe I/O penalty coming with it (closes: #32476)
  • slightly better package description

30 мая 2016 Michael Shigorin <mike at altlinux.org> 0.29-alt1

  • fix mount options (broke live_rw functionality)

3 ноября 2015 Michael Shigorin <mike at altlinux.org> 0.28-alt1

  • remove superfluous rules duplicating propagator's functionality
     (closes: #31069)

10 марта 2015 Michael Shigorin <mike at altlinux.org> 0.27-alt1

  • init-bottom: explicitly handle rescue for rw overlays

9 марта 2015 Michael Shigorin <mike at altlinux.org> 0.26-alt1

  • trigger -c add (see also #30315)

27 февраля 2015 Michael Shigorin <mike at altlinux.org> 0.25-alt1

  • init-bottom:
     + ensure compatibility with newer fdisk
     + make the output more concise

26 февраля 2015 Michael Shigorin <mike at altlinux.org> 0.24-alt1

  • call udevadm trigger (see also #30315)

23 января 2014 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.23-alt1

  • partition size calculation fixed again

25 декабря 2013 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.22-alt2

  • partition size calculation fixed

24 декабря 2013 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.22-alt1

  • resurrect rw live on x86_64

14 октября 2013 Fr. Br. George <george at altlinux.ru> 0.21-alt2

  • Use subdirectory when mounting profiled .iso patches

30 сентября 2013 Fr. Br. George <george at altlinux.ru> 0.21-alt1

  • Fix non-posix invalid redirection
  • Show mounted overlays and mount status

11 апреля 2013 Michael Shigorin <mike at altlinux.org> 0.20-alt1

  • fixed a typo, thanks Andrey Liakhovets

21 марта 2013 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.19-alt1

  • use disk and nfs slices only if stagenage=live

19 марта 2013 Michael Shigorin <mike at altlinux.org> 0.18-alt1

  • init-bottom (see also the subsequent discussion in #28289):
     + require "live_rw" keyword for "cdrom" method to create rw slice
     + create ext4 w/o journal instead of ext3
     + tweaked rw slice mount options

16 марта 2013 Michael Shigorin <mike at altlinux.org> 0.17-alt1

  • accept cdrom for rw disk_slice on isohybrid media (closes: #28289)

21 февраля 2013 Michael Shigorin <mike at altlinux.org> 0.16-alt1

  • reenable rw slice if it's not GPT (thus MBR)
  • fixed annoying /etc/mtab related message

10 февраля 2013 Michael Shigorin <mike at altlinux.org> 0.15-alt1

  • add name-slot-rules conditionally (see also #28484)
  • fix a typo

31 января 2013 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.14-alt1

  • add name-slot-rules

28 декабря 2012 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.13-alt2

  • creating aufs slice on hybrid rw media temporary disabled

9 ноября 2012 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.13-alt1

  • mount.nfs added

17 сентября 2012 Fr. Br. George <george at altlinux.ru> 0.12-alt1

  • Provide /proc/cmdline parser
  • Add overlays profiling support

12 сентября 2012 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.11-alt1

  • put-file usage fix from sin@ (closes #27725)

5 сентября 2012 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.10-alt1

  • added --numeric-ports option to netstat (dans@), (closes: #27698)

10 мая 2012 Michael Shigorin <mike at altlinux.org> 0.9-alt1

  • NMU: merged legion@'s update for current make-initrd

22 марта 2012 Andriy Stepanov <stanv at altlinux.ru> 0.8-alt1.2

  • Works independent from propagator

14 сентября 2011 Michael Shigorin <mike at altlinux.org> 0.8-alt1.1

  • NMU: add Requires: make-initrd (closes: #26133)
  • trivial spec cleanup

23 августа 2011 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.8-alt1

  • nfs live overlays order fixed

14 июня 2011 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.7-alt4

  • nfs live overlays fixed

9 июня 2011 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.7-alt3

  • head added to initramfs for nfs livecd overlays

7 июня 2011 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.7-alt2

  • udba=notify deleted for compatibility with 2.6.32

1 июня 2011 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.7-alt1

  • remount root for live to aufs

22 декабря 2010 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.6-alt1

  • create /image in rootfs (fixes http and ftp methods)

10 декабря 2010 Anton Farygin <rider at altlinux.ru> 0.5-alt1

  • do not copy plymouth files if plymouth not installed

8 декабря 2010 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.4-alt1

  • creating /lib/firmware in rootfs

7 декабря 2010 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.3-alt1

  • hack 60-persistent-storage-rules to not link sd[a-z] to disk/by-label

1 декабря 2010 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.2-alt1

  • boot-duration copying added

30 ноября 2010 Anton V. Boyarshinov <boyarsh at altlinux.ru> 0.1-alt1

  • first build
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin