diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2010-12-19 22:26:23 +0100 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-12-19 21:03:13 -0300 |
commit | d79e830d534ca3a8975a8147d2d7c4d4ebd371c2 (patch) | |
tree | 66bf9590a053dbebd2b0ce96a211ed432247b54a /configs/syslinux-iso | |
parent | ea989f55603c11aabd0d523194d4b14b01b0be20 (diff) | |
download | archiso32-d79e830d534ca3a8975a8147d2d7c4d4ebd371c2.tar.xz |
invoke aif with debugging and logging flags by default
these options have no real disadvantages, but can provide lots of
useful info when the user runs into trouble, which still happens enough
Diffstat (limited to 'configs/syslinux-iso')
-rwxr-xr-x | configs/syslinux-iso/overlay/arch/setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/syslinux-iso/overlay/arch/setup b/configs/syslinux-iso/overlay/arch/setup index e9d1660..908d106 100755 --- a/configs/syslinux-iso/overlay/arch/setup +++ b/configs/syslinux-iso/overlay/arch/setup @@ -1,3 +1,3 @@ #!/bin/sh # -aif -p interactive +aif -p interactive -d -l |