(moved from arch_at_ to try and find more diskless users, original thread http://docs.freebsd.org/cgi/getmsg.cgi?fetch=10365+0+current/freebsd-arch) As promised here is a patch to make removing /stand part of the installation routine. I built a release yesterday and tested. Let me know if you see any problems with this. The only thing that remains in the way of something like this is how to deal with initdiskless using stand. Three approaches I see are (ranked from worst to best): - Let the person setting up the diskless system figure it out themselves. - Remove support for using compressed archives for diskless md(4) templates. - Use /rescue/tar and /rescue/gzip instead of /stand/cpio and /stand/gzip (why does diskless need /rescue?) - Move gzip to /bin and use /bin/gzip and /bin/pax to handle compressed archives (see arch_at_ thread for patch). Overall is a savings in /. If there is anyone out there willing to test a few patches on a diskless system let me know via private email. Index: usr.sbin/sysinstall/install.c =================================================================== RCS file: /home/ncvs/src/usr.sbin/sysinstall/install.c,v retrieving revision 1.359 diff -u -r1.359 usr.sbin/sysinstall/install.c --- usr.sbin/sysinstall/install.c 30 Aug 2004 21:03:09 -0000 1.359 +++ usr.sbin/sysinstall/install.c 21 Oct 2004 17:30:02 -0000 _at__at_ -850,6 +850,9 _at__at_ /* BOGON #5: aliases database not build for bin */ vsystem("newaliases"); + /* BOGON #6: Remove /stand (finally) */ + vsystem("rm -rf /stand"); + /* Now run all the mtree stuff to fix things up */ vsystem("mtree -deU -f /etc/mtree/BSD.root.dist -p /"); vsystem("mtree -deU -f /etc/mtree/BSD.var.dist -p /var"); -- Ryan Sommers ryans_at_gamersimpact.comReceived on Sat Oct 23 2004 - 12:36:23 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:19 UTC