Revision: 6202 http://ipcop.svn.sourceforge.net/ipcop/?rev=6202&view=rev Author: gespinasse Date: 2011-12-28 20:41:49 +0000 (Wed, 28 Dec 2011) Log Message: ----------- Trusted too much the inacurate dev/ comment, when in fact it was dev/console and dev/null Fix that
Modified Paths: -------------- ipcop/trunk/config/rootfiles/common/stage2 ipcop/trunk/lfs/stage2 Modified: ipcop/trunk/config/rootfiles/common/stage2 =================================================================== --- ipcop/trunk/config/rootfiles/common/stage2 2011-12-28 20:30:57 UTC (rev 6201) +++ ipcop/trunk/config/rootfiles/common/stage2 2011-12-28 20:41:49 UTC (rev 6202) @@ -1,5 +1,6 @@ #boot -dev +dev/console +dev/null #etc etc/certparams etc/dhcpcd.conf Modified: ipcop/trunk/lfs/stage2 =================================================================== --- ipcop/trunk/lfs/stage2 2011-12-28 20:30:57 UTC (rev 6201) +++ ipcop/trunk/lfs/stage2 2011-12-28 20:41:49 UTC (rev 6202) @@ -152,6 +152,6 @@ # Here stage2 rootfile is hacked, so no manual change is needed # Cheat : pretend /dev, /proc and /sys are created here, when in fact they are already mounted before stage2 start # Can't simply suppress them after PREBUILD as /dev, /proc and /sys are excluded from FIND_FILES path - grep '^dev$$' $(TARGET) || sed -i -e 's|#boot|&\ndev|;s|mnt|&\nproc|;s|#sbin|&\nsys|' $(TARGET) + grep '^dev/console$$' $(TARGET) || sed -i -e 's|#boot|&\ndev/console|;s|#boot|&\ndev/null|;s|mnt|&\nproc|;s|#sbin|&\nsys|' $(TARGET) # Cheat : pretend bin/{cat,echo,pwd}, usr/{bin/perl,lib/libgcc_s.so*,lib/libstdc++.so* are not installed here (only as symlink here, replaced later) sed -i -e '/bin\/cat$$/d;/bin\/echo$$/d;/bin\/pwd$$/d;/usr\/bin\/perl$$/d;/usr\/lib\/libgcc_s.so.*/d;/usr\/lib\/libstdc++.so.*/d' $(TARGET) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex infrastructure or vast IT resources to deliver seamless, secure access to virtual desktops. With this all-in-one solution, easily deploy virtual desktops for less than the cost of PCs and save 60% on VDI infrastructure costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn