bdubbs | 5 Mar 2010 23:24
Picon
Favicon

r1114 - trunk

Author: bdubbs
Date: 2010-03-05 15:24:46 -0700 (Fri, 05 Mar 2010)
New Revision: 1114

Added:
   trunk/backing-up-lfs.txt
Log:
New hint on backing up LFS

Added: trunk/backing-up-lfs.txt
===================================================================
--- trunk/backing-up-lfs.txt	                        (rev 0)
+++ trunk/backing-up-lfs.txt	2010-03-05 22:24:46 UTC (rev 1114)
 <at>  <at>  -0,0 +1,341  <at>  <at> 
+AUTHOR:		Mike McCarty	Mike.McCarty <at> sbcglobal.net
+
+DATE:		2010-03-04
+
+LICENSE:	GNU Free Documentation License as of 2010-03-04.
+
+SYNOPSIS:	How to and what to back up in an LFS system.
+
+PRIMARY URI:	N/A
+
+DESCRIPTION:	This hint is intended for those who need help
+		planning a backup system for LFS.
+
+ATTACHMENTS:	N/A
+
+PREREQUISITES:	Have a bootable LFS system and external removable medium
(Continue reading)

bdubbs | 5 Mar 2010 23:26
Picon
Favicon

r1115 - trunk

Author: bdubbs
Date: 2010-03-05 15:26:40 -0700 (Fri, 05 Mar 2010)
New Revision: 1115

Modified:
   trunk/pkg_unionfs.txt
Log:
Fix date format in a hint

Modified: trunk/pkg_unionfs.txt
===================================================================
--- trunk/pkg_unionfs.txt	2010-03-05 22:24:46 UTC (rev 1114)
+++ trunk/pkg_unionfs.txt	2010-03-05 22:26:40 UTC (rev 1115)
 <at>  <at>  -1,6 +1,6  <at>  <at> 
 AUTHOR: Samad Lotia

-DATE: 21 October, 2008
+DATE: 2008-10-21

 LICENSE: GNU GPL 2
 (see http://www.linuxfromscratch.org/hints/downloads/files/LICENSES/gpl-2.txt)

bdubbs | 8 Mar 2010 17:45
Picon
Favicon

r1116 - trunk

Author: bdubbs
Date: 2010-03-08 09:45:47 -0700 (Mon, 08 Mar 2010)
New Revision: 1116

Modified:
   trunk/backing-up-lfs.txt
Log:
Correction to backup hint

Modified: trunk/backing-up-lfs.txt
===================================================================
--- trunk/backing-up-lfs.txt	2010-03-05 22:26:40 UTC (rev 1115)
+++ trunk/backing-up-lfs.txt	2010-03-08 16:45:47 UTC (rev 1116)
 <at>  <at>  -1,4 +1,4  <at>  <at> 
-AUTHOR:		Mike McCarty	Mike.McCarty <at> sbcglobal.net
+AUTHOR:		Mike McCarty	Mike dot McCarty at sbcglobal dot net

 DATE:		2010-03-04

 <at>  <at>  -150,7 +150,7  <at>  <at> 
 If you are not marking / as rw, and putting the backup in
 /home/var/backups, for example, you would use

-	# mount -n /dev/hda1 /boot
+	# mount -n -o ro /dev/hda1 /boot
 	# mount -n /dev/hda5 /home

 In this case, you need the -n to prevent attempting to modify /etc/mtab
 <at>  <at>  -315,7 +315,10  <at>  <at> 
 your system up, and some of the details are in the LFS book. When you
(Continue reading)

bdubbs | 18 Mar 2010 22:04
Picon
Favicon

r1117 - trunk

Author: bdubbs
Date: 2010-03-18 15:04:14 -0600 (Thu, 18 Mar 2010)
New Revision: 1117

Modified:
   trunk/kernel-configuration.txt
Log:
Add discusssion of some additional make options to
 kernel-configuration hint.

Modified: trunk/kernel-configuration.txt
===================================================================
--- trunk/kernel-configuration.txt	2010-03-08 16:45:47 UTC (rev 1116)
+++ trunk/kernel-configuration.txt	2010-03-18 21:04:14 UTC (rev 1117)
 <at>  <at>  -15,6 +15,7  <at>  <at> 
     This hint is provided to help users decide how to configure their kernel.

 REFERENCES:  In the kernel tarball:
+             README
              Documentation/kbuild/kconfig.txt 
              Documentation/cdrom/
              Documentation/devices.txt
 <at>  <at>  -113,6 +114,19  <at>  <at> 
         yes "" | make oldconfig > conf.new
         grep "(NEW)" conf.new

+    d.  make defconfig
+
+    Use the default symbol values from either arch/$ARCH/defconfig
+    or arch/$ARCH/configs/${PLATFORM}_defconfig, depending on the architecture.
(Continue reading)


Gmane