[arch-releng] [PATCH 3/3] [configs/releng] Support configurable build options via command line

Dieter Plaetinck dieter at plaetinck.be
Thu Aug 18 06:01:41 EDT 2011


> -  [chroot32] # mknod /dev/loop1032 b 7 1032 #assumed loop.max_part=0 (by default)
> +  [chroot32] # mknod /dev/loop1032 b 7 1032  # assumed loop.max_part=0 (by default) [chroot32]

1 space too many? :P

> -verbose="n"
> +verbose=""

same as:
verbose=

or even better: verbose=0
then you can set verbose=1 later (possibly)
and check it with if ((verbose)); then


looks good to me, but maybe test a bit first before you push.
it would be benificial if the archiso currently in git stays stable for today and maybe tomorrow.
after the official release is done, you can break archiso :)

Dieter


More information about the arch-releng mailing list