aboutsummaryrefslogtreecommitdiff
path: root/archiso2dual
Commit message (Collapse)AuthorAgeFilesLines
* [archiso2dual] Adapt to new dir scheme of source /${install_dir}/${arch}/Gerardo Exequiel Pozzi2010-12-071-3/+3
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso2dual] Adjust to work with new dir schemeGerardo Exequiel Pozzi2010-12-072-32/+40
| | | | | | | | | | | | | | This is how ISO will look now: /syslinux only syslinux related files (syslinux.cfg, *.c32, etc) /arch/ isomounts /arch/any *.sqfs only on -T full or -T split /arch/i686 *.sqfs /arch/x86_64 *.sqfs /arch/boot Memtest86+ + other files for early boot stage /arch/boot/i686 Linux + initramfs /arch/boot/x86_64 Linux + initramfs Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso2dual] Modify behaviour of -S parameterGerardo Exequiel Pozzi2010-10-202-9/+11
| | | | | | | | | This allow to have syslinux.cfg splited in multiple .cfg files. Curretly: -S /path/to/syslinux.cfg Changed to: -S /path/where/are/syslinux.cfgs.files/ Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso2dual] Add support for squashfs compression typesGerardo Exequiel Pozzi2010-10-201-3/+12
| | | | | | | Add a note about supported status in Linux versions. Needs squashfs-tools-4.1 (now on extra). Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Remove occurrences of KERNEL from syslinux.cfgThomas Bächler2010-10-171-7/+7
| | | | | | | | | | syslinux's KERNEL command tries to autodetect the type of the kernel by looking at the file's extension. This is unsafe, use the explicit versions instead: LINUX - for Linux kernels (memtest is booted like a Linux kernel, too) COM32 - for COM32 modules COMBOOT - for comboot modules (only poweroff.com right now) See http://syslinux.zytor.com/wiki/index.php/SYSLINUX#KERNEL_file
* Add new menu entry "Power off"Thomas Bächler2010-10-172-0/+5
|
* Rename all occurrences of isolinux to syslinuxThomas Bächler2010-07-224-23/+23
| | | | | | | | | | | | The name of the bootloader is syslinux, while isolinux is just one of many components. isolinux.bin now also accepts syslinux.cfg as a configuration file name (as do all other loaders). Thus, rename the isolinux/ folder to syslinux/, and rename isolinux.cfg to syslinux.cfg. The only occurrence of 'isolinux' is now the actual loader file 'isolinux.bin'. This makes the transition from isolinux to the other syslinux loaders easier when remastering the ISO onto another medium.
* Remove x86testThomas Bächler2010-07-213-8/+1
| | | | | The upstream URL is dead and there seems to be no other source or information on this tool. Thus, drop it
* Add HDT to the boot menuThomas Bächler2010-07-212-0/+7
| | | | | | HDT is a hardware detection/info tool. It will show information about your hardware, including PCI devices. It will also show the names of the kernel modules that will support your devices.
* [archiso2dual] Also copy gpxelinux.0Gerardo Exequiel Pozzi2010-07-091-0/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso2dual] Check if is a core.iso before exec core_* functionsGerardo Exequiel Pozzi2010-07-091-3/+15
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Rename directories and parameteres to be more descriptiveGerardo Exequiel Pozzi2010-07-091-2/+2
| | | | | | | | | | | | | | | * squashfs images that will be part of read-only branchs for union mount in / are mounted on /ro_branch/{image_name} instead of /tmpfs/mnt/{image_name} (and avoid empty dirs on live env under /mnt) * tmpfs that will be part of read-write branch for union mount in / is mounted on /rw_branch instead of /tmpfs * tmpfs that is for store *.sqfs images when copytoram=y, is mounted on /copytoram instead of /tmpfs.sqfs * tmpfs_size= parameter renamed to rw_branch_size= * tmpfs_sqfs_size= parameter renamed to copytoram_size= Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso2dual] Add support split-out any from core-pkgs.sqfsGerardo Exequiel Pozzi2010-07-022-0/+22
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Mount core-pkgs.sqfs in / => appending to aufs stackGerardo Exequiel Pozzi2010-07-021-2/+2
| | | | | | | Allows split-out "any" packages in a simple way, then mounting it as union layer. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Comment IPAPPEND option and add comment about usage.Gerardo Exequiel Pozzi2010-06-231-2/+4
| | | | | | IPAPPEND option is only used by PXELINUX. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Remove a non-working boot option: "Boot normally".Gerardo Exequiel Pozzi2010-04-251-8/+1
| | | | | | See FS#19228 for details. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso2dual] Use one isomounts file for both architecturesGerardo Exequiel Pozzi2010-04-255-20/+13
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso2dual] Remove support for booting 64 bit kernel with 32 userspaceGerardo Exequiel Pozzi2010-04-254-24/+2
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso2dual] Update image sizes in READMEGerardo Exequiel Pozzi2010-04-241-44/+52
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso2dual] Refactor the codeGerardo Exequiel Pozzi2010-04-233-129/+64
| | | | | | | | | | | | | | | | | | Notable changes: * -R option added. Used to specify a file with a list of files or directories to remove from root-image.sqfs. This option only works with -T full. A list of files/directories that will be removed is printed. * -T purge_us profile removed, now is managed via -R option. * Profiles looks now: -T <profile> Type of target image (work is done on root-image.sqfs): basic: join both images, no changes in root-image split: 'basic' + split out usr/share/ and lib/modules/ from root-image full: 'split' + remove specified directories (with -R) from root-image * Code is now a bit small made by some refactions. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso2dual] Join split_us and split_lm in one split option.Gerardo Exequiel Pozzi2010-04-231-19/+4
| | | | | | | To avoid confusion, since we always like to split these both directories (/usr/share and /lib/modules). Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Mount "usr/share" and "lib/modules" in aufs stack instead of bind mount.Gerardo Exequiel Pozzi2010-04-204-11/+13
| | | | | | | | Otherwise these paths are read-only. Fixes FS#19149 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Revert back isohybrid offset to default setting.Gerardo Exequiel Pozzi2010-03-221-1/+1
| | | | | | | | | | | | | | | | | | | This revert back the commit 991a5c69. This causes more problems than solving (fixing the warning issue in parted) With the default offset 0: * makes posibble to create others extra partitions on USB key and use them inside the live enviroment. * makes posible to use /dev/disk/by-label/ symlinks. archiso_early hook, can be removed. Note: archboot also uses the default offset 0. More info at: http://mailman.archlinux.org/pipermail/arch-releng/2010-March/000912.html http://mailman.archlinux.org/pipermail/arch-releng/2010-March/000890.html Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso2dual] Fix install dir perms 644 -> 755 in MakefileGerardo Exequiel Pozzi2010-03-211-1/+1
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* [archiso2dual] Add changes to make compatible with PXE bootGerardo Exequiel Pozzi2010-03-182-0/+4
| | | | Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
* Add script archiso2dual, a tool for merging two archiso imagesGerardo Exequiel Pozzi2010-02-267-0/+625
The installation is separated from main archiso. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>