Skip to content
Snippets Groups Projects
Commit 5a8a8c7b authored by Lukas Fleischer's avatar Lukas Fleischer Committed by Gerardo Pozzi
Browse files

Reintroduce the possibility to force an architecture


Among other things, 36459f3a ([archiso] Drop aitab support, 2014-06-28)
removed the possibility to manually set a specific architecture by using
kernel parameters. This, however, is useful, e.g. when installing Arch
Linux on a device that reports itself as i586 but works fine with the
i686 flavor.

Signed-off-by: default avatarLukas Fleischer <archlinux@cryptocrack.de>
parent 01773d2b
No related branches found
No related tags found
No related merge requests found
......@@ -101,7 +101,7 @@ _verify_checksum() {
}
run_hook() {
arch="$(uname -m)"
[[ -z "${arch}" ]] && arch="$(uname -m)"
[[ -z "${cowspace_size}" ]] && cowspace_size="75%"
[[ -z "${copytoram_size}" ]] && copytoram_size="75%"
[[ -z "${archisobasedir}" ]] && archisobasedir="arch"
......
......@@ -57,6 +57,9 @@ INDEX
Default: "75%"
* dm_snap_prefix= Set a prefix for device-mapper snapshot node names.
Default: "arch"
* arch= Force an architecture type (i686 | x86_64).
Do not set it for normal operations.
Default: (architecture of running kernel)
** hooks/archiso_pxe_common
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment