From 9b6693577f10561c3ed29565cec9e053e5d1946e Mon Sep 17 00:00:00 2001 From: hayao Date: Sun, 27 Sep 2020 12:15:33 +0900 Subject: [PATCH] [add] : serene channel (based xfce) --- channels/serene/README | 15 + channels/serene/airootfs.any/etc/bash.bashrc | 17 ++ channels/serene/airootfs.any/etc/bash_aliases | 3 + .../serene/airootfs.any/etc/bluetooth/main.conf | 129 +++++++++ .../etc/dconf/db/local.d/00-alter-bluetooth | 2 + .../serene/airootfs.any/etc/dconf/profile/user | 2 + channels/serene/airootfs.any/etc/default/grub | 54 ++++ channels/serene/airootfs.any/etc/default/useradd | 12 + channels/serene/airootfs.any/etc/hosts | 5 + channels/serene/airootfs.any/etc/nanorc | 314 +++++++++++++++++++++ channels/serene/airootfs.any/etc/pacman.conf | 124 ++++++++ .../etc/polkit-1/rules.d/81-blueman.rules | 8 + .../airootfs.any/etc/profile.d/disable-beep.sh | 14 + .../serene/airootfs.any/etc/profile.d/startx.sh | 3 + channels/serene/airootfs.any/etc/skel/.aliases | 19 ++ channels/serene/airootfs.any/etc/skel/.bash_logout | 3 + .../serene/airootfs.any/etc/skel/.bash_profile | 9 + channels/serene/airootfs.any/etc/skel/.bashrc | 51 ++++ .../airootfs.any/etc/skel/.config/Thunar/uca.xml | 33 +++ .../etc/skel/.config/Thunar/uca.xml.jp | 33 +++ .../etc/skel/.config/autostart/gensidebar.desktop | 13 + .../skel/.config/autostart/welcome_page.desktop | 13 + .../etc/skel/.config/gtk-3.0/settings.ini | 3 + .../airootfs.any/etc/skel/.config/qt5ct/qt5ct.conf | 28 ++ channels/serene/airootfs.any/etc/skel/.dmrc | 2 + channels/serene/airootfs.any/etc/skel/.gtkrc-2.0 | 1 + .../etc/skel/.local/share/medit-1/prefs.xml | 18 ++ channels/serene/airootfs.any/etc/skel/.lsd-control | 1 + channels/serene/airootfs.any/etc/skel/.profile | 1 + channels/serene/airootfs.any/etc/skel/.xinitrc | 33 +++ channels/serene/airootfs.any/etc/skel/.zprofile | 7 + channels/serene/airootfs.any/etc/skel/.zshrc | 120 ++++++++ .../etc/skel/Desktop/welcome-to-alter.desktop | 16 ++ channels/serene/airootfs.any/etc/zsh/zshenv | 2 + .../airootfs.any/root/customize_airootfs_xfce.sh | 136 +++++++++ .../airootfs.any/root/optimize_for_tarball.sh | 49 ++++ .../applications/xfce4-terminal-guake.desktop | 21 ++ .../airootfs.any/usr/share/calamares/final-process | 49 ++++ .../usr/share/calamares/modules/users.conf | 142 ++++++++++ .../usr/share/grub/themes/Vimix/icons/alter.png | Bin 0 -> 1678 bytes .../share/icons/hicolor/1024x1024/apps/alter.png | Bin 0 -> 32578 bytes .../usr/share/icons/hicolor/128x128/apps/alter.png | Bin 0 -> 3214 bytes .../usr/share/icons/hicolor/16x16/apps/alter.png | Bin 0 -> 475 bytes .../usr/share/icons/hicolor/192x192/apps/alter.png | Bin 0 -> 4872 bytes .../usr/share/icons/hicolor/20x20/apps/alter.png | Bin 0 -> 559 bytes .../usr/share/icons/hicolor/22x22/apps/alter.png | Bin 0 -> 600 bytes .../usr/share/icons/hicolor/24x24/apps/alter.png | Bin 0 -> 666 bytes .../usr/share/icons/hicolor/256x256/apps/alter.png | Bin 0 -> 6558 bytes .../usr/share/icons/hicolor/32x32/apps/alter.png | Bin 0 -> 861 bytes .../usr/share/icons/hicolor/36x36/apps/alter.png | Bin 0 -> 958 bytes .../usr/share/icons/hicolor/40x40/apps/alter.png | Bin 0 -> 1055 bytes .../usr/share/icons/hicolor/480x480/apps/alter.png | Bin 0 -> 12947 bytes .../usr/share/icons/hicolor/48x48/apps/alter.png | Bin 0 -> 1254 bytes .../usr/share/icons/hicolor/512x512/apps/alter.png | Bin 0 -> 13722 bytes .../usr/share/icons/hicolor/64x64/apps/alter.png | Bin 0 -> 1646 bytes .../usr/share/icons/hicolor/72x72/apps/alter.png | Bin 0 -> 1899 bytes .../usr/share/icons/hicolor/96x96/apps/alter.png | Bin 0 -> 2439 bytes .../share/icons/hicolor/scalable/apps/alter.svg | 87 ++++++ .../serene/airootfs.i686/etc/lightdm/lightdm.conf | 163 +++++++++++ .../airootfs.i686/etc/lightdm/slick-greeter.conf | 4 + channels/serene/airootfs.i686/etc/pacman.conf | 137 +++++++++ .../etc/skel/.config/xfce4/panel/docklike-2.rc | 2 + .../etc/skel/.config/xfce4/panel/whiskermenu-3.rc | 80 ++++++ .../etc/lightdm/lightdm-webkit2-greeter.conf | 35 +++ .../airootfs.x86_64/etc/lightdm/lightdm.conf | 163 +++++++++++ .../airootfs.x86_64/etc/modules-load.d/snapd.conf | 1 + channels/serene/airootfs.x86_64/etc/pacman.conf | 124 ++++++++ .../share/calamares/modules/services-plymouth.conf | 114 ++++++++ .../usr/share/calamares/modules/services.conf | 114 ++++++++ channels/serene/alteriso | 1 + channels/serene/architecture | 11 + channels/serene/config.any | 16 ++ channels/serene/description.txt | 1 + channels/serene/packages.i686/base.i686 | 13 + channels/serene/packages.i686/disk_management.i686 | 30 ++ channels/serene/packages.i686/exclude | 0 channels/serene/packages.i686/filesystem.i686 | 15 + channels/serene/packages.i686/fonts.i686 | 18 ++ channels/serene/packages.i686/gtk-icon-theme.i686 | 22 ++ channels/serene/packages.i686/internet-gui.i686 | 28 ++ channels/serene/packages.i686/lang/ja.i686 | 27 ++ channels/serene/packages.i686/lightdm.i686 | 18 ++ channels/serene/packages.i686/media.i686 | 28 ++ channels/serene/packages.i686/other.i686 | 65 +++++ channels/serene/packages.i686/plymouth/theme.i686 | 11 + channels/serene/packages.i686/shell.i686 | 27 ++ channels/serene/packages.i686/xfce.i686 | 46 +++ channels/serene/packages.i686/xorg.i686 | 35 +++ channels/serene/packages.x86_64/base.x86_64 | 12 + .../serene/packages.x86_64/disk_management.x86_64 | 30 ++ channels/serene/packages.x86_64/exclude | 0 channels/serene/packages.x86_64/filesystem.x86_64 | 15 + channels/serene/packages.x86_64/fonts.x86_64 | 18 ++ .../serene/packages.x86_64/gtk-icon-theme.x86_64 | 22 ++ .../serene/packages.x86_64/internet-gui.x86_64 | 28 ++ channels/serene/packages.x86_64/lang/ja.x86_64 | 25 ++ channels/serene/packages.x86_64/lightdm.x86_64 | 18 ++ channels/serene/packages.x86_64/media.x86_64 | 28 ++ channels/serene/packages.x86_64/other.x86_64 | 66 +++++ .../serene/packages.x86_64/plymouth/theme.x86_64 | 11 + channels/serene/packages.x86_64/shell.x86_64 | 27 ++ channels/serene/packages.x86_64/xfce.x86_64 | 46 +++ channels/serene/packages.x86_64/xorg.x86_64 | 35 +++ 103 files changed, 3322 insertions(+) create mode 100644 channels/serene/README create mode 100644 channels/serene/airootfs.any/etc/bash.bashrc create mode 100644 channels/serene/airootfs.any/etc/bash_aliases create mode 100644 channels/serene/airootfs.any/etc/bluetooth/main.conf create mode 100644 channels/serene/airootfs.any/etc/dconf/db/local.d/00-alter-bluetooth create mode 100644 channels/serene/airootfs.any/etc/dconf/profile/user create mode 100644 channels/serene/airootfs.any/etc/default/grub create mode 100755 channels/serene/airootfs.any/etc/default/useradd create mode 100644 channels/serene/airootfs.any/etc/hosts create mode 100644 channels/serene/airootfs.any/etc/nanorc create mode 100644 channels/serene/airootfs.any/etc/pacman.conf create mode 100644 channels/serene/airootfs.any/etc/polkit-1/rules.d/81-blueman.rules create mode 100644 channels/serene/airootfs.any/etc/profile.d/disable-beep.sh create mode 100644 channels/serene/airootfs.any/etc/profile.d/startx.sh create mode 100644 channels/serene/airootfs.any/etc/skel/.aliases create mode 100644 channels/serene/airootfs.any/etc/skel/.bash_logout create mode 100755 channels/serene/airootfs.any/etc/skel/.bash_profile create mode 100644 channels/serene/airootfs.any/etc/skel/.bashrc create mode 100644 channels/serene/airootfs.any/etc/skel/.config/Thunar/uca.xml create mode 100644 channels/serene/airootfs.any/etc/skel/.config/Thunar/uca.xml.jp create mode 100755 channels/serene/airootfs.any/etc/skel/.config/autostart/gensidebar.desktop create mode 100755 channels/serene/airootfs.any/etc/skel/.config/autostart/welcome_page.desktop create mode 100644 channels/serene/airootfs.any/etc/skel/.config/gtk-3.0/settings.ini create mode 100644 channels/serene/airootfs.any/etc/skel/.config/qt5ct/qt5ct.conf create mode 100644 channels/serene/airootfs.any/etc/skel/.dmrc create mode 100644 channels/serene/airootfs.any/etc/skel/.gtkrc-2.0 create mode 100644 channels/serene/airootfs.any/etc/skel/.local/share/medit-1/prefs.xml create mode 100644 channels/serene/airootfs.any/etc/skel/.lsd-control create mode 100644 channels/serene/airootfs.any/etc/skel/.profile create mode 100644 channels/serene/airootfs.any/etc/skel/.xinitrc create mode 100755 channels/serene/airootfs.any/etc/skel/.zprofile create mode 100644 channels/serene/airootfs.any/etc/skel/.zshrc create mode 100755 channels/serene/airootfs.any/etc/skel/Desktop/welcome-to-alter.desktop create mode 100644 channels/serene/airootfs.any/etc/zsh/zshenv create mode 100755 channels/serene/airootfs.any/root/customize_airootfs_xfce.sh create mode 100755 channels/serene/airootfs.any/root/optimize_for_tarball.sh create mode 100755 channels/serene/airootfs.any/usr/share/applications/xfce4-terminal-guake.desktop create mode 100644 channels/serene/airootfs.any/usr/share/calamares/final-process create mode 100644 channels/serene/airootfs.any/usr/share/calamares/modules/users.conf create mode 100644 channels/serene/airootfs.any/usr/share/grub/themes/Vimix/icons/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/1024x1024/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/128x128/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/16x16/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/192x192/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/20x20/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/22x22/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/24x24/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/256x256/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/32x32/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/36x36/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/40x40/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/480x480/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/48x48/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/512x512/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/64x64/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/72x72/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/96x96/apps/alter.png create mode 100644 channels/serene/airootfs.any/usr/share/icons/hicolor/scalable/apps/alter.svg create mode 100644 channels/serene/airootfs.i686/etc/lightdm/lightdm.conf create mode 100644 channels/serene/airootfs.i686/etc/lightdm/slick-greeter.conf create mode 100644 channels/serene/airootfs.i686/etc/pacman.conf create mode 100644 channels/serene/airootfs.i686/etc/skel/.config/xfce4/panel/docklike-2.rc create mode 100644 channels/serene/airootfs.i686/etc/skel/.config/xfce4/panel/whiskermenu-3.rc create mode 100644 channels/serene/airootfs.x86_64/etc/lightdm/lightdm-webkit2-greeter.conf create mode 100644 channels/serene/airootfs.x86_64/etc/lightdm/lightdm.conf create mode 100644 channels/serene/airootfs.x86_64/etc/modules-load.d/snapd.conf create mode 100644 channels/serene/airootfs.x86_64/etc/pacman.conf create mode 100644 channels/serene/airootfs.x86_64/usr/share/calamares/modules/services-plymouth.conf create mode 100644 channels/serene/airootfs.x86_64/usr/share/calamares/modules/services.conf create mode 100644 channels/serene/alteriso create mode 100644 channels/serene/architecture create mode 100644 channels/serene/config.any create mode 100644 channels/serene/description.txt create mode 100644 channels/serene/packages.i686/base.i686 create mode 100644 channels/serene/packages.i686/disk_management.i686 create mode 100644 channels/serene/packages.i686/exclude create mode 100644 channels/serene/packages.i686/filesystem.i686 create mode 100644 channels/serene/packages.i686/fonts.i686 create mode 100644 channels/serene/packages.i686/gtk-icon-theme.i686 create mode 100644 channels/serene/packages.i686/internet-gui.i686 create mode 100644 channels/serene/packages.i686/lang/ja.i686 create mode 100644 channels/serene/packages.i686/lightdm.i686 create mode 100644 channels/serene/packages.i686/media.i686 create mode 100644 channels/serene/packages.i686/other.i686 create mode 100644 channels/serene/packages.i686/plymouth/theme.i686 create mode 100644 channels/serene/packages.i686/shell.i686 create mode 100644 channels/serene/packages.i686/xfce.i686 create mode 100644 channels/serene/packages.i686/xorg.i686 create mode 100644 channels/serene/packages.x86_64/base.x86_64 create mode 100644 channels/serene/packages.x86_64/disk_management.x86_64 create mode 100644 channels/serene/packages.x86_64/exclude create mode 100644 channels/serene/packages.x86_64/filesystem.x86_64 create mode 100644 channels/serene/packages.x86_64/fonts.x86_64 create mode 100644 channels/serene/packages.x86_64/gtk-icon-theme.x86_64 create mode 100644 channels/serene/packages.x86_64/internet-gui.x86_64 create mode 100644 channels/serene/packages.x86_64/lang/ja.x86_64 create mode 100644 channels/serene/packages.x86_64/lightdm.x86_64 create mode 100644 channels/serene/packages.x86_64/media.x86_64 create mode 100644 channels/serene/packages.x86_64/other.x86_64 create mode 100644 channels/serene/packages.x86_64/plymouth/theme.x86_64 create mode 100644 channels/serene/packages.x86_64/shell.x86_64 create mode 100644 channels/serene/packages.x86_64/xfce.x86_64 create mode 100644 channels/serene/packages.x86_64/xorg.x86_64 diff --git a/channels/serene/README b/channels/serene/README new file mode 100644 index 00000000..8950c938 --- /dev/null +++ b/channels/serene/README @@ -0,0 +1,15 @@ +Alter Linux Xfce +=========== + +Japanese: +デスクトップ環境としてXfceを搭載したエディションです。 +カスタマイズされたXfceと基本的なGTKアプリケーションが入っています。 +Xfceは最も最初から開発されているエディションです。 +x86_64とi686に対応しています。チャンネル名は xfce です。 + +English: +Using Xfce for desktop-environment. +Customized Xfce and standard GTK applications are included. +Xfce Edition is an oldest edition in Alter Linux. +Supported x86_64 & i686. +The channel-name is xfce. diff --git a/channels/serene/airootfs.any/etc/bash.bashrc b/channels/serene/airootfs.any/etc/bash.bashrc new file mode 100644 index 00000000..839bb309 --- /dev/null +++ b/channels/serene/airootfs.any/etc/bash.bashrc @@ -0,0 +1,17 @@ +# +# /etc/bash.bashrc +# + +# If not running interactively, don't do anything +[[ $- != *i* ]] && return + +[[ $DISPLAY ]] && shopt -s checkwinsize + +# PS1='[\u@\h \W]\$ ' +PS1='\u@\h:\w\$ ' + +[[ -f /etc/bash_aliases ]] && source /etc/bash_aliases +[[ -f /etc/bash_functions ]] && source /etc/bash_functions + +export EDITOR=nano +export QT_QPA_PLATFORMTHEME=qt5ct diff --git a/channels/serene/airootfs.any/etc/bash_aliases b/channels/serene/airootfs.any/etc/bash_aliases new file mode 100644 index 00000000..8fdf3e16 --- /dev/null +++ b/channels/serene/airootfs.any/etc/bash_aliases @@ -0,0 +1,3 @@ +#!/usr/bin/env bash +alias ls='ls --color=auto' +alias htop='htop -d 5' diff --git a/channels/serene/airootfs.any/etc/bluetooth/main.conf b/channels/serene/airootfs.any/etc/bluetooth/main.conf new file mode 100644 index 00000000..dd8bf955 --- /dev/null +++ b/channels/serene/airootfs.any/etc/bluetooth/main.conf @@ -0,0 +1,129 @@ +[General] + +# Default adapter name +# Defaults to 'BlueZ X.YZ' +#Name = BlueZ + +# Default device class. Only the major and minor device class bits are +# considered. Defaults to '0x000000'. +#Class = 0x000100 + +# How long to stay in discoverable mode before going back to non-discoverable +# The value is in seconds. Default is 180, i.e. 3 minutes. +# 0 = disable timer, i.e. stay discoverable forever +#DiscoverableTimeout = 0 + +# Always allow pairing even if there are no agent registered +# Possible values: true, false +# Default: false +#AlwaysPairable = false + +# How long to stay in pairable mode before going back to non-discoverable +# The value is in seconds. Default is 0. +# 0 = disable timer, i.e. stay pairable forever +#PairableTimeout = 0 + +# Use vendor id source (assigner), vendor, product and version information for +# DID profile support. The values are separated by ":" and assigner, VID, PID +# and version. +# Possible vendor id source values: bluetooth, usb (defaults to usb) +#DeviceID = bluetooth:1234:5678:abcd + +# Do reverse service discovery for previously unknown devices that connect to +# us. For BR/EDR this option is really only needed for qualification since the +# BITE tester doesn't like us doing reverse SDP for some test cases, for LE +# this disables the GATT client functionally so it can be used in system which +# can only operate as peripheral. +# Defaults to 'true'. +#ReverseServiceDiscovery = true + +# Enable name resolving after inquiry. Set it to 'false' if you don't need +# remote devices name and want shorter discovery cycle. Defaults to 'true'. +#NameResolving = true + +# Enable runtime persistency of debug link keys. Default is false which +# makes debug link keys valid only for the duration of the connection +# that they were created for. +#DebugKeys = false + +# Restricts all controllers to the specified transport. Default value +# is "dual", i.e. both BR/EDR and LE enabled (when supported by the HW). +# Possible values: "dual", "bredr", "le" +#ControllerMode = dual + +# Enables Multi Profile Specification support. This allows to specify if +# system supports only Multiple Profiles Single Device (MPSD) configuration +# or both Multiple Profiles Single Device (MPSD) and Multiple Profiles Multiple +# Devices (MPMD) configurations. +# Possible values: "off", "single", "multiple" +#MultiProfile = off + +# Permanently enables the Fast Connectable setting for adapters that +# support it. When enabled other devices can connect faster to us, +# however the tradeoff is increased power consumptions. This feature +# will fully work only on kernel version 4.1 and newer. Defaults to +# 'false'. +#FastConnectable = false + +# Default privacy setting. +# Enables use of private address. +# Possible values: "off", "device", "network" +# "network" option not supported currently +# Defaults to "off" +# Privacy = off + +# Specify the policy to the JUST-WORKS repairing initiated by peer +# Possible values: "never", "confirm", "always" +# Defaults to "never" +#JustWorksRepairing = never + +[GATT] +# GATT attribute cache. +# Possible values: +# always: Always cache attributes even for devices not paired, this is +# recommended as it is best for interoperability, with more consistent +# reconnection times and enables proper tracking of notifications for all +# devices. +# yes: Only cache attributes of paired devices. +# no: Never cache attributes +# Default: always +#Cache = always + +# Minimum required Encryption Key Size for accessing secured characteristics. +# Possible values: 0 and 7-16. 0 means don't care. +# Defaults to 0 +#KeySize = 0 + +# Exchange MTU size. +# Possible values: 23-517 +# Defaults to 517 +#ExchangeMTU = 517 + +# Number of ATT channels +# Possible values: 1-5 (1 disables EATT) +# Default to 3 +#Channels = 3 + +[Policy] +# +# The ReconnectUUIDs defines the set of remote services that should try +# to be reconnected to in case of a link loss (link supervision +# timeout). The policy plugin should contain a sane set of values by +# default, but this list can be overridden here. By setting the list to +# empty the reconnection feature gets disabled. +#ReconnectUUIDs=00001112-0000-1000-8000-00805f9b34fb,0000111f-0000-1000-8000-00805f9b34fb,0000110a-0000-1000-8000-00805f9b34fb + +# ReconnectAttempts define the number of attempts to reconnect after a link +# lost. Setting the value to 0 disables reconnecting feature. +#ReconnectAttempts=7 + +# ReconnectIntervals define the set of intervals in seconds to use in between +# attempts. +# If the number of attempts defined in ReconnectAttempts is bigger than the +# set of intervals the last interval is repeated until the last attempt. +#ReconnectIntervals=1,2,4,8,16,32,64 + +# AutoEnable defines option to enable all controllers when they are found. +# This includes adapters present on start as well as adapters that are plugged +# in later on. Defaults to 'false'. +AutoEnable=true diff --git a/channels/serene/airootfs.any/etc/dconf/db/local.d/00-alter-bluetooth b/channels/serene/airootfs.any/etc/dconf/db/local.d/00-alter-bluetooth new file mode 100644 index 00000000..0aa2c380 --- /dev/null +++ b/channels/serene/airootfs.any/etc/dconf/db/local.d/00-alter-bluetooth @@ -0,0 +1,2 @@ +[org/blueman/plugins/powermanager] +auto-power-on=@mb false diff --git a/channels/serene/airootfs.any/etc/dconf/profile/user b/channels/serene/airootfs.any/etc/dconf/profile/user new file mode 100644 index 00000000..aca0641f --- /dev/null +++ b/channels/serene/airootfs.any/etc/dconf/profile/user @@ -0,0 +1,2 @@ +user-db:user +system-db:local diff --git a/channels/serene/airootfs.any/etc/default/grub b/channels/serene/airootfs.any/etc/default/grub new file mode 100644 index 00000000..eab6084c --- /dev/null +++ b/channels/serene/airootfs.any/etc/default/grub @@ -0,0 +1,54 @@ +# GRUB boot loader configuration + +GRUB_DEFAULT=0 +GRUB_TIMEOUT=5 +GRUB_DISTRIBUTOR="Alter" +GRUB_CMDLINE_LINUX_DEFAULT="" +GRUB_CMDLINE_LINUX="" + +# Preload both GPT and MBR modules so that they are not missed +GRUB_PRELOAD_MODULES="part_gpt part_msdos" + +# Uncomment to enable booting from LUKS encrypted devices +#GRUB_ENABLE_CRYPTODISK=y + +# Set to 'countdown' or 'hidden' to change timeout behavior, +# press ESC key to display menu. +GRUB_TIMEOUT_STYLE=menu + +# Uncomment to use basic console +GRUB_TERMINAL_INPUT=console + +# Uncomment to disable graphical terminal +#GRUB_TERMINAL_OUTPUT=console + +# The resolution used on graphical terminal +# note that you can use only modes which your graphic card supports via VBE +# you can see them in real GRUB with the command `vbeinfo' +GRUB_GFXMODE=auto + +# Uncomment to allow the kernel use the same resolution used by grub +GRUB_GFXPAYLOAD_LINUX=keep + +# Uncomment if you want GRUB to pass to the Linux kernel the old parameter +# format "root=/dev/xxx" instead of "root=/dev/disk/by-uuid/xxx" +#GRUB_DISABLE_LINUX_UUID=true + +# Uncomment to disable generation of recovery mode menu entries +GRUB_DISABLE_RECOVERY=true + +# Uncomment and set to the desired menu colors. Used by normal and wallpaper +# modes only. Entries specified as foreground/background. +#GRUB_COLOR_NORMAL="light-blue/black" +#GRUB_COLOR_HIGHLIGHT="light-cyan/blue" + +# Uncomment one of them for the gfx desired, a image background or a gfxtheme +#GRUB_BACKGROUND="/path/to/wallpaper" +GRUB_THEME="/usr/share/grub/themes/Vimix/theme.txt" + +# Uncomment to get a beep at GRUB start +#GRUB_INIT_TUNE="480 440 1" + +# Uncomment to make GRUB remember the last selection. This requires +# setting 'GRUB_DEFAULT=saved' above. +#GRUB_SAVEDEFAULT="true" diff --git a/channels/serene/airootfs.any/etc/default/useradd b/channels/serene/airootfs.any/etc/default/useradd new file mode 100755 index 00000000..c9837981 --- /dev/null +++ b/channels/serene/airootfs.any/etc/default/useradd @@ -0,0 +1,12 @@ +# useradd defaults file for Alter Linux +# original changes by TomK + +# In Alter Linux, the default shell is changed to /bin/zsh from the default of ArchLinux (by Hayao) + +GROUP=users +HOME=/home +INACTIVE=-1 +EXPIRE= +SHELL=/bin/zsh +SKEL=/etc/skel +CREATE_MAIL_SPOOL=no diff --git a/channels/serene/airootfs.any/etc/hosts b/channels/serene/airootfs.any/etc/hosts new file mode 100644 index 00000000..a4f48165 --- /dev/null +++ b/channels/serene/airootfs.any/etc/hosts @@ -0,0 +1,5 @@ +# Static table lookup for hostnames. +# See hosts(5) for details. + +127.0.0.1 localhost.localdomain localhost +::1 localhost.lcoaldomain localhost diff --git a/channels/serene/airootfs.any/etc/nanorc b/channels/serene/airootfs.any/etc/nanorc new file mode 100644 index 00000000..afadb963 --- /dev/null +++ b/channels/serene/airootfs.any/etc/nanorc @@ -0,0 +1,314 @@ +## Sample initialization file for GNU nano. +## +## This file should not be in DOS or Mac format, and characters +## specially interpreted by the shell should not be escaped here. +## +## To make sure an option is disabled, use "unset