index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-22 | Rename all occurrences of isolinux to syslinux | Thomas Bächler | |
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. | |||
2010-07-21 | Remove x86test | Thomas Bächler | |
The upstream URL is dead and there seems to be no other source or information on this tool. Thus, drop it | |||
2010-07-21 | Add HDT to the boot menu | Thomas Bächler | |
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. | |||
2010-07-09 | Rename directories and parameteres to be more descriptive | Gerardo Exequiel Pozzi | |
* 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> | |||
2010-06-23 | Comment IPAPPEND option and add comment about usage. | Gerardo Exequiel Pozzi | |
IPAPPEND option is only used by PXELINUX. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-04-25 | Remove a non-working boot option: "Boot normally". | Gerardo Exequiel Pozzi | |
See FS#19228 for details. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-04-25 | [archiso2dual] Use one isomounts file for both architectures | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-04-25 | [archiso2dual] Remove support for booting 64 bit kernel with 32 userspace | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-03-18 | [archiso2dual] Add changes to make compatible with PXE boot | Gerardo Exequiel Pozzi | |
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | |||
2010-02-26 | Add script archiso2dual, a tool for merging two archiso images | Gerardo Exequiel Pozzi | |
The installation is separated from main archiso. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> |