[Lunar-commits] r14957 - lunar-iso/trunk/scripts

Auke Kok sofar at lunar-linux.org
Sun May 22 20:45:50 UTC 2005


Author: sofar
Date: 2005-05-22 20:45:50 +0000 (Sun, 22 May 2005)
New Revision: 14957

Modified:
   lunar-iso/trunk/scripts/proper
Log:
Add zile/e3vi symlinks for vi, emacs for the live ISO


Modified: lunar-iso/trunk/scripts/proper
===================================================================
--- lunar-iso/trunk/scripts/proper	2005-05-22 20:38:38 UTC (rev 14956)
+++ lunar-iso/trunk/scripts/proper	2005-05-22 20:45:50 UTC (rev 14957)
@@ -58,6 +58,10 @@
 rm -f $ISO_TARGET/etc/mtab
 ln -s /proc/mounts $ISO_TARGET/etc/mtab
 
+# e3 symlinks
+ln -s /usr/bin/e3vi $ISO_TARGET/usr/bin/vi
+ln -s /usr/bin/zile $ISO_TARGET/usr/bin/emacs
+
 mkdir -p $ISO_TARGET/var/lib/discover
 rm -f $ISO_TARGET/etc/*/*modutils
 rm -f $ISO_TARGET/etc/*/*bootmisc



More information about the Lunar-commits mailing list