archiso/mkarchiso: various fixes
Compare changes
+ 149
− 123
@@ -39,14 +39,13 @@ bootmodes=()
@@ -55,14 +54,14 @@ _msg_warning() {
@@ -72,35 +71,51 @@ _chroot_run() {
@@ -121,47 +136,61 @@ usage ${app_name} [options] command <command options>
@@ -170,11 +199,11 @@ _pacman () {
@@ -203,37 +232,37 @@ _cleanup () {
@@ -243,16 +272,16 @@ _mkairootfs_img () {
@@ -260,7 +289,7 @@ _mkairootfs_sfs () {
@@ -268,8 +297,8 @@ _mkchecksum () {
@@ -294,10 +323,12 @@ _make_pacman_conf() {
@@ -317,6 +348,7 @@ _make_custom_airootfs() {
@@ -336,23 +368,26 @@ _make_packages() {
@@ -370,26 +405,29 @@ _make_bootmodes() {
@@ -403,10 +441,10 @@ _make_boot_bios.syslinux.mbr() {
@@ -416,15 +454,17 @@ _make_boot_bios.syslinux.mbr() {
@@ -435,15 +475,18 @@ _make_boot_bios.syslinux.eltorito() {
@@ -457,51 +500,56 @@ _make_efi() {
@@ -528,6 +576,8 @@ _make_prepare() {
@@ -570,11 +620,12 @@ _make_iso() {
@@ -583,10 +634,11 @@ _read_profile () {
@@ -595,40 +647,11 @@ _read_profile () {
@@ -637,18 +660,19 @@ _export_gpg_publickey() {
@@ -656,14 +680,13 @@ command_iso () {
@@ -671,7 +694,7 @@ command_prepare () {
@@ -681,18 +704,18 @@ command_install () {
@@ -703,8 +726,11 @@ command_build_profile() {
@@ -717,7 +743,7 @@ command_build_profile() {
@@ -759,7 +785,7 @@ if (( $# < 1 )); then