mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
[kernel] fix building initrd
This commit is contained in:
parent
b910f858a3
commit
f3d2c3a790
1 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ set -x
|
||||||
|
|
||||||
CWD=$(pwd)
|
CWD=$(pwd)
|
||||||
PRGNAM=$(basename "$CWD")
|
PRGNAM=$(basename "$CWD")
|
||||||
BUILD=${BUILD:-13}
|
BUILD=${BUILD:-14}
|
||||||
BRANCH=${BRANCH:-stable} # stable ; mainline
|
BRANCH=${BRANCH:-stable} # stable ; mainline
|
||||||
ARCH=$(uname -m)
|
ARCH=$(uname -m)
|
||||||
|
|
||||||
|
@ -118,8 +118,8 @@ echo OK
|
||||||
echo -n "building initrd… "
|
echo -n "building initrd… "
|
||||||
cd /
|
cd /
|
||||||
UCODE=""
|
UCODE=""
|
||||||
[ -e /boot/intel-ucode.cpio] && UCODE="-P /boot/intel-ucode.cpio" ]
|
[ -e /boot/intel-ucode.cpio ] && UCODE="-P /boot/intel-ucode.cpio"
|
||||||
eval "\$(/usr/share/mkinitrd/mkinitrd_command_generator.sh -k $VERSION -r | sed "s|/boot/initrd.gz|/boot/initrd-gwh-${VERSION}.gz|") ${UCODE}"
|
eval "\$(/usr/share/mkinitrd/mkinitrd_command_generator.sh -k $VERSION -r | sed "s|/boot/initrd.gz|/boot/initrd-gwh-${VERSION}.gz|") \${UCODE}"
|
||||||
echo "OK"
|
echo "OK"
|
||||||
|
|
||||||
[ -L /boot/initrd-gwh.gz ] && rm /boot/initrd-gwh.gz
|
[ -L /boot/initrd-gwh.gz ] && rm /boot/initrd-gwh.gz
|
||||||
|
|
Loading…
Reference in a new issue