OSDN Git Service

alterlinux/alterlinux.git
3 years ago[fix] : EFI shell
hayao [Wed, 29 Jul 2020 10:55:44 +0000 (19:55 +0900)]
[fix] : EFI shell

3 years ago[fix] : amd-ucode license file
hayao [Wed, 29 Jul 2020 10:37:12 +0000 (19:37 +0900)]
[fix] : amd-ucode license file

3 years ago[revert] : Reverted to the previous one
hayao [Wed, 29 Jul 2020 10:32:19 +0000 (19:32 +0900)]
[revert] : Reverted to the previous one

3 years ago[fix] : ReFixed package install
hayao [Wed, 29 Jul 2020 10:30:07 +0000 (19:30 +0900)]
[fix] : ReFixed package install

3 years ago[fix] : Fixed pacman install
hayao [Wed, 29 Jul 2020 10:25:53 +0000 (19:25 +0900)]
[fix] : Fixed pacman install

3 years ago[fix] : mkalteriso install package
hayao [Wed, 29 Jul 2020 10:17:00 +0000 (19:17 +0900)]
[fix] : mkalteriso install package

3 years ago[fix] : arch and kernel check
hayao [Wed, 29 Jul 2020 10:09:42 +0000 (19:09 +0900)]
[fix] : arch and kernel check

3 years ago[update] : archiso version
hayao [Wed, 29 Jul 2020 10:00:18 +0000 (19:00 +0900)]
[update] : archiso version

3 years ago[disable] : download mirrorlist (archiso 45)
hayao [Wed, 29 Jul 2020 09:59:20 +0000 (18:59 +0900)]
[disable] : download mirrorlist (archiso 45)

Do not download a mirrorlist durring build

Pacman's mirrolist will be updated by reflector.service in the live system.

3 years ago[add] : reflector (archiso 45)
hayao [Wed, 29 Jul 2020 09:58:11 +0000 (18:58 +0900)]
[add] : reflector (archiso 45)

Add reflector and enable reflector.service

reflector.service will update pacman's mirrorlist after a network connection is established in the live system.
Fixes https://gitlab.archlinux.org/archlinux/archiso/-/issues/26 .

3 years ago[update] : Add efibootmgr (archiso 45)
hayao [Wed, 29 Jul 2020 09:54:42 +0000 (18:54 +0900)]
[update] : Add efibootmgr (archiso 45)

It was previously pulled in as a dependency of refind. Now that refind is removed, add efibootmgr explicitly.

3 years ago[update] : Added lsscsi
hayao [Wed, 29 Jul 2020 09:53:11 +0000 (18:53 +0900)]
[update] : Added lsscsi

Add back lsscsi

It cannot be fully replaced by lsblk.

3 years ago[update] : Added screen clear (archiso 45)
hayao [Wed, 29 Jul 2020 09:40:44 +0000 (18:40 +0900)]
[update] : Added screen clear (archiso 45)

Clear the screen after syslinux exits

Reduce the time where boot loader artifacts linger on screen after the boot loader has done its job.

3 years ago[add] : journald config and logind config (archiso 45)
hayao [Wed, 29 Jul 2020 09:37:18 +0000 (18:37 +0900)]
[add] : journald  config and logind config (archiso 45)

Use drop-in files for journald and logind configuration

3 years ago[add] : Enabling iwd (archiso 45)
hayao [Wed, 29 Jul 2020 09:29:47 +0000 (18:29 +0900)]
[add] : Enabling iwd (archiso 45)

Adding a symlink to /usr/lib/systemd/system/iwd.service to enable iwd in
airootfs (and thus on the image).

3 years ago[remove] : Removin unneeded packages (archiso 45)
hayao [Wed, 29 Jul 2020 09:28:02 +0000 (18:28 +0900)]
[remove] : Removin unneeded packages (archiso 45)

Removing packages:
* lsscsi: lsblk provides the same functionality
* ntp: we have systemd-timesyncd
* vi: we have vim

3 years ago[fix] : copy airootfs (archiso 45)
hayao [Wed, 29 Jul 2020 09:23:41 +0000 (18:23 +0900)]
[fix] : copy airootfs (archiso 45)

Fixing ownership in airootfs customization

Fixing wrong ownership of files when copying overlay modifications from
the config's airootfs directory to the working directory in
make_customize_airootfs() by using the cp flag
'--no-preserve=ownership'.

Thanks to Marcos Mello and Francois Dupoux of sysresccd
(https://gitlab.com/fdupoux/sysresccd-src) for making this fix available.

3 years ago[update] : Added nvme-cli (archiso 45)
hayao [Wed, 29 Jul 2020 09:18:00 +0000 (18:18 +0900)]
[update] : Added nvme-cli (archiso 45)

Adding nvme-cli to package list

Adding nvme-cli to the list of packages for working with NVME drives in
a live environment (as discussed in FS#63769).

3 years ago[update] : wget to curl (archiso 45)
hayao [Wed, 29 Jul 2020 09:12:32 +0000 (18:12 +0900)]
[update] : wget to curl (archiso 45)

Removing wget in favor of curl

configs/releng/airootfs/root/.automated_script.sh:
Replacing wget with curl for the use-case of downloading a
pre-specified remote startup script (changing flags where needed).

configs/releng/packages.x86_64:
Removing wget from the list of installed packages, as
.automated_script.sh was the only reason for it being installed.

3 years ago[remove] : custom UEFI shell (archiso 45)
hayao [Wed, 29 Jul 2020 09:09:48 +0000 (18:09 +0900)]
[remove] : custom UEFI shell (archiso 45)

Removing custom UEFI shell boot loader configs

Copying the edk2-shell based Shell_Full.efi to the root of the iso/ efi
image as 'shellx64.efi' is automatically picked up by certain hardware
and by systemd-boot.
This makes all custom UEFI shell configuration obsolete.

configs/releng/efiboot/loader/entries/uefi-shell-*.conf:
Removing obsolete custom UEFI shell boot loader configuration.

3 years ago[update] : Removing efitools (archiso 45)
hayao [Wed, 29 Jul 2020 09:06:16 +0000 (18:06 +0900)]
[update] : Removing efitools (archiso 45)

configs/releng/build.sh:
Removing the efitools based PreLoader.efi and HashTool.efi, as they are
dead weight due to not allowing secure boot (FS#59487).
Future secure boot functionality (most probably based on shim) is being
discussed in FS#53864.

3 years ago[move] : choose-mirror (archiso 45)
hayao [Wed, 29 Jul 2020 08:57:56 +0000 (17:57 +0900)]
[move] : choose-mirror (archiso 45)

Move choose-mirror script to /usr/local/bin/

/etc/systemd/scripts/ is not a standard directory.

3 years ago[fix] : Fixing issues with variable quoting and arrays (archiso 45)
hayao [Wed, 29 Jul 2020 08:55:19 +0000 (17:55 +0900)]
[fix] : Fixing issues with variable quoting and arrays (archiso 45)

archiso/mkarchiso:
Calls to _pacman() need to be done with multiple parameters (e.g. array) instead of one string, as string splitting is
not done in that function anymore.
Turning _iso_efi_boot_args from string into an array to have an easier time of passing it to xorriso.
Calling xorriso within the if statements instead of providing -quiet via variable.
Fixing command_install() to provide packages separately to _pacman()

configs/releng/build.sh:
Replacing all newlines when retrieving the packages from packages.x86_64 with spaces so they will be properly provided
to "mkarchiso install".

3 years ago[add] systemd service (archiso 45)
hayao [Wed, 29 Jul 2020 08:43:30 +0000 (17:43 +0900)]
[add] systemd service (archiso 45)

Allow systemd-networkd-wait-online to succeed with one interface

It is enough if one network interface is online, there is no need to wait for all of them.
Without this, when connecting with Wi-Fi and leaving Ethernet disconnected, the network-online.target will get unnecessarily delayed.

3 years ago[update] : all remove work
hayao [Tue, 28 Jul 2020 12:07:36 +0000 (21:07 +0900)]
[update] : all remove work

3 years ago[disable] : Disabled JP mirror
hayao [Tue, 28 Jul 2020 10:04:02 +0000 (19:04 +0900)]
[disable] : Disabled JP mirror

3 years ago[update] : Added comments
hayao [Mon, 27 Jul 2020 13:08:23 +0000 (22:08 +0900)]
[update] : Added comments

3 years ago[update] : Added comments
hayao [Mon, 27 Jul 2020 13:04:04 +0000 (22:04 +0900)]
[update] : Added comments

3 years ago[update] : Added -m
hayao [Mon, 27 Jul 2020 12:46:04 +0000 (21:46 +0900)]
[update] : Added -m

3 years ago[update] : Added cinnamon
hayao [Sun, 26 Jul 2020 11:57:27 +0000 (20:57 +0900)]
[update] : Added cinnamon

3 years ago[add] : Cinnamon screenshot
hayao [Sun, 26 Jul 2020 11:55:20 +0000 (20:55 +0900)]
[add] : Cinnamon screenshot

3 years ago[fix] : typo shortcut list on i3wm channel
watasuke102 [Sun, 26 Jul 2020 07:31:25 +0000 (16:31 +0900)]
[fix] : typo shortcut list on i3wm channel

3 years ago[update] : Added app mode (welcome page)
hayao [Sun, 26 Jul 2020 06:42:57 +0000 (15:42 +0900)]
[update] : Added app mode (welcome page)

3 years ago[add] : alter icon for grub theme
hayao [Sun, 26 Jul 2020 06:34:55 +0000 (15:34 +0900)]
[add] : alter icon for grub theme

3 years ago[fix] : live kernel path
hayao [Sun, 26 Jul 2020 06:07:55 +0000 (15:07 +0900)]
[fix] : live kernel path

Fixed #123

3 years ago[update] Added cinnamon and i3 to fullbuild
hayao [Sun, 26 Jul 2020 05:58:42 +0000 (14:58 +0900)]
[update] Added cinnamon and i3 to fullbuild

3 years ago[add] : auto open webpage
hayao [Sun, 26 Jul 2020 05:56:59 +0000 (14:56 +0900)]
[add] : auto open webpage

3 years ago[change] : Changed url to en
hayao [Sun, 26 Jul 2020 05:54:03 +0000 (14:54 +0900)]
[change] : Changed url to en

3 years agoMerge branch 'i3-autostart' into dev
hayao [Sun, 26 Jul 2020 05:51:38 +0000 (14:51 +0900)]
Merge branch 'i3-autostart' into dev

3 years ago[add] : grub theme to i3wm channel
watasuke102 [Sun, 26 Jul 2020 05:11:40 +0000 (14:11 +0900)]
[add] : grub theme to i3wm channel

3 years ago[update] : New syslinux wallpaper
hayao [Sun, 26 Jul 2020 05:03:31 +0000 (14:03 +0900)]
[update] : New syslinux wallpaper

3 years ago[update] : Added dex autostart
hayao [Sun, 26 Jul 2020 04:57:38 +0000 (13:57 +0900)]
[update] : Added dex autostart

3 years ago[update] : Added dex
hayao [Sun, 26 Jul 2020 04:50:23 +0000 (13:50 +0900)]
[update] : Added dex

3 years ago[add] ; auto sidebar
hayao [Sun, 26 Jul 2020 04:31:05 +0000 (13:31 +0900)]
[add] ; auto sidebar

3 years ago[add] : alterlinux welcome
hayao [Sun, 26 Jul 2020 04:30:56 +0000 (13:30 +0900)]
[add] : alterlinux welcome

3 years ago[change] : medit color
hayao [Sun, 26 Jul 2020 04:15:06 +0000 (13:15 +0900)]
[change] : medit color

3 years ago[fix] : not found chromium in x86_64
watasuke102 [Sun, 26 Jul 2020 04:03:47 +0000 (13:03 +0900)]
[fix] : not found chromium in x86_64

4 years ago[fix] : cannot open help file on i3wm channel i686
watasuke102 [Fri, 24 Jul 2020 01:27:52 +0000 (10:27 +0900)]
[fix] : cannot open help file on i3wm channel i686

4 years ago[fix] : gtk theme and icons in xfce's slick greeter
hayao [Fri, 24 Jul 2020 00:59:40 +0000 (09:59 +0900)]
[fix] : gtk theme and icons in xfce's slick greeter

4 years ago[add] : slick greeter to i3 i686
hayao [Fri, 24 Jul 2020 00:59:07 +0000 (09:59 +0900)]
[add] : slick greeter to i3 i686

4 years ago[fix] : -r not work
hayao [Fri, 24 Jul 2020 00:47:12 +0000 (09:47 +0900)]
[fix] : -r not work

4 years ago[update] : autostart systemd-timesyncd
hayao [Fri, 24 Jul 2020 00:43:46 +0000 (09:43 +0900)]
[update] : autostart systemd-timesyncd

4 years ago[update] : enable i686 build on i3wm channel
watasuke102 [Fri, 24 Jul 2020 00:13:32 +0000 (09:13 +0900)]
[update] : enable i686 build on i3wm channel

4 years ago[update] : add some i686 packages to i3wm channel
watasuke102 [Fri, 24 Jul 2020 00:12:12 +0000 (09:12 +0900)]
[update] : add some i686 packages to i3wm channel

4 years ago[update] : Added US mirror
hayao [Thu, 23 Jul 2020 12:36:25 +0000 (21:36 +0900)]
[update] : Added US mirror

4 years agoMerge branch 'i3' into dev
hayao [Thu, 23 Jul 2020 12:29:59 +0000 (21:29 +0900)]
Merge branch 'i3' into dev

4 years ago[fix] : Fixed debug msg
hayao [Thu, 23 Jul 2020 04:53:05 +0000 (13:53 +0900)]
[fix] : Fixed debug msg

4 years ago[clean] : removed extra code
hayao [Thu, 23 Jul 2020 02:16:58 +0000 (11:16 +0900)]
[clean] : removed extra code

4 years ago[add] : Added default user config
hayao [Thu, 23 Jul 2020 01:28:48 +0000 (10:28 +0900)]
[add] : Added default user config

4 years ago[add] : Added the dconf of bt instead of binary
hayao [Wed, 22 Jul 2020 14:31:29 +0000 (23:31 +0900)]
[add] : Added the dconf of bt instead of binary

4 years ago[fix] : pacman-init service
hayao [Wed, 22 Jul 2020 12:21:10 +0000 (21:21 +0900)]
[fix] : pacman-init service

4 years ago[move] : JP package file
hayao [Wed, 22 Jul 2020 09:55:20 +0000 (18:55 +0900)]
[move] : JP package file

4 years ago[change] : for alteriso2
hayao [Wed, 22 Jul 2020 09:28:57 +0000 (18:28 +0900)]
[change] : for alteriso2

4 years ago[remove] : tarball script
hayao [Wed, 22 Jul 2020 09:28:29 +0000 (18:28 +0900)]
[remove] : tarball script

4 years ago[remove] : alteriso file
hayao [Wed, 22 Jul 2020 09:26:50 +0000 (18:26 +0900)]
[remove] : alteriso file

4 years ago[add] : Added cinnamon channel (from alteriso3)
hayao [Wed, 22 Jul 2020 09:26:28 +0000 (18:26 +0900)]
[add] : Added cinnamon channel (from alteriso3)

4 years ago[fix] : power menu doesn't start
watasuke102 [Mon, 20 Jul 2020 07:57:23 +0000 (16:57 +0900)]
[fix] : power menu doesn't start

4 years ago[update] : rename sysmenu, change i3wm exec
watasuke102 [Mon, 20 Jul 2020 05:51:04 +0000 (14:51 +0900)]
[update] : rename sysmenu, change i3wm exec

4 years ago[add] : sysmenu and its reqire packages
watasuke102 [Mon, 20 Jul 2020 05:37:31 +0000 (14:37 +0900)]
[add] : sysmenu and its reqire packages

4 years ago[remove] : bmenu
watasuke102 [Mon, 20 Jul 2020 05:36:49 +0000 (14:36 +0900)]
[remove] : bmenu

4 years ago[update] : add table of contents to help file
watasuke102 [Mon, 20 Jul 2020 00:53:04 +0000 (09:53 +0900)]
[update] : add table of contents to help file

4 years ago[update] : change power menu from i3-mode to rofi
watasuke102 [Sun, 19 Jul 2020 05:14:53 +0000 (14:14 +0900)]
[update] : change power menu from i3-mode to rofi

4 years ago[update] : Added about alteriso-3-mainline
hayao [Sun, 19 Jul 2020 04:23:26 +0000 (13:23 +0900)]
[update] : Added about alteriso-3-mainline

4 years ago[fix] : bug that icon not shown
watasuke102 [Sun, 19 Jul 2020 04:02:22 +0000 (13:02 +0900)]
[fix] : bug that icon not shown

4 years ago[add] : some packages for bmenu
watasuke102 [Sun, 19 Jul 2020 04:00:20 +0000 (13:00 +0900)]
[add] : some packages for bmenu

4 years ago[add] : rofi theme files
watasuke102 [Sat, 18 Jul 2020 08:23:56 +0000 (17:23 +0900)]
[add] : rofi theme files

4 years ago[add] : i686 packages
watasuke102 [Sat, 18 Jul 2020 00:40:58 +0000 (09:40 +0900)]
[add] : i686 packages

4 years ago[fix] : Fixed server url
hayao [Fri, 17 Jul 2020 05:38:09 +0000 (14:38 +0900)]
[fix] : Fixed server url

4 years agoMerge branch 'dev-stable' into i3
hayao [Sun, 12 Jul 2020 04:42:42 +0000 (13:42 +0900)]
Merge branch 'dev-stable' into i3

4 years agoMerge branch 'dev' into dev-stable
hayao [Sun, 12 Jul 2020 04:42:12 +0000 (13:42 +0900)]
Merge branch 'dev' into dev-stable

4 years ago[update] : Added mirror
hayao [Sun, 12 Jul 2020 04:18:05 +0000 (13:18 +0900)]
[update] : Added mirror

4 years ago[add] : Added config for EDITOR
hayao [Sun, 12 Jul 2020 00:57:41 +0000 (09:57 +0900)]
[add] : Added config for EDITOR

4 years agoMerge branch 'auto-welcome' into dev
hayao [Fri, 10 Jul 2020 13:45:31 +0000 (22:45 +0900)]
Merge branch 'auto-welcome' into dev

4 years ago[update] : change conky font size
watasuke102 [Fri, 10 Jul 2020 13:35:00 +0000 (22:35 +0900)]
[update] : change conky font size

4 years ago[fix] : Added live environment user replacement
hayao [Fri, 10 Jul 2020 12:57:53 +0000 (21:57 +0900)]
[fix] : Added live environment user replacement

4 years ago[fix] : Fixed chrome command.
hayao [Fri, 10 Jul 2020 12:49:35 +0000 (21:49 +0900)]
[fix] : Fixed chrome command.

4 years ago[update] : Added automatic browser detection
hayao [Fri, 10 Jul 2020 12:47:42 +0000 (21:47 +0900)]
[update] : Added automatic browser detection

4 years ago[add] : conky config for jp
watasuke102 [Fri, 10 Jul 2020 12:04:45 +0000 (21:04 +0900)]
[add] : conky config for jp

4 years ago[update] : add shortcut about resize mode to conky
watasuke102 [Fri, 10 Jul 2020 12:01:36 +0000 (21:01 +0900)]
[update] : add shortcut about resize mode to conky

4 years ago[fix] : Fixed chromium window size
hayao [Fri, 10 Jul 2020 11:46:48 +0000 (20:46 +0900)]
[fix] : Fixed chromium window size

4 years agoMerge branch 'i3' of https://github.com/FascodeNet/alterlinux into i3
watasuke102 [Fri, 10 Jul 2020 11:45:47 +0000 (20:45 +0900)]
Merge branch 'i3' of https://github.com/FascodeNet/alterlinux into i3

4 years ago[fix] : Fixed debug code
hayao [Fri, 10 Jul 2020 11:34:12 +0000 (20:34 +0900)]
[fix] : Fixed debug code

4 years ago[add] : Added alterlinux-welcome-page
hayao [Fri, 10 Jul 2020 10:38:19 +0000 (19:38 +0900)]
[add] : Added alterlinux-welcome-page

4 years agoFIXED
kokkiemouse [Wed, 8 Jul 2020 22:21:14 +0000 (07:21 +0900)]
FIXED

4 years agomkalteriso merged
kokkiemouse [Wed, 8 Jul 2020 22:19:52 +0000 (07:19 +0900)]
mkalteriso merged

4 years agoADDED gitignore
kokkiemouse [Sat, 4 Jul 2020 23:16:09 +0000 (08:16 +0900)]
ADDED gitignore

4 years ago[fix] : Fixed copy airootfs.
hayao [Sat, 4 Jul 2020 12:37:03 +0000 (21:37 +0900)]
[fix] : Fixed copy airootfs.

4 years ago[fix] : bug that unclear panel and terminal
watasuke102 [Sat, 4 Jul 2020 12:26:24 +0000 (21:26 +0900)]
[fix] : bug that unclear panel and terminal

4 years ago[update] : install alterlinux-i3-manager from package
watasuke102 [Sat, 4 Jul 2020 06:02:01 +0000 (15:02 +0900)]
[update] : install alterlinux-i3-manager from package

4 years ago[rename] : DOCUMENT.md -> README.md
watasuke102 [Fri, 3 Jul 2020 10:49:15 +0000 (19:49 +0900)]
[rename] : DOCUMENT.md -> README.md