[Lunar-commits] CVS: brutus/iso/usr/sbin lunar.install,1.16,1.17

Terry Chan tchan at lunar-linux.org
Fri Apr 2 15:39:24 GMT 2004


Update of /var/cvs/lunar/brutus/iso/usr/sbin
In directory dbguin.lunar-linux.org:/tmp/cvs-serv5365

Modified Files:
	lunar.install 
Log Message:
Corrected the /dev/discs typo.


Index: lunar.install
===================================================================
RCS file: /var/cvs/lunar/brutus/iso/usr/sbin/lunar.install,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- lunar.install	9 Mar 2004 21:57:26 -0000	1.16
+++ lunar.install	2 Apr 2004 15:39:22 -0000	1.17
@@ -907,7 +907,7 @@
     chroot  $TARGET  mount    -t  proc   proc   /proc
     chroot  $TARGET  mount    -t  devfs  devfs  /dev
     chroot  $TARGET  mount    -t  tmpfs  tmpfs  /tmp
-    dd if=/dev/zero of=/dev/disc/$DISC/disc bs=446 count=1
+    dd if=/dev/zero of=/dev/discs/$DISC/disc bs=446 count=1
     /sbin/lilo -M /dev/discs/$DISC/disc
     chroot  $TARGET  umount                     /tmp
     chroot  $TARGET  umount                     /dev



More information about the Lunar-commits mailing list