Skip to content

Commit

Permalink
Merge pull request #12 from install-logos/testing
Browse files Browse the repository at this point in the history
v0.1.1 ISO build merge
  • Loading branch information
Luminarys committed Mar 13, 2015
2 parents d6db380 + e5a350a commit e341d7d
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 28 deletions.
2 changes: 1 addition & 1 deletion releng/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e -u

iso_name=archlinux
iso_name=logoslinux
iso_label="ARCH_$(date +%Y%m)"
iso_version=$(date +%Y.%m.%d)
install_dir=arch
Expand Down
3 changes: 1 addition & 2 deletions releng/packages.both
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ arch-install-scripts
b43-fwcutter
btrfs-progs
clonezilla
compton
crda
darkhttpd
ddrescue
Expand Down Expand Up @@ -76,7 +75,7 @@ wireless_tools
wpa_actiond
wvdial
xl2tpd
xorg-init
xorg-xinit
xorg-server
xorg-server-utils
zathura
Expand Down
2 changes: 1 addition & 1 deletion releng/syslinux/archiso_head.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SERIAL 0 38400
UI boot/syslinux/vesamenu.c32
MENU TITLE Arch Linux
MENU TITLE Logos Linux
MENU BACKGROUND boot/syslinux/splash.png

MENU WIDTH 78
Expand Down
18 changes: 9 additions & 9 deletions releng/syslinux/archiso_pxe32.cfg
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
LABEL arch32_nbd
TEXT HELP
Boot the Arch Linux (i686) live medium (Using NBD).
It allows you to install Arch Linux or perform system maintenance.
Boot the Logos Linux (i686) live medium (Using NBD).
It allows you to install Logos Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (i686) (NBD)
MENU LABEL Boot Logos Linux (i686) (NBD)
LINUX boot/i686/vmlinuz
INITRD boot/intel_ucode.img,boot/i686/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
SYSAPPEND 3

LABEL arch32_nfs
TEXT HELP
Boot the Arch Linux (i686) live medium (Using NFS).
It allows you to install Arch Linux or perform system maintenance.
Boot the Logos Linux (i686) live medium (Using NFS).
It allows you to install Logos Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (i686) (NFS)
MENU LABEL Boot Logos Linux (i686) (NFS)
LINUX boot/i686/vmlinuz
INITRD boot/intel_ucode.img,boot/i686/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
SYSAPPEND 3

LABEL arch32_http
TEXT HELP
Boot the Arch Linux (i686) live medium (Using HTTP).
It allows you to install Arch Linux or perform system maintenance.
Boot the Logos Linux (i686) live medium (Using HTTP).
It allows you to install Logos Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (i686) (HTTP)
MENU LABEL Boot Logos Linux (i686) (HTTP)
LINUX boot/i686/vmlinuz
INITRD boot/intel_ucode.img,boot/i686/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
Expand Down
18 changes: 9 additions & 9 deletions releng/syslinux/archiso_pxe64.cfg
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
LABEL arch64_nbd
TEXT HELP
Boot the Arch Linux (x86_64) live medium (Using NBD).
It allows you to install Arch Linux or perform system maintenance.
Boot the Logos Linux (x86_64) live medium (Using NBD).
It allows you to install Logos Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (x86_64) (NBD)
MENU LABEL Boot Logos Linux (x86_64) (NBD)
LINUX boot/x86_64/vmlinuz
INITRD boot/intel_ucode.img,boot/x86_64/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% archiso_nbd_srv=${pxeserver}
SYSAPPEND 3

LABEL arch64_nfs
TEXT HELP
Boot the Arch Linux (x86_64) live medium (Using NFS).
It allows you to install Arch Linux or perform system maintenance.
Boot the Logos Linux (x86_64) live medium (Using NFS).
It allows you to install Logos Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (x86_64) (NFS)
MENU LABEL Boot Logos Linux (x86_64) (NFS)
LINUX boot/x86_64/vmlinuz
INITRD boot/intel_ucode.img,boot/x86_64/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archiso_nfs_srv=${pxeserver}:/run/archiso/bootmnt
SYSAPPEND 3

LABEL arch64_http
TEXT HELP
Boot the Arch Linux (x86_64) live medium (Using HTTP).
It allows you to install Arch Linux or perform system maintenance.
Boot the Logos Linux (x86_64) live medium (Using HTTP).
It allows you to install Logos Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (x86_64) (HTTP)
MENU LABEL Boot Logos Linux (x86_64) (HTTP)
LINUX boot/x86_64/vmlinuz
INITRD boot/intel_ucode.img,boot/x86_64/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archiso_http_srv=http://${pxeserver}/
Expand Down
6 changes: 3 additions & 3 deletions releng/syslinux/archiso_sys32.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
LABEL arch32
TEXT HELP
Boot the Arch Linux (i686) live medium.
It allows you to install Arch Linux or perform system maintenance.
Boot the Logos Linux (i686) live medium.
It allows you to install Logos Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (i686)
MENU LABEL Boot Logos Linux (i686)
LINUX boot/i686/vmlinuz
INITRD boot/intel_ucode.img,boot/i686/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
6 changes: 3 additions & 3 deletions releng/syslinux/archiso_sys64.cfg
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
LABEL arch64
TEXT HELP
Boot the Arch Linux (x86_64) live medium.
It allows you to install Arch Linux or perform system maintenance.
Boot the Logos Linux (x86_64) live medium.
It allows you to install Logos Linux or perform system maintenance.
ENDTEXT
MENU LABEL Boot Arch Linux (x86_64)
MENU LABEL Boot Logos Linux (x86_64)
LINUX boot/x86_64/vmlinuz
INITRD boot/intel_ucode.img,boot/x86_64/archiso.img
APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL%
Binary file modified releng/syslinux/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e341d7d

Please sign in to comment.