﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
141	try out a new bash installation (to avoid having to exit chroot, move files, and then re-enter chroot again)	gerard@…	gerard@…	"static bash:

  ./configure --enable-static-link --prefix=$LFS/usr &&
  make &&
  make install &&              (in /usr/bin)
  cd $LFS/bin &&
  ln -sf /usr/bin/bash sh      (link to it in /bin)

dynamic:
  ./configure --prefix=/usr --with-curses --bindir=/bin &&
  make &&
  make install &&              (in /bin)
  exec /bin/bash
  ln -sf bash sh &&            (link /bin/sh to dynamic bash)
  rm /usr/bin/bash /usr/bin/bashbug"	defect	closed	normal		Book	CVS	normal	fixed		
