diff --git a/kernel/tools/mkinitramfs/files/init b/kernel/tools/mkinitramfs/files/init index 8345cde5..e6dcdbc4 100644 --- a/kernel/tools/mkinitramfs/files/init +++ b/kernel/tools/mkinitramfs/files/init @@ -105,7 +105,7 @@ probe_pci_devices() { [ -f $module ] || continue MODULES="$MODULES $(cat $module)" done - modprobe -bqa $MODULES + modprobe -bq $MODULES } probe_usb_devices() { @@ -115,12 +115,12 @@ probe_usb_devices() { [ -f $module ] || continue MODULES="$MODULES $(cat $module)" done - modprobe -bqa $MODULES + modprobe -bq $MODULES } probe_raid() { info "Probing RAID devices" - modprobe -bqa dm-mod raid0 raid1 raid10 raid456 + modprobe -bq dm-mod raid0 raid1 raid10 raid456 if [ -x /sbin/mdadm ] then /sbin/mdadm --examine --scan > /etc/mdadm.conf @@ -130,7 +130,7 @@ probe_raid() { probe_lvm() { info "Probing LVM devices" - modprobe -qa dm-mod + modprobe -q dm-mod if [ -x /sbin/lvm ] then /sbin/lvm vgscan --ignorelockingfailure &> /dev/null @@ -144,7 +144,7 @@ probe_virtio_devices() { [ -f $module ] || continue MODULES="$MODULES $(cat $module)" done - modprobe -bqa $MODULES + modprobe -bq $MODULES } ################################# @@ -518,7 +518,7 @@ then manage_tmpfs # modprobe filesystems that are not in kernel, for live disks - modprobe -qa nls_cp857 nls_utf8 vfat + modprobe -q nls_cp857 nls_utf8 vfat for i in `seq 50` do diff --git a/kernel/tools/mkinitramfs/pspec.xml b/kernel/tools/mkinitramfs/pspec.xml index a6a7d7db..b2c01197 100644 --- a/kernel/tools/mkinitramfs/pspec.xml +++ b/kernel/tools/mkinitramfs/pspec.xml @@ -45,7 +45,7 @@ - 2017-02-15 + 2017-03-12 1.0.7 Release Bump PisiLinux Community diff --git a/needed_build.txt b/needed_build.txt index 9bd2ef81..508d0dcd 100644 --- a/needed_build.txt +++ b/needed_build.txt @@ -6,8 +6,3 @@ kernel/tools/mkinitcpio system/boot/busybox-mkinitcpio -* Packages that needs compiling - kernel/tools/cpupowertools (8 > 7) - kernel/tools/mkinitramfs (3 > 2) - system/base/pcmciautils (3 > 2) - diff --git a/pisi-index.xml b/pisi-index.xml index a977b42a..3a0faafa 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -557,8 +557,8 @@ - 2017-01-08 - 20160130 + 2017-02-25 + 20161130 Version Bump PisiLinux Community admin@pisilinux.org @@ -596,24 +596,34 @@ An RFC2131 and RFC1541 compliant DHCP client daemon. dhcpcd gets an IP address and other information from a corresponding DHCP server, configures the network interface automatically, and tries to renew the lease time according to RFC2131 or RFC1541 depending on the command line option. RFC2131 ve RFC1541 uyumlu bir DHCP istemci servisi.dhcpcd ilgili bir DHCP sunucusundan bir IP adresi ve gerekli diğer bilgileri alır, ağ arayüzünü otomatik olarak yapılandırır ve RFC2131 veya RFC1541 komut satırı özelliğine bağlı olarak kiralama zamanını yenilemeyi dener. http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-6.11.5.tar.xz + + eudev-devel + system/base/dhcpcd/pspec.xml dhcpcd + + eudev + /etc /lib/dhcpcd - /usr/lib/dhcpcd/dev/udev.so - /sbin + /usr/lib/dhcpcd + /usr/bin /usr/share/doc /usr/share/man /usr/share/dhcpcd /var/lib/dhcpcd + /run/dhcp + + System.Service + - 2017-01-29 + 2017-02-23 6.11.5 Version bump. Ertuğrul Erata @@ -1340,7 +1350,7 @@ - 2017-01-07 + 2017-02-17 2016j Rebuild with new toolchain. Ertuğrul Erata @@ -3668,7 +3678,7 @@ Ce paquet crée la hiérarchie du système de fichier principal de Pisi Linux. baselayout creates the Pisi Linux Linux main filesystem hierarchy. Bu paket, Pisi Linux dosya sisteminin temelini oluşturur. - http://source.pisilinux.org/1.0/baselayout-3.10.0.tar.gz + https://github.com/ertugerata/baselayout/releases/download/v3.10.1/baselayout-3.10.1.tar.gz system/base/baselayout/pspec.xml @@ -3713,6 +3723,13 @@ + + 2017-02-19 + 3.10.1 + Version Bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2016-04-27 3.10.0 @@ -5003,6 +5020,7 @@ /usr/bin /usr/lib + /usr/share/gettext-0.19.8 /usr/share/gettext /usr/share/locale /usr/share/info @@ -5026,7 +5044,7 @@ - 2017-01-08 + 2017-02-16 0.19.8.1 Version bump. Ertuğrul Erata @@ -7435,7 +7453,7 @@ - 2017-01-30 + 2017-02-17 018 Rebuild. Ertuğrul Erata @@ -10069,7 +10087,7 @@ - 2017-01-30 + 2017-02-17 2.1.0 Rebuild. Ertuğrul Erata @@ -10944,7 +10962,7 @@ Statik bağlanmış sistem komutları bütünü busybox is a single binary which includes versions of a large number of system commands, including a shell. busybox, kabuk da dahil olmak üzere çeşitli sistem komutlarını içeren tek bir çalıştırılabilir dosyadır. - https://busybox.net/downloads/busybox-1.26.2.tar.bz2 + http://busybox.net/downloads/busybox-1.24.1.tar.bz2 config @@ -10957,33 +10975,26 @@ - - 2017-02-14 - 1.26.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - 2017-01-28 - 1.25.1 - Release Bump. - Stefan Gronewold(groni) - groni@pisilinux.org + 2017-03-11 + 1.24.1 + Rebuild. + Serdar Soytetir + kaptan@pisilinux.org 2016-04-27 1.24.1 - Release Bump + New release PisiLinux Community - admin@pisilinux.org + admins@pisilinux.org - 2016-03-07 + 2016-03-18 1.24.1 First release - Ertuğrul Erata - ertugrulerata@gmail.com + PisiLinux Community + admins@pisilinux.org @@ -15009,7 +15020,7 @@ Flex est un outil de génération d'analyseur (scanner). Un analyseur (également appelé tokenizer en anglais) est un programme qui repère les motifs lexicaux (ou lexème) dans du texte. Flex is a tool for generating scanners. A scanner, sometimes called a tokenizer, is a program which recognizes lexical patterns in text Flex, metin içindeki sözcüksel kalıpları tanıyan, analiz aracı üretecidir. - https://github.com/westes/flex/releases/download/v2.6.3/flex-2.6.3.tar.gz + https://github.com/westes/flex/releases/download/v2.6.1/flex-2.6.1.tar.xz patch texinfo @@ -15029,6 +15040,13 @@ + + 2017-02-17 + 2.6.1 + Version down. + Ertuğrul Erata + ertugrulerata@gmail.com + 2017-01-24 2.6.3 @@ -15389,6 +15407,13 @@ + + 2017-02-16 + 2.02_beta2 + Rebuild. + PisiLinux Community + admin@pisilinux.org + 2016-08-21 2.02_beta2 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 9a910dc4..b6a32409 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -32b7da62a63a72e541e6cd135af730c424a2ccf9 \ No newline at end of file +1ed9c4a864b56ac1793184fc4c67e0d661bb74cc \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 94f0a28c..71c3e280 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index be660b85..c73aa153 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -4b3fe4702d8be273e64a9d95057b84753c7ef0f6 \ No newline at end of file +6cbf6ec2c3872628913884147e149faec1e5955c \ No newline at end of file