summaryrefslogtreecommitdiff
path: root/configs/syslinux-iso
AgeCommit message (Collapse)Author
2011-04-14[syslinux-iso] Some fixes for automated_scriptGerardo Exequiel Pozzi
Fixes FS#23610 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2011-04-11[syslinux-iso] Set default SquashFS compressor to XZGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2011-04-08[syslinux-iso] update download-repo.sh to download propertly db for pacman-3.5Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2011-04-01Move automated_script from /etc/functions.d to /etc/rc.d/functions.dCharles
2011-03-20[syslinux-iso] Allow to execute a script at boot specified with the kernel ↵Charles Vejnar
boot parameters Changed to work with recent cmdline_param() -> kernel_cmdline() change. (Gerardo) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2011-03-20rc.conf uses renamed/moved kernel cmdline parserSimo Leone
2011-03-20Remove dead code from archiso rc.d scriptsSimo Leone
2011-03-20Make cmdline_param work and conform to rc.d layoutSimo Leone
- Rename cmdline_param to kernel_cmdline - Move to /etc/rc.d/functions.d where it belongs
2011-03-20Start agetty on kernel cmdline-provided consoleSimo Leone
This makes interactive installations over serial consoles possible with nothing more than specifying the console= kernel parameter. Changed inittab id "s0" -> "z0" to avoid conflict with line ttyS0. (Gerardo) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2011-03-20Archlinux FS#16232 - Run syslinux on serial tooSimo Leone
2011-03-20[syslinux-iso] Adding autologin on first shellCharles Vejnar
Added missing agetty ttyS0 in the patch. (Gerardo) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-12-19support and encourage usage of new aif-report-issues.sh scriptDieter Plaetinck
2010-12-19invoke aif with debugging and logging flags by defaultDieter Plaetinck
these options have no real disadvantages, but can provide lots of useful info when the user runs into trouble, which still happens enough
2010-12-17include btrfs utilitiesDieter Plaetinck
2010-12-17include nilfs utilitiesDieter Plaetinck
2010-12-07[syslinux-iso] Add support to squashfs compression types.Gerardo Exequiel Pozzi
Just set the default gzip. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-12-07Unify scheme of sed replacements.Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-12-07[archiso] Add support to mount iso in loopback mode.Gerardo Exequiel Pozzi
Add two parameters: img_dev=/dev/sdNM where /dev/sdNM is the device where .iso is located. img_loop=/path/to/arch.iso where /path/to/arch.iso is the full path of the .iso in the device img_dev. Original idea from Baurzhan Muftakhidinov. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-12-07[syslinux-cfg] Remove joe from packages.*Gerardo Exequiel Pozzi
Is not anymore on repos. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-12-07[syslinux-iso] Unify dir scheme with -dual imagesGerardo Exequiel Pozzi
/syslinux/ syslinux only files /arch/boot/ memtest86+ + splash.png + ... /arch/boot/$ARCH/ Linux + initramfs /arch/ isomounts /arch/$ARCH/ *.sqfs Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-11-30[syslinux-cfg] Adjust to work with new -D option of mkarchisoGerardo Exequiel Pozzi
This is how ISO will look now: /syslinux only syslinux related files (syslinux.cfg, *.c32, etc) /arch/ isomounts + *.sqfs images /arch/boot/ Linux + initramfs + Memtest86+ + other files for early boot stage Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-10-17Remove occurrences of KERNEL from syslinux.cfgThomas Bächler
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
2010-10-17Add new menu entry "Power off"Thomas Bächler
2010-10-09[syslinux-iso] Add rsync to live-enviromentGerardo Exequiel Pozzi
Requested at FS#21040 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-09-16Add hdparm to installed packages on live-envGerardo Exequiel Pozzi
Some modern HDD come with agressive APM settings by default, not only "green ready" drive also "high end" drives. Adding hdparm so users can change/disable hdd settings (mostly -B -S -M). Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-08-25[syslinux-iso] Remove redundant package from listGerardo Exequiel Pozzi
linux-firmware is already installed as dep of kernel26 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-07-22Rename all occurrences of isolinux to syslinuxThomas 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-21Remove x86testThomas 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-21Add HDT to the boot menuThomas 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-09Rename directories and parameteres to be more descriptiveGerardo 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-07-02[syslinux-iso] Update URL of mirrorlist matching new archweb changeGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-07-02Mount core-pkgs.sqfs in / => appending to aufs stackGerardo Exequiel Pozzi
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>
2010-06-29[syslinux-iso] Update instructions fileGerardo Exequiel Pozzi
Copied from http://www.archlinux.org/iso/2010.05/README Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-06-29[syslinux-iso] Fix typo in rc.conf for CONSOLEMAPGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-06-28[syslinux-iso] download-repo.sh only download packages from specified repoGerardo Exequiel Pozzi
Fixes FS#18733 http://bugs.archlinux.org/task/18733 Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-06-28[syslinux-iso] Also copy gpxelinux.0 to isolinux dirGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-06-28[syslinux-iso] create root-image tree in two stepsGerardo Exequiel Pozzi
First install {base} group, then install rest of packages listed at in packages file. In this way, ensure a fully base system installed first, avoinding errors from install scriptlets of rest of packages. (currently there is no issue with packages listed on packages files, but if some add more packages to customize the iso will see errors) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-06-28[syslinux-iso] Update to latest pacman.conf in overlay treeGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-06-23Add support for booting from memdiskThomas Bächler
This requires mkinitcpio 0.6.7 or later, as well as syslinux 4.00pre56 or later. See http://syslinux.zytor.com/wiki/index.php/MEMDISK
2010-06-23[syslinux-iso] Add more wireless support on the imageThomas Bächler
This adds crda, wpa_actiond and netcfg, so we can use net-auto-wireless mode on the ISO.
2010-06-23update package list (linux-firmware)Gerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-06-23Comment 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-27Add dialog to the package lists.Christopher Brannon
dialog is no longer in the base group, but it needs to be included on the CD for AIF. Signed-off-by: Christopher Brannon <cmbrannon79@gmail.com> Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
2010-04-25Remove 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-03-21[syslinux-iso] Remove archiso-pxe-server and dnsmasq dependency.Gerardo Exequiel Pozzi
This script can be part of the wiki, or in another package/project. (See Dieter comment at FS#12619) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-03-21[syslinux-iso] archiso-pxe-server set IPAPPEND to 3.Gerardo Exequiel Pozzi
In this way also BOOTIF= parameter is added to command line apart of ip= Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-03-18[syslinux-iso] make archiso-pxe-server compatible with archiso2dual schemeGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-03-18[archiso] Use a mount handler in archiso_pxe_nbd hookGerardo Exequiel Pozzi
* Register a mount_hook if booted via PXE. This allows to do all needed steps before and after calling archiso_mount_handler. * umount and disconnect network device if copytoram=y Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-03-18Add an overlay/arch/archiso-pxe-server scriptGerardo Exequiel Pozzi
The purpose of this script is to setup a basic PXE server enviroment from Arch Linux live-media. Only need to setup an ip address in the machine and launch it. Booting all machines conected to the network via PXE will boot Arch Linux Live media :) Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
2010-03-18Remove testing pxelinux.cfg configGerardo Exequiel Pozzi
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>