diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2014-12-05 01:50:03 +0100 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2014-12-05 01:51:28 +0100 |
| commit | ccd5a64f0d6da36722bdd85ab45abeea71545716 (patch) | |
| tree | f7c59dd9df949d1b7fdb9561434ee2dfc18fa984 | |
| parent | 239aaa030463945f68b01b8179f93fd2448aa432 (diff) | |
Initial amenthes cosmetic changes
Fixes #1
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | README.md | 6 | ||||
| -rw-r--r-- | liveusb/.keep | 0 | ||||
| -rwxr-xr-x | liveusb/build.sh | 4 | ||||
| -rw-r--r-- | liveusb/syslinux/syslinux.cfg | 4 |
5 files changed, 8 insertions, 7 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1b39bf8 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +liveusb/{out,work}/ @@ -6,12 +6,12 @@ The project is based on the wonderful [archiso](https://wiki.archlinux.org/index ## Build -Naturally, requires Arch. First, make sure you have `archiso` or `archiso-git` installed. +Naturally, requires Arch. ```bash -$ cd liveusb $ sudo su # become root now, otherwise you get ugly permissions problems -$ cp -r /usr/share/archiso/configs/baseline/* . +$ chmod -R root:root liveusb +$ cd liveusb $ ./build.sh -v ``` diff --git a/liveusb/.keep b/liveusb/.keep deleted file mode 100644 index e69de29..0000000 --- a/liveusb/.keep +++ /dev/null diff --git a/liveusb/build.sh b/liveusb/build.sh index b6f7b4c..e0663a0 100755 --- a/liveusb/build.sh +++ b/liveusb/build.sh @@ -2,8 +2,8 @@ set -e -u -iso_name=archlinux -iso_label="ARCH_$(date +%Y%m)" +iso_name=amenthes +iso_label="AMENTHES_$(date +%Y%m)" iso_version=$(date +%Y.%m.%d) install_dir=arch arch=$(uname -m) diff --git a/liveusb/syslinux/syslinux.cfg b/liveusb/syslinux/syslinux.cfg index 158a358..aa57851 100644 --- a/liveusb/syslinux/syslinux.cfg +++ b/liveusb/syslinux/syslinux.cfg @@ -1,8 +1,8 @@ UI boot/syslinux/menu.c32 -MENU TITLE Arch Linux +MENU TITLE Amenthes LABEL arch -MENU LABEL Arch Linux +MENU LABEL Amenthes LINUX boot/%ARCH%/vmlinuz INITRD boot/%ARCH%/archiso.img APPEND archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% |
