14 Aug
2011
14 Aug
'11
8 a.m.
Am 12.08.2011 15:44, schrieb Gerardo Exequiel Pozzi:
@@ -81,6 +82,7 @@ run_hook() { [[ -z "${cowspace_size}" ]]&& cowspace_size="75%" [[ -z "${copytoram_size}" ]]&& copytoram_size="75%" [[ -z "${archisobasedir}" ]]&& archisobasedir="arch" + [[ -z "${dm_snap_prefix}" ]]&& dm_snap_prefix="arch" [[ -z "${archisodevice}" ]]&& archisodevice="/dev/disk/by-label/${archisolabel}" if [[ -z "${aitab}" ]]; then aitab="/bootmnt/${archisobasedir}/aitab"
Pushed to master.
And I just noticed that indentation is wrong in the last hunk.