diff options
| author | Jeremy Katz <katzj@redhat.com> | 2005-05-06 18:34:46 +0000 |
|---|---|---|
| committer | Jeremy Katz <katzj@redhat.com> | 2005-05-06 18:34:46 +0000 |
| commit | fef67642e69bfce5b14bb14cbb613b0ca03cbc56 (patch) | |
| tree | c10c93a494dc32fbaebd81cb566e6e7579a6197f | |
| parent | 12311dcbc2036bd4e2d768b6f713e0b7a2b8f0a1 (diff) | |
2005-05-06 Jeremy Katz <katzj@redhat.com>
* scripts/upd-instroot: Pretend we have nano too.
| -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 |
