From 7b6660946f3fa03e2da8830e3d53d1dba4173c75 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Tue, 28 Jan 2020 07:02:10 +1100 Subject: [PATCH] remove rootfs/etc/obarun/install.conf, add rootfs/etc/issue --- minimal/package_list/base | 4 -- minimal/rootfs/etc/issue | 24 +++++++ minimal/rootfs/etc/obarun/install.conf | 98 -------------------------- 3 files changed, 24 insertions(+), 102 deletions(-) create mode 100644 minimal/rootfs/etc/issue delete mode 100644 minimal/rootfs/etc/obarun/install.conf diff --git a/minimal/package_list/base b/minimal/package_list/base index d72ec69..c1a9bc7 100644 --- a/minimal/package_list/base +++ b/minimal/package_list/base @@ -3,10 +3,6 @@ ### Blank line are ignored. ##################################### -## Special case for applysys. -## Need to be here to apply sysuser file, -## at first installation. - #-------------- ## system base #-------------- diff --git a/minimal/rootfs/etc/issue b/minimal/rootfs/etc/issue new file mode 100644 index 0000000..e624c78 --- /dev/null +++ b/minimal/rootfs/etc/issue @@ -0,0 +1,24 @@ + + + + ###################################################### + ## ## + ## Welcome to Obarun Linux ## + ## ## + ## Powered by s6 and 66 ## + ## ## + ###################################################### + +Obarun Linux \r (\l) \d \t \s + +Welcome to Obarun! + + root login : root + root password : toor + user login : oblive + user password : toor + +You can start an installation as oblive user running: + + sudo obarun-intall + diff --git a/minimal/rootfs/etc/obarun/install.conf b/minimal/rootfs/etc/obarun/install.conf deleted file mode 100644 index d06a32f..0000000 --- a/minimal/rootfs/etc/obarun/install.conf +++ /dev/null @@ -1,98 +0,0 @@ -# Copyright (c) 2015-2019 Eric Vidal <eric@obarun.org> -# All rights reserved. -# -# This file is part of Obarun. It is subject to the license terms in -# the LICENSE file found in the top-level directory of this -# distribution. -# This file may not be copied, modified, propagated, or distributed -# except according to the terms contained in the LICENSE file. - -##---------------------------------------------------------------------# -## Fresh installation configuration -##---------------------------------------------------------------------# - -# define name of the host for the new installation -HOSTNAME="Ob66" - -# define the locale for the new installation -LOCALE="en_US.UTF-8" - -# define the zone for the new installation e.g Europe -ZONE="GMT" - -# define the subzone for the new installation e.g. Londres -SUBZONE="" - -# define the keymap for the console for the new installation -KEYMAP="us" - -# define the keymap for the Desktop for the new installation -XKEYMAP="us" - -# define the name for a new user for the new installation -NEWUSER="oblive" - -##---------------------------------------------------------------------# -## Installer configuration -##---------------------------------------------------------------------# - -# editor used during the installation -EDITOR="mcedit" - -# valid mountpoint for installation -NEWROOT="/mnt" - -# configuration files directory used for the installation -CONFIG_DIR="minimal" - -# cache directory used during the installation -CACHE_DIR="/var/cache/pacman/pkg" - -# use rankmirrors to find the fastest local mirror -# expected value are yes or no without uppercase -RANKMIRRORS="no" - -# firmware interface to use for the installation -FIRMWARE="BIOS" - -# check network at the start of the script -NETWORKCHECK="yes" - -# check the keyboard layout -KEYBOARDCHECK="yes" - -# scheme color configuration file -SCHEMECOLOR="/etc/obarun/dialog.conf" - -# bootloader by default -# field accepted: Sylinux,GRUB,EFISTUB -BOOTLOADER="Syslinux" - -##---------------------------------------------------------------------# -## Installer update configuration -##---------------------------------------------------------------------# - -# allow to update the obarun-install script when it launched [yes|no] -UPDATE_INS="yes" - -# allow to update the obarun-install-themes script when it launched [yes|no] -UPDATE_TPL="yes" - -# Be more/less verbose -# 1 for more, 0 for less -DEBUG=0 - -# git source of obarun-install package -GIT_ADDR="https://framagit.org/Obarun/obarun-install.git" - -# git source of obarun-install-themes package -GIT_ADDR_THEMES="https://framagit.org/Obarun/obarun-install-themes.git" - -# git branch to use for obarun-install, if not set master is took by default -BRANCH="" - -# git branch to use for obarun-install-themes, if not set master is took by default -BRANCH_THEMES="" - -# gpg directory used during the installation -GPG_DIR="/var/lib/obarun/gnupg" -- GitLab