updating package list, minor tweak to mk chroot

This commit is contained in:
2016-09-26 05:06:04 -04:00
parent c418fca548
commit 6d9f24ee28
3 changed files with 9 additions and 9 deletions

View File

@@ -145,7 +145,7 @@ links
lm_sensors
lrzsz
lshw
#lsiutil # 404'ing on source url at the moment
#lsiutil # giving intermittent errors when trying to fetch source
lsof
lsscsi
#lxde # apacman currently doesn't like package groups, so...
@@ -169,8 +169,8 @@ pcmanfm
lynx
#lzip
macchanger
magicrescue
#mbr # doesn't seem to build anymore
#magicrescue # no longer maintained, upstream down
mbr
mbuffer
mcelog
mdadm
@@ -180,11 +180,10 @@ mdcrack
memtester
mfoc
minicom
#mondo
#mondo # mindi-busybox fails to build 09.23.2016
mtd-utils
mtr
mtree
#mtx
multipath-tools
myrescue
nbd
@@ -224,7 +223,7 @@ php
php-fpm
php-gd
php-mcrypt
#phrasendrescher
phrasendrescher
pigz
pkgfile
pkgtools
@@ -254,6 +253,7 @@ rsnapshot
rygel
safecopy
samba
scalpel-git
scapy
screen
scrounge-ntfs

View File

@@ -261,7 +261,7 @@ EOF
set +e
${CHROOTCMD} ${i}/ /usr/bin/bash -c "apacman --noconfirm --noedit --skipinteg -S --needed linux" >> "${LOGFILE}.${FUNCNAME}" 2>&1
cp -a ${i}/boot/vmlinuz-linux ${i}/boot/vmlinuz-linux-${DISTNAME}
#cp -a ${i}/boot/initramfs-linux.img ${i}/boot/initramfs-linux-${DISTNAME}.img
cp -af ${i}/boot/initramfs-linux.img ${i}/boot/initramfs-linux-${DISTNAME}.img
set -e
for x in $(find ${i}/etc/ -type f -iname "*.pacorig");do mv -f ${x} ${x%%.pacorig} ; done
# Uncomment if you wish to use the mkpasswd binary from within the chroot...
@@ -309,7 +309,7 @@ EOF
set +e
for x in $(find ${i}/etc/ -type f -iname "*.pacorig");do mv -f ${x} ${x%.pacorig} ; done
${CHROOTCMD} ${i}/ /usr/bin/bash -c "mkinitcpio -p linux" >> "${LOGFILE}.${FUNCNAME}" 2>&1
cp -a ${i}/boot/initramfs-linux.img ${i}/boot/initramfs-linux-${DISTNAME}.img
cp -af ${i}/boot/initramfs-linux.img ${i}/boot/initramfs-linux-${DISTNAME}.img
set -e
done