[SCM] wiki-content branch, master, updated. 1367c6d54b7f15ee564af1ee78e74dc18f6d932d

Michal Suchanek hramrach at centrum.cz
Sun Jan 16 06:47:47 UTC 2011


The following commit has been merged in the master branch:
commit 1367c6d54b7f15ee564af1ee78e74dc18f6d932d
Author: Michal Suchanek <hramrach at centrum.cz>
Date:   Sat Jan 15 17:49:29 2011 +0100

    Fix links and heading in Unionmount guide

diff --git a/devel/rfc.mdwn b/devel/rfc.mdwn
index 33429d3..2934617 100644
--- a/devel/rfc.mdwn
+++ b/devel/rfc.mdwn
@@ -5,3 +5,4 @@
   * [[multiarch]]
   * [[multifs]]
   * [[lxc]]
+  * [[Unionmount]]
diff --git a/devel/rfc/unionmount.mdwn b/devel/rfc/unionmount.mdwn
index 33dcb1b..25fb489 100644
--- a/devel/rfc/unionmount.mdwn
+++ b/devel/rfc/unionmount.mdwn
@@ -1,23 +1,26 @@
-===To build debian-live with unionmount you will need===
+## To build debian-live with unionmount you will need
 
   * A linux kernel with unionmount support
     - Get a kernel from [Valerie Aurora's git repo](http://git.kernel.org/?p=linux/kernel/git/val/linux-2.6.git;a=shortlog;h=refs/heads/ext2_works). This is a work in progress but using this kernel you should be able to boot Debian Live. You can check the repo for more up-to-date branches.
-    - Configure and build the kernel. A suggested [configuration file for i686 based on stock Debian configuration](config-2.6.36-rc5-i686+). Setting or unsetting some configuration options may not work yet.
+    - Configure and build the kernel. A suggested [configuration file for i686 based on stock Debian configuration](../config-2.6.36-rc5-i686+). Setting or unsetting some configuration options may not work yet.
 
     make-kpkg --rootcmd fakeroot --initrd --append-to-version -um-i686 kernel-image kernel-headers
 
-   - Unfortunately kernel-package and initramfs-tools package maintainers can't agree on a way to tell initramfs-tools to generate an initramfs so you will need to generate one in a [hook](zzz-initramfs.sh) (put in chroot_local-hooks). Also cross-building i686 on amd64 seems broken.
+   - Unfortunately kernel-package and initramfs-tools package maintainers can't agree on a way to tell initramfs-tools to generate an initramfs so you will need to generate one in a [hook](../zzz-initramfs.sh) (put in chroot_local-hooks). Also cross-building i686 on amd64 seems broken.
 
 
   * Mount command with unionmount support
-    - here is a [patch](util-linux-union.patch) which you can apply to Squeeze util-linux and rebuild. It may break some other options, I am not sure how those defines are supposed to work. You only need the mount package.
+    - here is a [patch](../util-linux-union.patch) which you can apply to Squeeze util-linux and rebuild. It may break some other options, I am not sure how those defines are supposed to work. You only need the mount package.
   * Put your mount command into your initramfs
-    - a [patch](unionmount_initramfs_mount.patch) you can apply to live-initramfs either directly or put it in chroot_local-patches
+    - a [patch](../unionmount_initramfs_mount.patch) you can apply to live-initramfs either directly or put it in chroot_local-patches
   * Tell live-initramfs to use unionmount instead of aufs
      - Use some arguments like these with lb config
 
     -k um-i686+ \
+
     --bootappend-live union=unionmount \
+
     --packages "httpfs2 less open-iscsi links2" \
+
     --linux-packages linux-image-2.6.36-rc5 \
 

-- 
wiki-content



More information about the debian-live-changes mailing list