binutils glibc gcc and kernel

This commit is contained in:
bferturk
2016-04-27 20:44:37 +03:00
parent 23b924025a
commit 94c1a4f3fe
5 changed files with 18 additions and 21 deletions
+17
View File
@@ -34,3 +34,20 @@ def install():
# Generate some module lists to use within mkinitramfs
shelltools.system("./generate-module-list %s/lib/modules/%s" % (get.installDIR(), kerneltools.__getSuffix()))
#mkinitcpio default config
pisitools.dodir("/etc/mkinitcpio.d")
shelltools.touch("linux.preset")
shelltools.echo("linux.preset", 'ALL_config="/etc/mkinitcpio.conf"\n'+
'ALL_kver="/boot/kernel-%s"\n'% get.srcVERSION() +
'default_image="/boot/initramfs-%s.img"\n'% get.srcVERSION() +
'default_options="-S autodetect"\n')
pisitools.insinto("/etc/mkinitcpio.d", "linux.preset")
+1
View File
@@ -198,6 +198,7 @@
<Path fileType="executable" permanent="true">/boot</Path>
<Path fileType="library" permanent="true">/lib/modules</Path>
<Path fileType="data">/etc/kernel</Path>
<Path fileType="data">/etc/mkinitcpio.d</Path>
</Files>
<Provides>
<COMAR script="package.py">System.Package</COMAR>
-7
View File
@@ -1953,13 +1953,6 @@
</Package>
<History>
<Update release="3">
<Date>2016-04-27</Date>
<Version>2.23</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-04-26</Date>
<Version>2.23</Version>
-7
View File
@@ -44,13 +44,6 @@
</Package>
<History>
<Update release="3">
<Date>2016-04-27</Date>
<Version>2.26</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-04-26</Date>
<Version>2.26</Version>
-7
View File
@@ -146,13 +146,6 @@
</Package>
<History>
<Update release="3">
<Date>2016-04-27</Date>
<Version>5.3.0</Version>
<Comment>Release Bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2016-04-26</Date>
<Version>5.3.0</Version>