]> git.sur5r.net Git - bacula/rescue/commitdiff
Fix -c / -H newc problem
authorKern Sibbald <kern@sibbald.com>
Mon, 1 Jan 2007 10:17:20 +0000 (10:17 +0000)
committerKern Sibbald <kern@sibbald.com>
Mon, 1 Jan 2007 10:17:20 +0000 (10:17 +0000)
rescue/linux/cdrom/makeinitrd

index ae939a9d69e8357cd88f68d71fe7b0e72e4793c2..f83e15ed7de01defea02b4c41145055da841bbce 100755 (executable)
@@ -57,8 +57,13 @@ if [ $cprtn != 0 ] ; then
   exit 1
 fi
 
-# This is a newer way of creating a ramfs, which we don't use
-(cd roottree; find . | cpio --quiet -c -o) >root
+#
+# This is a newer way of creating a ramfs.  Note, it
+#  overwrites the previous root ramdisk that we built.
+#  If you have an older kernel, you may want to comment
+#  this out.
+#
+(cd roottree; find . | cpio --quiet -H newc -o) >root
 
 echo "Building initial RAM disk done"