Magellan Linux

Diff of /trunk/include/kernel.sminc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 30421 by niro, Thu Jan 18 14:48:44 2018 UTC revision 33243 by niro, Mon Oct 21 10:09:36 2019 UTC
# Line 105  case ${KERNEL_TYPE} in Line 105  case ${KERNEL_TYPE} in
105   >= sys-kernel/linux-firmware-${LINUX_FIRMWARE}"   >= sys-kernel/linux-firmware-${LINUX_FIRMWARE}"
106   fi   fi
107   SDEPEND="${SDEPEND}   SDEPEND="${SDEPEND}
108   >= sys-dev/bc-1.06"   >= sys-dev/bc-1.06
109     >= sys-dev/bison-3
110     >= sys-dev/flex-2.6"
111   : ${DESCRIPTION="Kernel image of the '${PVER}-${BRANCH}-${PBUILD}${KERNEL_ARCH_EXTENSION}' kernel branch."}   : ${DESCRIPTION="Kernel image of the '${PVER}-${BRANCH}-${PBUILD}${KERNEL_ARCH_EXTENSION}' kernel branch."}
112   ;;   ;;
113    
# Line 448  kernel_image_postinstall() Line 450  kernel_image_postinstall()
450   # do not run this if ${MROOT} is set !   # do not run this if ${MROOT} is set !
451   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]   if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
452   then   then
453   new-kernel-pkg -v --mkinitrd --make-default --install ${KPVER}-${KBRANCH}-${KPBUILD}   new-kernel-pkg -v --mkinitrd --dracut --make-default --install ${KPVER}-${KBRANCH}-${KPBUILD}
454   fi   fi
455    
456   if [[ ${USE_KERNEL_SYMLINKS} = true ]]   if [[ ${USE_KERNEL_SYMLINKS} = true ]]

Legend:
Removed from v.30421  
changed lines
  Added in v.33243