From e93e40d417c9e8afb5e6aa00c6221f64b334cacd Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Tue, 31 Jul 2012 19:52:09 -0300 Subject: [configs/releng] Remove [core] ISO generation Signed-off-by: Gerardo Exequiel Pozzi --- README | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'README') diff --git a/README b/README index 00ac59e..c030038 100644 --- a/README +++ b/README @@ -165,13 +165,12 @@ if nothing is specified on command line. *** Transfer ISO image to target medium (configs/releng) -ISO images names consist of: archlinux-..
--.iso +ISO images names consist of: archlinux-..
-.iso Where: Year Month
Day - netinstall | core i686 | x86_64 | dual(*) (*) "dual" includes both i686 and x86_64 architectures. @@ -190,7 +189,7 @@ Nomeclature: 1) Write it directly using your favorite recording program. -# cdrecord dev=,, -dao archlinux-..
--.iso +# cdrecord dev=,, -dao archlinux-..
-.iso ** To -> USB Flash Drive (USB-key) / Memory card (SD) / @@ -209,10 +208,10 @@ Nomeclature: (example: /dev/sdx1) : Mount point path where is mounted (example: /mnt/sdx/1) -: Path to the ISO file archlinux-..
--.iso - (example: ~/archlinux-2012.04.16-netinstall-x86_64.iso) +: Path to the ISO file archlinux-..
-.iso + (example: ~/archlinux-2012.07.22-x86_64.iso) : Represents the filesystem label of the - (example: ARCH_201204 [for all ~/archlinux-2012.04.*.iso]) + (example: ARCH_201207 [for all ~/archlinux-2012.07.*.iso]) * PC-BIOS (MBR): @@ -288,19 +287,19 @@ Note: Using here a GPT partition mode as example, but MBR should also works ** ISO in loopback mode. Note: Described method is for using with GRUB2. - GRUB2 is installed on target media and archlinux-..
--.iso + GRUB2 is installed on target media and archlinux-..
-.iso is at path on disk and partition

, where filesystem is labeled as . menuentry "Arch Linux (x86_64)" { - set isofile="//archlinux-..

--.iso" + set isofile="//archlinux-..
-.iso" loopback loop (hd,

)$isofile linux (loop)/arch/boot/x86_64/vmlinuz archisolabel= img_label= img_loop=$isofile initrd (loop)/arch/boot/x86_64/archiso.img } menuentry "Arch Linux (i686)" { - set isofile="//archlinux-..

--.iso" + set isofile="//archlinux-..
-.iso" loopback loop (hd,

)$isofile linux (loop)/arch/boot/i686/vmlinuz archisolabel= img_label= img_loop=$isofile initrd (loop)/arch/boot/i686/archiso.img @@ -311,7 +310,7 @@ menuentry "Arch Linux (i686)" { Note: Described method is for using with SYSLINUX. Anyway MEMDISK from SYSLINUX can work with other bootloaders. - SYSLINUX is installed on target media and archlinux-..

--.iso + SYSLINUX is installed on target media and archlinux-..
-.iso is at path . On 32-bit systems, is needed to pass vmalloc=nnM to the kernel, where nn is the size of the ISO image plus 64 MiB (or 128 MiB). @@ -319,12 +318,12 @@ Note: Described method is for using with SYSLINUX. Anyway MEMDISK from SYSLINUX LABEL arch_x64 LINUX memdisk - INITRD //archlinux-..
--.iso + INITRD //archlinux-..
-.iso APPEND iso LABEL arch_x32 LINUX memdisk - INITRD //archlinux-..
--.iso + INITRD //archlinux-..
-.iso APPEND iso @@ -378,13 +377,13 @@ methods can be used to serve the rest of live-medium. * NBD -Note: Adjust ARCH_201204 as needed. +Note: Adjust ARCH_201207 as needed. # cat << EOF > /tmp/nbd-server.conf [generic] [archiso] readonly = true - exportname = /dev/disk/by-label/ARCH_201204 + exportname = /dev/disk/by-label/ARCH_201207 EOF # nbd-server -C /tmp/nbd-server.conf @@ -497,6 +496,6 @@ used to build official images with much more things. # make -C archiso/archiso install * Build them! - # /usr/share/archiso/configs/releng/build.sh build all all + # /usr/share/archiso/configs/releng/build.sh build all Note: See build.sh -h for more options. -- cgit v1.2.3-54-g00ecf