diff options
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rwxr-xr-x | scripts/upd-instroot | 2 |
2 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2005-05-06 Jeremy Katz <katzj@redhat.com> + + * scripts/upd-instroot: Pretend we have nano too. + 2005-05-05 Jeremy Katz <katzj@redhat.com> * loader2/cdinstall.c: Don't load stage2.img into RAM if they boot diff --git a/scripts/upd-instroot b/scripts/upd-instroot index 294dbe10d..dfa466e34 100755 --- a/scripts/upd-instroot +++ b/scripts/upd-instroot @@ -940,9 +940,11 @@ rm -f $DESTGR/usr/X11R6/$LIBDIR/modules/extensions/lib{GLcore,glx,pex5}* # fixup joe links ln -fs jpicorc $DESTGR/etc/joe/picorc +ln -fs jpicorc $DESTGR/etc/joe/jnanorc ln -fs jmacsrc $DESTGR/etc/joe/emacsrc ln -fs jmacs $DESTGR/usr/bin/emacs ln -fs jpico $DESTGR/usr/bin/pico +ln -fs jpico $DESTGR/usr/bin/jnano echo "Creating nsswitch.conf" cat > $DEST/etc/nsswitch.conf <<EOF |
