aboutsummaryrefslogtreecommitdiffstats
path: root/platforms
diff options
context:
space:
mode:
authorJybz <j.biernacki@free.fr>2019-10-20 10:01:30 +0000
committerJybz <j.biernacki@free.fr>2019-10-20 10:01:30 +0000
commitf9cd12759af7ca9997973e7cce158d3dc7d37243 (patch)
tree3f487b87cfce3674a40f1b6bfc6f5a0a72058183 /platforms
parent871f9f08849f7714fb9b51f5fe48416efd7ebb67 (diff)
downloadmageia4arm-f9cd12759af7ca9997973e7cce158d3dc7d37243.tar
mageia4arm-f9cd12759af7ca9997973e7cce158d3dc7d37243.tar.gz
mageia4arm-f9cd12759af7ca9997973e7cce158d3dc7d37243.tar.bz2
mageia4arm-f9cd12759af7ca9997973e7cce158d3dc7d37243.tar.xz
mageia4arm-f9cd12759af7ca9997973e7cce158d3dc7d37243.zip
suppr avt maj
Diffstat (limited to 'platforms')
-rw-r--r--platforms/bananaPro/second_stage_install.sh38
1 files changed, 0 insertions, 38 deletions
diff --git a/platforms/bananaPro/second_stage_install.sh b/platforms/bananaPro/second_stage_install.sh
deleted file mode 100644
index 3abfcae..0000000
--- a/platforms/bananaPro/second_stage_install.sh
+++ /dev/null
@@ -1,38 +0,0 @@
-#!/bin/bash -x
-
-# Copyright (C) 2017-2018 Daniel Tartavel-jeannot <contact@librepc.com>
-#
-
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program. If not, see <http://www.gnu.org/licenses/>.
-
-/usr/bin/chown :shadow /etc/shadow /etc/gshadow /etc/login.defs /etc/pam.d/chage-chfn-chsh /etc/pam.d/chpasswd-newusers /etc/pam.d/system-auth /etc/pam.d/user-group-mod /bin/passwd /bin/chage
-
-/usr/bin/chown :systemd-journal -R /var/log/journal
-
-#Install all packages you need
-/usr/sbin/urpmi --auto --no-verify-rpm basesystem chrony rng-tools man openssh-server rfkill wireless-tools bluez wpa_supplicant make dracut u-boot-tools rsync kernel-desktop-latest
-#/usr/sbin/urpmi --urpmi-root "$BUILD_PATH" --ignorearch --no-verify-rpm --auto --split-level 200 --split-length 200
-# /usr/sbin/urpmi --auto --no-verify-rpm /root/kernel-desktop-5.3.1-2.mga7-1-1.mga7.armv7hl.rpm
-# echo "Install kernel from testing :"
-# /usr/sbin/urpmi.update Testing
-# /usr/sbin/urpmi --media Testing kernel-desktop-5.3.2-1.mga7
-# /usr/sbin/urpme kernel-desktop-5.2.13-2.mga7-1-1.mga7.armv7hl
-
-/usr/bin/chown :chrony -R /etc/chrony.keys /var/log/chrony
-/usr/bin/chown :daemon /etc/wpa_supplicant.conf
-/usr/bin/chown :tty /bin/write /bin/wall
-/usr/bin/chown :lock /sbin/lockdev
-/usr/bin/chown :bin /sbin/traceroute
-/usr/bin/chown polkitd /etc/polkit-1/rules.d
-exit 0