Advertisement
s243a

/initrd/init #MAIN LN# 818-834

Apr 24th, 2018
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.86 KB | None | 0 0
  1. # LN# 818-834 of /initrd/init (tahrpup) -
  2. # LN# 878-894 of https://github.com/puppylinux-woof-CE/woof-CE/blob/c96d661c2232caef1d69c693de673fb0e54796f8/initrd-progs/0initrd/init#L878 (13 Mar 2018)
  3. #=============================================================
  4. #                           MAIN
  5. #=============================================================
  6.  
  7. clear #clear the screen.
  8.  
  9. echo -en "\\033[0;34m***\\033[0;37m ${DISTRO_NAME} ${DISTRO_VERSION}"
  10. echo -en "\\033[0;34m -\\033[0;37m Linux ${KERNELVER} "
  11. echo -en "\\033[0;31m[\\033[0;37m`uname -m`\\033[0;31m]"
  12. echo -e "\\033[0;34m ***\\033[0;39m"
  13.  
  14. [ ! "$LOGLEVEL" ] && exec 1>/tmp/bootinit.log 2>&1 #remove o/p from console. v2.22 loglevel added.
  15.  
  16. [ ! -f /bin/resize2fs ] && touch /tmp/no_resize2fs
  17.  
  18. # sets PLANG, PKEYS, VFAT_OUT_PARAM, FONTMAP, KMAP, CODEPAGE
  19. [ -f /sbin/set_plang ] && . /sbin/set_plang
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement