From 6aeb5b7494a176d142f8549589a234c957750fb6 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Fri, 10 Mar 2006 20:15:31 +0000 Subject: [PATCH] Added udev_update as valid book --- common/common-functions | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/common-functions b/common/common-functions index bf8a031..4b29270 100644 --- a/common/common-functions +++ b/common/common-functions @@ -62,6 +62,8 @@ ${BOLD} -W, --working-copy DIR${OFF} ${BOLD} -L, --HLFS-version VER${OFF} checkout VER version of the HLFS book. Supported versions at this time are: dev* | trunk | SVN aliases for Development HLFS + alpha* aliases for the alphabetical branch + udev* aliases for the udev_update branch ${BOLD} --fstab FILE${OFF} use FILE as the /etc/fstab file for the HLFS system. If not specified, a default /etc/fstab file with dummy values is created. @@ -547,6 +549,8 @@ get_book() { svn co $SVN/${svn_root}/trunk/BOOK ${PROGNAME}-$LFSVRS >>$LOGDIR/$LOG 2>&1 ;; alphabetical) svn co $SVN/${svn_root}/branches/$LFSVRS/BOOK ${PROGNAME}-$LFSVRS >>$LOGDIR/$LOG 2>&1 ;; + udev_update) + svn co $SVN/LFS/branches/$LFSVRS/BOOK lfs-$LFSVRS >>$LOGDIR/$LOG 2>&1 ;; esac echo -ne "done\n" # Set the canonical book version