summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-02-25 18:04:04 -0300
committerNicolás Reynolds <apoyosis@correo.inta.gob.ar>2011-02-25 18:04:04 -0300
commitda2df60755788c6929b2b94cf510b05e7bd7d2f9 (patch)
tree7833d39dc972f4d5c9e60f4cd8bf40beb78abd7f
parent24faa0967c8de3f6ba2a9280be6a2f146b5de5fc (diff)
Parabola 2011.02.25 Release
-rw-r--r--Makefile14
-rw-r--r--boot-files/releasenotes.txt2
-rw-r--r--overlay/etc/motd8
-rw-r--r--overlay/etc/pacman.d/mirrorlist4
-rw-r--r--overlay/etc/rc.conf4
-rw-r--r--overlay/libre/report-issues1
-rwxr-xr-xoverlay/libre/setup (renamed from overlay/arch/setup)0
-rw-r--r--packages.i6864
-rw-r--r--packages.x86_644
9 files changed, 24 insertions, 17 deletions
diff --git a/Makefile b/Makefile
index 509a93e..77505c6 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,11 @@
ver=$(shell date +%Y.%m.%d)
+# mkarchiso flags
+LABEL="Parabola"
+PUBLISHER="Parabola Project"
+APPLICATION="Parabola Live Medium"
+PACCONFIG="overlay/etc/pacman.conf"
+
WORKDIR=work
INSTALL_DIR=arch
COMPRESS=gzip
@@ -21,9 +27,9 @@ core-iso: $(COREname)
net-iso: $(NETname)
$(COREname): core-pkgs base-fs
- mkarchiso -v -D $(INSTALL_DIR) -c $(COMPRESS) iso $(WORKDIR) $@
+ mkarchiso -v -L $(LABEL) -P $(PUBLISHER) -A $(APPLICATION) -D $(INSTALL_DIR) -c $(COMPRESS) iso $(WORKDIR) $@
$(NETname): base-fs
- mkarchiso -v -D $(INSTALL_DIR) -c $(COMPRESS) iso $(WORKDIR) $@
+ mkarchiso -v -L $(LABEL) -P $(PUBLISHER) -A $(APPLICATION) -D $(INSTALL_DIR) -c $(COMPRESS) iso $(WORKDIR) $@
# This is the main rule for make the working filesystem.
base-fs: root-image bootfiles initcpio overlay iso-mounts
@@ -32,8 +38,8 @@ base-fs: root-image bootfiles initcpio overlay iso-mounts
# Rules for make the root-image for base filesystem.
root-image: $(WORKDIR)/root-image/.arch-chroot
$(WORKDIR)/root-image/.arch-chroot:
- mkarchiso -v -D $(INSTALL_DIR) -p base create $(WORKDIR)
- mkarchiso -v -D $(INSTALL_DIR) -p $(PACKAGES) create $(WORKDIR)
+ mkarchiso -v -L $(LABEL) -P $(PUBLISHER) -A $(APPLICATION) -D $(INSTALL_DIR) -p base create $(WORKDIR)
+ mkarchiso -v -L $(LABEL) -P $(PUBLISHER) -A $(APPLICATION) -D $(INSTALL_DIR) -p $(PACKAGES) create $(WORKDIR)
# Rule for make /boot
bootfiles: root-image
diff --git a/boot-files/releasenotes.txt b/boot-files/releasenotes.txt
index 1c2e057..9a62275 100644
--- a/boot-files/releasenotes.txt
+++ b/boot-files/releasenotes.txt
@@ -1,3 +1,3 @@
-Arch Linux Live Medium
+Parabola GNU/Linux-Libre Live Medium
Release Notes
--------------------------
diff --git a/overlay/etc/motd b/overlay/etc/motd
index ddd9fbc..af615af 100644
--- a/overlay/etc/motd
+++ b/overlay/etc/motd
@@ -1,5 +1,5 @@
**************************************************************
-* To begin installation, run /arch/setup *
+* To begin installation, run /libre/setup *
* You can find documentation at *
* /usr/share/aif/docs/official_installation_guide_en *
* *
@@ -7,10 +7,6 @@
* and console font. *
* *
* If you encounter issues and want to report them or *
-* seek help, run /arch/report-issues *
-* *
-* If you are looking to install Arch on something more *
-* exotic, such as your kerosene-powered cheese grater, *
-* please consult http://wiki.archlinux.org. *
+* seek help, run /libre/report-issues *
* *
**************************************************************
diff --git a/overlay/etc/pacman.d/mirrorlist b/overlay/etc/pacman.d/mirrorlist
new file mode 100644
index 0000000..6537e4c
--- /dev/null
+++ b/overlay/etc/pacman.d/mirrorlist
@@ -0,0 +1,4 @@
+# Parabola GNU/Linux
+Server = http://parabolagnulinux.org/repo/$repo/os/$arch
+Server = ftp://ftp.inf.utfsm.cl/pub/parabola/$repo/os/$arch
+
diff --git a/overlay/etc/rc.conf b/overlay/etc/rc.conf
index ff18456..3893268 100644
--- a/overlay/etc/rc.conf
+++ b/overlay/etc/rc.conf
@@ -1,5 +1,5 @@
#
-# /etc/rc.conf - Main Configuration for Arch Linux
+# /etc/rc.conf - Main Configuration for Parabola GNU/Linux-Libre
. /etc/archiso/functions
@@ -18,7 +18,7 @@ USECOLOR="yes"
MOD_AUTOLOAD="yes"
-HOSTNAME="archiso"
+HOSTNAME="libreiso"
#TODO add more auto-daemons here, especially the live-cd specific stuff
DAEMONS=(syslog-ng network archiso)
diff --git a/overlay/libre/report-issues b/overlay/libre/report-issues
new file mode 100644
index 0000000..bf3b3a3
--- /dev/null
+++ b/overlay/libre/report-issues
@@ -0,0 +1 @@
+aif-report-issues.sh
diff --git a/overlay/arch/setup b/overlay/libre/setup
index 908d106..908d106 100755
--- a/overlay/arch/setup
+++ b/overlay/libre/setup
diff --git a/packages.i686 b/packages.i686
index 1fab424..432f155 100644
--- a/packages.i686
+++ b/packages.i686
@@ -1,5 +1,5 @@
-aif
-aufs2
+aif-libre
+aufs2-libre
aufs2-util
btrfs-progs-unstable
crda
diff --git a/packages.x86_64 b/packages.x86_64
index 1fab424..432f155 100644
--- a/packages.x86_64
+++ b/packages.x86_64
@@ -1,5 +1,5 @@
-aif
-aufs2
+aif-libre
+aufs2-libre
aufs2-util
btrfs-progs-unstable
crda