[arch-projects] [PATCH] [devtools] Add /dev/loop-control support.

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Wed Jan 11 02:41:16 EST 2012


On 01/10/2012 07:37 AM, Gerardo Exequiel Pozzi wrote:
> In order to take advantage of linux-3.1+ and mount/losetup of util-linux-2.21+,
> thats allows dynamic allocation of loopback devices.
>
> Signed-off-by: Gerardo Exequiel Pozzi<vmlinuz386 at yahoo.com.ar>
> ---
>   mkarchroot.in |    1 +
>   1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/mkarchroot.in b/mkarchroot.in
> index cda761c..9d7631e 100644
> --- a/mkarchroot.in
> +++ b/mkarchroot.in
> @@ -99,6 +99,7 @@ chroot_mount() {
>   	mknod -m 666 "${working_dir}/dev/tty" c 5 0
>   	mknod -m 666 "${working_dir}/dev/tty0" c 4 0
>   	mknod -m 666 "${working_dir}/dev/full" c 1 7
> +	mknod -m 600 "${working_dir}/dev/loop-control" b 7 237
>   	ln -s /proc/kcore "${working_dir}/dev/core"
>   	ln -s /proc/self/fd "${working_dir}/dev/fd"
>   	ln -s /proc/self/fd/0 "${working_dir}/dev/stdin"
brb, please ignore this at all. This is wrong.



-- 
Gerardo Exequiel Pozzi
\cos^2\alpha + \sin^2\alpha = 1



More information about the arch-projects mailing list