[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

native-install is broken.



Hi,

native install is broken from what I can see:

rootpart=`echo "/hurd/ext2fs.static --writable --sync=5 --store-type=typed hd0s5" | perl -ne 'm!^.*/hurd/(.*?)\.static.*?([^\s]+)\s*?$!; print $2;' | sed -e "s/^device\://"`

This should be:
rootpart=`fsysopts / | perl -ne 'm!^.*/hurd/(.*?)\.static.*?([^\s]+)\s*?$!; print $2;' | sed -e "s/^device\://"`

This is all my fault, so shoot me.  Marcus didn't you eyeball it
before applying the patch? :)

diff -uwBp /home/ams/native-install.orig /home/ams/native-install
--- /home/ams/native-install.orig	Sun May 26 12:42:21 2002
+++ /home/ams/native-install	Sun May 26 12:42:38 2002
@@ -159,7 +159,7 @@ fi
 echo The last step is to create /etc/fstab.
 
 fstype=`fsysopts / | perl -ne 'm!^.*/hurd/(.*?)\.static.*?([^\s]+)\s*?$!; print $1;'`
-rootpart=`echo "/hurd/ext2fs.static --writable --sync=5 --store-type=typed hd0s5" | perl -ne 'm!^.*/hurd/(.*?)\.static.*?([^\s]+)\s*?$!; print $2;' | sed -e "s/^device\://"`
+rootpart=`fsysopts / | perl -ne 'm!^.*/hurd/(.*?)\.static.*?([^\s]+)\s*?$!; print $2;' | sed -e "s/^device\://"`
 
 if [ ! -e /dev/${rootpart} ] ; then
 	cd /dev

-- 
Alfred M. Szmidt


-- 
To UNSUBSCRIBE, email to debian-hurd-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: