Compare commits
47 Commits
Author | SHA1 | Date | |
---|---|---|---|
0ccf0c64c5 | |||
0a25c7ad61 | |||
5b5b0a9095 | |||
f76fdc7323 | |||
47c82da249 | |||
a3558ec237 | |||
5d36bf96a4 | |||
b1d86fff96 | |||
9849ee91ff | |||
d20b7a4ceb | |||
b8c23c2673 | |||
742f98e95e | |||
d5b9531005 | |||
ab3ae9a6dd | |||
9ab6dc2fb7 | |||
582526fc08 | |||
94d9fb5882 | |||
d4479c117c | |||
fcb13665a0 | |||
2df4b31c4b | |||
48755a089f | |||
8463b462e2 | |||
1aa1b2d379 | |||
e22ffd5cb5 | |||
2b6bc00cdb | |||
c2cac1a9ba | |||
474169a815 | |||
b670cf748a | |||
89f03c5d15 | |||
7ed703c52e | |||
10e2f77897 | |||
546f7ae273 | |||
1d2c278c24 | |||
e26a2de609 | |||
8312b5cbe9 | |||
8535042828 | |||
33bab006eb | |||
d81cfa32c4 | |||
b8280278af | |||
54e2c0d700 | |||
edcace9494 | |||
498cca0fdb | |||
ec87e100cc | |||
1e98dfc8c2 | |||
faf10f0645 | |||
1df6c3140d | |||
e4e6e24896 |
92
Makefile
@@ -1,5 +1,5 @@
|
||||
# Makefile for desktop-base-openmamba package
|
||||
# Copyright (C) 2004-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (C) 2004-2015 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (C) 2005-2007 by Davide Madrisan <davide.madrisan@gmail.com>
|
||||
|
||||
include VERSION
|
||||
@@ -12,10 +12,8 @@ pck_srpms = b43-firmware sun-java7
|
||||
else
|
||||
SRPMSVERSIONSFILE = SRPMSVERSIONS
|
||||
pck_srpms = flashplugin msttcorefonts win32codecs skype b43-firmware virtualbox-extension-pack \
|
||||
sun-java7 spotify chromium-pepper-flash
|
||||
sun-java7 sun-java8 spotify chromium-pepper-flash
|
||||
endif
|
||||
include $(SRPMSVERSIONSFILE)
|
||||
|
||||
PACKAGE = desktop-base-openmamba
|
||||
DISTROID = openmamba
|
||||
|
||||
@@ -28,11 +26,6 @@ RPM_DISTROEXT = mamba
|
||||
|
||||
SYSCONFIGFILE = netsrpminstall
|
||||
|
||||
WALLPAPER = openmamba-wallpaper
|
||||
WALLPAPERS = openmamba_green.jpg,openmamba_gray.png,openmamba_transparent.png
|
||||
DEFAULT_WALLPAPER = openmamba_green.jpg
|
||||
COMPIZ_WALLPAPERS = openmamba_skydome.png,openmamba_top.png,openmamba_bottom.png
|
||||
|
||||
#SCREENSAVER = $(DISTROid).desktop
|
||||
SCREENSAVER =
|
||||
|
||||
@@ -58,16 +51,13 @@ sysconfigdir= ${sysconfdir}/sysconfig
|
||||
xprofiledir = ${sysconfdir}/xprofile.d
|
||||
mambabasedatadir = ${datadir}/openmamba/mambabase
|
||||
mambareportdatadir = ${datadir}/openmamba/mambareport
|
||||
mambawelcomedatadir = ${datadir}/openmamba/mambawelcome
|
||||
mambaimagesdir = ${datadir}/openmamba/images
|
||||
xramdrdatadir = ${datadir}/openmamba/xramdr
|
||||
bootrecoverdatadir = ${datadir}/openmamba/bootrecover
|
||||
iconsdir = ${datadir}/icons/hicolor
|
||||
kdeprefixdir = $(shell kde-config --prefix)
|
||||
kdedatadir = $(kdeprefixdir)/share
|
||||
kdeautostartdir = ${kdedatadir}/autostart
|
||||
kdeconfigdir = ${kdedatadir}/config
|
||||
kdewallpapersdir = ${kdedatadir}/wallpapers
|
||||
localesdir = ${datadir}/locale
|
||||
kdelocalesdir = ${kdedatadir}/locale
|
||||
pck_desktop = $(wildcard desktop/*.bz2)
|
||||
@@ -77,6 +67,7 @@ xdg_directorydir = ${datadir}/desktop-directories
|
||||
xdg_menudir = ${sysconfdir}/xdg/menus
|
||||
xdg_mergedmenudir = $(xdg_menudir)/applications-merged
|
||||
systemdsystemdir = /lib/systemd/system
|
||||
systemdsleepdir = /lib/systemd/system-sleep
|
||||
|
||||
distrorootdir = ${datadir}/$(DISTROid)
|
||||
distrobindir = ${distrorootdir}/bin
|
||||
@@ -93,7 +84,6 @@ INSTALL_SCRIPT = ${INSTALL_PROGRAM}
|
||||
|
||||
pck_infiles := $(wildcard kde/config/*.in \
|
||||
kde/scripts/*.in \
|
||||
kde/wallpapers/*.in \
|
||||
menu/*.in menu/applications/*.in menu/applications/*/*.in \
|
||||
SRPMS/*/*.in \
|
||||
remote-support-mambasoft/*.in \
|
||||
@@ -105,9 +95,7 @@ dist_archive = $(distdir).tar.bz2
|
||||
|
||||
pck_desktop := $(wildcard desktop/*.tar.bz2)
|
||||
pck_catalogs := $(wildcard mambabase/po/*.po)
|
||||
pck_catalogs1 := $(wildcard mambawelcome/po/*.po)
|
||||
pck_catalogs2 := $(wildcard bootrecover/po/*.po)
|
||||
pck_catalogs3 := $(wildcard openmamba-update/po/*.po)
|
||||
pck_catalogs1 := $(wildcard openmamba-update/po/*.po)
|
||||
|
||||
.SUFFIXES:
|
||||
.SUFFIXES: .in .po .mo
|
||||
@@ -128,7 +116,6 @@ pck_catalogs3 := $(wildcard openmamba-update/po/*.po)
|
||||
s,@distrobindir@,$(distrobindir),g;\
|
||||
s,@distrodesktopdir@,$(distrodesktopdir),g;\
|
||||
s,@distrosrpmsdir@,$(distrosrpmsdir),g;\
|
||||
s,@wallpaper@,$(DEFAULT_WALLPAPER),g;\
|
||||
s,@screensaver@,${SCREENSAVER},g" $< > $@
|
||||
|
||||
all: dist-update locales
|
||||
@@ -137,7 +124,7 @@ dist-update: $(pck_infiles:.in=)
|
||||
|
||||
.po.mo:; msgfmt $< -o $@
|
||||
|
||||
locales: $(pck_catalogs:.po=.mo) $(pck_catalogs1:.po=.mo) $(pck_catalogs2:.po=.mo) $(pck_catalogs3:.po=.mo)
|
||||
locales: $(pck_catalogs:.po=.mo) $(pck_catalogs1:.po=.mo)
|
||||
|
||||
install-locales: locales
|
||||
@for f in $(pck_catalogs); do\
|
||||
@@ -148,20 +135,6 @@ install-locales: locales
|
||||
$(INSTALL_DATA) $${f/.po/.mo} $$dir/mambabase.mo;\
|
||||
done
|
||||
@for f in $(pck_catalogs1); do\
|
||||
lang=`echo $$f | sed 's,.*/\(.*\)\.po,\1,'`;\
|
||||
echo "installing i18n file for language \`$$lang'...";\
|
||||
dir="$(DESTDIR)$(kdelocalesdir)/$$lang/LC_MESSAGES";\
|
||||
$(INSTALL_DIR) $$dir;\
|
||||
$(INSTALL_DATA) $${f/.po/.mo} $$dir/mambawelcome.mo;\
|
||||
done
|
||||
@for f in $(pck_catalogs2); do\
|
||||
lang=`echo $$f | sed 's,.*/\(.*\)\.po,\1,'`;\
|
||||
echo "installing i18n file for language \`$$lang'...";\
|
||||
dir="$(DESTDIR)$(kdelocalesdir)/$$lang/LC_MESSAGES";\
|
||||
$(INSTALL_DIR) $$dir;\
|
||||
$(INSTALL_DATA) $${f/.po/.mo} $$dir/bootrecover.mo;\
|
||||
done
|
||||
@for f in $(pck_catalogs3); do\
|
||||
lang=`echo $$f | sed 's,.*/\(.*\)\.po,\1,'`;\
|
||||
echo "installing i18n file for language \`$$lang'...";\
|
||||
dir="$(DESTDIR)$(datadir)/locale/$$lang/LC_MESSAGES";\
|
||||
@@ -175,33 +148,19 @@ install-kde-distro-addons: dist-update
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(datadir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(sbindir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(distrobindir)
|
||||
ifeq ($(WITHKDE3),1)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(kdedatadir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(kdeautostartdir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(kdeconfigdir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(kdewallpapersdir)
|
||||
endif
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(mambaimagesdir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(systemdsleepdir)
|
||||
cp -r etc/polkit-1 $(DESTDIR)$(sysconfdir)/
|
||||
cp -r etc/prelink.conf.d $(DESTDIR)$(sysconfdir)/
|
||||
cp -r etc/profile.d $(DESTDIR)$(sysconfdir)/
|
||||
cp -r etc/sudoers.d $(DESTDIR)$(sysconfdir)/
|
||||
cp -r etc/sysconfig $(DESTDIR)$(sysconfdir)/
|
||||
cp -r etc/xprofile.d $(DESTDIR)$(sysconfdir)/
|
||||
cp etc/system-sleep/* $(DESTDIR)$(systemdsleepdir)/
|
||||
chmod 755 $(DESTDIR)$(sysconfdir)/profile.d/*.sh
|
||||
chmod 755 $(DESTDIR)$(sysconfdir)/xprofile.d/*.sh
|
||||
$(INSTALL_SCRIPT) kde/scripts/showlog $(DESTDIR)$(distrobindir)
|
||||
cp -r menu/icons/ $(DESTDIR)$(datadir)/icons/
|
||||
ifeq ($(WITHKDE3),1)
|
||||
cp -r kde/apps $(DESTDIR)$(kdedatadir)
|
||||
$(INSTALL_DATA) kde/autostart/kmix.desktop $(DESTDIR)$(kdeautostartdir)/kmix.desktop
|
||||
$(INSTALL_DATA) kde/config/*rc $(DESTDIR)$(kdeconfigdir)/
|
||||
$(INSTALL_DATA) kde/config/kcmfonts $(DESTDIR)$(kdeconfigdir)/kcmfonts
|
||||
$(INSTALL_DATA) kde/config/kdeglobals $(DESTDIR)$(kdeconfigdir)/kdeglobals
|
||||
$(INSTALL_DATA) kde/wallpapers/$(WALLPAPER).desktop $(DESTDIR)$(kdewallpapersdir)
|
||||
$(INSTALL_DATA) kde/wallpapers/{$(WALLPAPERS)} $(DESTDIR)$(kdewallpapersdir)
|
||||
endif
|
||||
$(INSTALL_DATA) kde/wallpapers/{$(COMPIZ_WALLPAPERS)} $(DESTDIR)$(mambaimagesdir)
|
||||
|
||||
install-distromenu: dist-update
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(xdg_directorydir)
|
||||
@@ -241,12 +200,6 @@ install-icons:
|
||||
$(INSTALL_DATA) mambabase/mamba-$$i.png $(DESTDIR)$(iconsdir)/$$i/apps/mamba.png; \
|
||||
$(INSTALL_DATA) remote-support-mambasoft/mambasoft-$$i.png $(DESTDIR)$(iconsdir)/$$i/apps/mambasoft.png; \
|
||||
done
|
||||
ifeq ($(WITHKDE3TOOLS),1)
|
||||
@for i in 16x16 22x22 32x32 48x48 64x64 128x128; do \
|
||||
$(INSTALL_DATA) mambawelcome/mambawelcome-$$i.png $(DESTDIR)$(iconsdir)/$$i/apps/mambawelcome.png; \
|
||||
$(INSTALL_DATA) bootrecover/bootrecover-$$i.png $(DESTDIR)$(iconsdir)/$$i/apps/bootrecover.png; \
|
||||
done
|
||||
endif
|
||||
# $(INSTALL_DATA) xramdr/xramdr-$$i.png $(DESTDIR)$(iconsdir)/$$i/apps/xramdr.png \
|
||||
|
||||
install-mambabase:
|
||||
@@ -266,23 +219,6 @@ ifeq ($(WITHKDE3TOOLS),1)
|
||||
$(INSTALL_DATA) mambareport/mambareport.desktop $(DESTDIR)$(xdg_appsdir)
|
||||
endif
|
||||
|
||||
install-mambawelcome:
|
||||
ifeq ($(WITHKDE3TOOLS),1)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(mambawelcomedatadir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(kdeconfigdir)
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(systemdsystemdir)
|
||||
$(INSTALL_SCRIPT) mambawelcome/mambawelcome.kmdr $(DESTDIR)$(mambawelcomedatadir)
|
||||
$(INSTALL_SCRIPT) mambawelcome/mambawelcome.sh $(DESTDIR)$(mambawelcomedatadir)
|
||||
$(INSTALL_SCRIPT) mambawelcome/mambawelcome-init $(DESTDIR)$(mambawelcomedatadir)/mambawelcome
|
||||
$(INSTALL_DATA) gpl.html $(DESTDIR)$(mambawelcomedatadir)/gpl.html
|
||||
$(INSTALL_DATA) gpl-it.html $(DESTDIR)$(mambawelcomedatadir)/gpl-it.html
|
||||
$(INSTALL_DATA) gpl-es.html $(DESTDIR)$(mambawelcomedatadir)/gpl-es.html
|
||||
$(INSTALL_DATA) kde/config/kcmfonts $(DESTDIR)$(kdeconfigdir)/kcmfonts
|
||||
$(INSTALL_DATA) kde/config/kdeglobals $(DESTDIR)$(kdeconfigdir)/kdeglobals
|
||||
$(INSTALL_DATA) mambawelcome/mambawelcome.service $(DESTDIR)$(systemdsystemdir)/mambawelcome.service
|
||||
$(INSTALL_DATA) mambawelcome/mambawelcome.target $(DESTDIR)$(systemdsystemdir)/mambawelcome.target
|
||||
endif
|
||||
|
||||
install-remote-support-mambasoft:
|
||||
$(INSTALL_SCRIPT) remote-support-mambasoft/remote-support-mambasoft.sh $(DESTDIR)$(bindir)/remote-support-mambasoft
|
||||
$(INSTALL_DATA) remote-support-mambasoft/remote-support-mambasoft.desktop $(DESTDIR)$(xdg_appsdir)
|
||||
@@ -292,14 +228,6 @@ install-xramdr:
|
||||
$(INSTALL_SCRIPT) xramdr/70521-xramdr.kmdr $(DESTDIR)$(xramdrdatadir)/xramdr.kmdr
|
||||
$(INSTALL_DATA) xramdr/xramdr.desktop $(DESTDIR)$(xdg_appsdir)
|
||||
|
||||
install-bootrecover:
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(bootrecoverdatadir)
|
||||
$(INSTALL_SCRIPT) bootrecover/bootrecover.sh $(DESTDIR)$(bootrecoverdatadir)
|
||||
ifeq ($(WITHKDE3TOOLS),1)
|
||||
$(INSTALL_SCRIPT) bootrecover/bootrecover.kmdr $(DESTDIR)$(bootrecoverdatadir)
|
||||
$(INSTALL_DATA) bootrecover/openmamba-bootrecover.desktop $(DESTDIR)$(xdg_appsdir)
|
||||
endif
|
||||
|
||||
install-desktop:
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(distrodesktopdir)
|
||||
$(INSTALL_DATA) $(pck_desktop) $(DESTDIR)$(distrodesktopdir)
|
||||
@@ -308,6 +236,7 @@ install-desktop:
|
||||
install-openmamba-update:
|
||||
@$(INSTALL_DIR) $(DESTDIR)$(bindir)
|
||||
$(INSTALL_SCRIPT) openmamba-update/openmamba-update $(DESTDIR)$(bindir)
|
||||
$(INSTALL_SCRIPT) openmamba-update/openmamba-dist-upgrade $(DESTDIR)$(sbindir)
|
||||
$(INSTALL_SCRIPT) openmamba-update/openmamba-netsrpms $(DESTDIR)$(bindir)
|
||||
|
||||
install: $(pck_infiles:.in=) \
|
||||
@@ -317,10 +246,8 @@ install: $(pck_infiles:.in=) \
|
||||
install-desktop \
|
||||
install-openmamba-update \
|
||||
install-mambabase \
|
||||
install-mambawelcome \
|
||||
install-mambareport \
|
||||
install-remote-support-mambasoft \
|
||||
install-bootrecover \
|
||||
install-locales \
|
||||
install-icons
|
||||
|
||||
@@ -343,6 +270,3 @@ clean:
|
||||
rm -f $(patsubst %.in,%,$(pck_infiles))
|
||||
rm -f $(pck_catalogs:.po=.mo)
|
||||
rm -f $(pck_catalogs1:.po=.mo)
|
||||
rm -f $(pck_catalogs2:.po=.mo)
|
||||
rm -f $(pck_catalogs3:.po=.mo)
|
||||
|
||||
|
@@ -5,6 +5,6 @@ The firmware from the binary drivers is Copyright by Broadcom Corporation and mu
|
||||
|
||||
=======================================================
|
||||
|
||||
Press the "I agree" button if you have read and understood this text and accept to download and install the Adobe Flash Plugin.
|
||||
Press the "I agree" button if you have read and understood this text and accept to download and install the Broadcom wireless chip firmware.
|
||||
|
||||
Press "I do not agree" if you want this script to terminate immediately without performing any futher operation.
|
||||
|
@@ -64,6 +64,8 @@ rm -fr ${tmpdir}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
rm -rf %{_builddir}/%{name}-*
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
@@ -1,7 +1,7 @@
|
||||
Name: chromium-pepper-flash
|
||||
Version: @SRPMVERSION@
|
||||
Release: @SRPMRELEASE@
|
||||
Epoch: 1
|
||||
Epoch: 2
|
||||
Summary: Google Chrome's pepper-flash plugin for Chromium
|
||||
Group: Applications/Web
|
||||
Vendor: @vendor@
|
||||
@@ -37,14 +37,14 @@ tmpdir=$(mktemp -q -d -t flashplugin.XXXXXXXX)
|
||||
${CHROMIUM_PEPPER_FLASH_URL}${CHROMIUM_PEPPER_FLASH_PCK} -O ${tmpdir}/${CHROMIUM_PEPPER_FLASH_PCK}
|
||||
[ -f ${tmpdir}/${CHROMIUM_PEPPER_FLASH_PCK} ] || exit 1
|
||||
|
||||
rpm2cpio ${tmpdir}/${CHROMIUM_PEPPER_FLASH_PCK} | cpio -id
|
||||
tar xzf ${tmpdir}/${CHROMIUM_PEPPER_FLASH_PCK}
|
||||
|
||||
%build -q
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
install -d -m0755 %{buildroot}/opt/chromium/PepperFlash
|
||||
cp -a opt/google/chrome/PepperFlash/* %{buildroot}/opt/chromium/PepperFlash/
|
||||
cp -a * %{buildroot}/opt/chromium/PepperFlash/
|
||||
|
||||
cp %{S:0} LICENSE
|
||||
|
||||
@@ -52,14 +52,24 @@ rm -fr ${tmpdir}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
rm -rf %{_builddir}/%{name}-*
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%dir /opt/chromium/PepperFlash
|
||||
/opt/chromium/PepperFlash/libpepflashplayer.so
|
||||
/opt/chromium/PepperFlash/LICENSE
|
||||
/opt/chromium/PepperFlash/license.pdf
|
||||
/opt/chromium/PepperFlash/manifest.json
|
||||
/opt/chromium/PepperFlash/readme.txt
|
||||
%dir /opt/chromium/PepperFlash/LGPL
|
||||
/opt/chromium/PepperFlash/LGPL/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Sat Dec 3 2016 Silvan Calarco <silvan.calarco@mambasoft.it> @SRPMVERSION@-@SRPMRELEASE@
|
||||
- PPAPI plugin for Chromium
|
||||
|
||||
* Fri Sep 19 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 37.0.2062.120-1mamba
|
||||
- first build for chromium-pepper-flash
|
||||
|
@@ -1,7 +1,7 @@
|
||||
## Google Chrome's pepper-flash
|
||||
|
||||
# package name (do not modify unless you know what you're doing)
|
||||
CHROMIUM_PEPPER_FLASH_PCK=google-chrome-stable-${SRPMVERSION["chromium-pepper-flash"]}-1.@arch@.rpm
|
||||
CHROMIUM_PEPPER_FLASH_PCK=flash_player_ppapi_linux.@arch@.tar.gz
|
||||
|
||||
# package URL (do not modify unless you know what you're doing)
|
||||
CHROMIUM_PEPPER_FLASH_URL=http://dl.google.com/linux/chrome/rpm/stable/@arch@/
|
||||
CHROMIUM_PEPPER_FLASH_URL=http://fpdownload.macromedia.com/get/flashplayer/pdc/${SRPMVERSION["chromium-pepper-flash"]}/
|
||||
|
@@ -1,7 +1,7 @@
|
||||
## Adobe Flash Plugin
|
||||
|
||||
# package name (do not modify unless you know what you're doing)
|
||||
FLASH_PLUGIN_PCK=install_flash_player_11_linux.@arch@.tar.gz
|
||||
FLASH_PLUGIN_PCK=flash_player_npapi_linux.@arch@.tar.gz
|
||||
|
||||
# package URL (do not modify unless you know what you're doing)
|
||||
FLASH_PLUGIN_URL=http://fpdownload.macromedia.com/get/flashplayer/pdc/${SRPMVERSION["flashplugin"]}/
|
||||
|
@@ -59,6 +59,8 @@ rm -fr ${tmpdir}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
rm -rf %{_builddir}/%{name}-*
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
@@ -33,6 +33,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
The TrueType core fonts for the web that was once available from http://www.microsoft.com/typography/fontpack/. The src rpm is cleverly constructed so that the actual fonts are downloaded from Sourceforge's site at build time. Therefore this package technically does not 'redistribute' the fonts, it just makes it easy to install them on a linux system.
|
||||
|
||||
%prep
|
||||
%setup -c -n %{name}-%{version} -D -T
|
||||
|
||||
rm -rf %{name}
|
||||
mkdir %{name}
|
||||
cd %{name}
|
||||
@@ -83,6 +85,8 @@ cp *.ttf %{buildroot}%{fontdir}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
rm -rf %{_builddir}/%{name}-*
|
||||
:
|
||||
|
||||
%post
|
||||
/usr/bin/fc-cache
|
||||
|
@@ -14,6 +14,7 @@ BuildPrereq: wget
|
||||
BuildPrereq: /usr/bin/tempfile
|
||||
# NOTE: requires the backward compatible version of the libstdc++ library
|
||||
Requires: pulseaudio
|
||||
Requires: libv4l.i586
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
@@ -98,6 +99,8 @@ _EOF
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
rm -rf %{_builddir}/%{name}-*
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
@@ -1,4 +1,3 @@
|
||||
#% define spotify_make_ver 20130831git
|
||||
Name: spotify
|
||||
Version: @SRPMVERSION@
|
||||
Release: @SRPMRELEASE@
|
||||
@@ -9,9 +8,12 @@ Distribution: @distribution@
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.spotify.com/us/download/previews/
|
||||
## GITSOURCE https://github.com/leamas/spotify-make.git master
|
||||
Source: https://github.com/leamas/spotify-make/tarball/master/spotify-make-%{version}.tar.gz
|
||||
#Source: https://github.com/leamas/spotify-make/tarball/master/spotify-make-%{version}.tar.gz
|
||||
Source1: LICENSE
|
||||
License: Not distributable
|
||||
BuildRequires: git
|
||||
Requires: libopenssl100
|
||||
Requires: zenity
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@@ -20,8 +22,9 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Listen to music using Spotify.
|
||||
|
||||
%prep
|
||||
%setup -q -c
|
||||
mv leamas-spotify-make-*/* .
|
||||
%setup -q -c -T
|
||||
git clone --depth=1 https://github.com/leamas/spotify-make.git
|
||||
mv spotify-make/* .
|
||||
|
||||
%build
|
||||
./configure \
|
||||
@@ -42,8 +45,13 @@ mv %{buildroot}/opt/spotify/share/appdata %{buildroot}%{_datadir}
|
||||
install -d -m0755 %{buildroot}%{_bindir}
|
||||
ln -s /opt/spotify/bin/spotify %{buildroot}%{_bindir}/spotify
|
||||
|
||||
ln -sf /usr/lib64/libcrypto.so.1.0.0 %{buildroot}/opt/spotify/lib/spotify-client/libcrypto.so.1.0.0
|
||||
ln -sf /usr/lib64/libssl.so.1.0.0 %{buildroot}/opt/spotify/lib/spotify-client/libssl.so.1.0.0
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
rm -rf %{_builddir}/%{name}-*
|
||||
:
|
||||
|
||||
%pre
|
||||
if [ $1 -ge 1 ]; then
|
||||
@@ -84,9 +92,12 @@ fi
|
||||
%dir /opt/spotify/share
|
||||
%dir /opt/spotify/share/spotify-client/
|
||||
/opt/spotify/share/spotify-client/*
|
||||
%{_mandir}/man1/spotify.1.gz
|
||||
%{_mandir}/man1/spotify.1*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 26 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20150629-1mamba
|
||||
- fetch spotify-make from git
|
||||
|
||||
* Thu Jan 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 20150129-1mamba
|
||||
- updated
|
||||
|
||||
|
@@ -308,6 +308,8 @@ rm -f %{buildroot}%{_jvmdir}/%{jredir}/lib/*/fxavcodecplugin-52.so
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
rm -rf %{_builddir}/%{name}-*
|
||||
:
|
||||
|
||||
%pre
|
||||
if [ $1 -ge 1 ]; then
|
||||
|
68
SRPMS/sun-java8/LICENSE
Normal file
@@ -0,0 +1,68 @@
|
||||
Oracle Binary Code License Agreement for the Java SE Platform Products and JavaFX
|
||||
|
||||
ORACLE AMERICA, INC. ("ORACLE"), FOR AND ON BEHALF OF ITSELF AND ITS SUBSIDIARIES AND AFFILIATES UNDER COMMON CONTROL, IS WILLING TO LICENSE THE SOFTWARE TO YOU ONLY UPON THE CONDITION THAT YOU ACCEPT ALL OF THE TERMS CONTAINED IN THIS BINARY CODE LICENSE AGREEMENT AND SUPPLEMENTAL LICENSE TERMS (COLLECTIVELY "AGREEMENT"). PLEASE READ THE AGREEMENT CAREFULLY. BY SELECTING THE "ACCEPT LICENSE AGREEMENT" (OR THE EQUIVALENT) BUTTON AND/OR BY USING THE SOFTWARE YOU ACKNOWLEDGE THAT YOU HAVE READ THE TERMS AND AGREE TO THEM. IF YOU ARE AGREEING TO THESE TERMS ON BEHALF OF A COMPANY OR OTHER LEGAL ENTITY, YOU REPRESENT THAT YOU HAVE THE LEGAL AUTHORITY TO BIND THE LEGAL ENTITY TO THESE TERMS. IF YOU DO NOT HAVE SUCH AUTHORITY, OR IF YOU DO NOT WISH TO BE BOUND BY THE TERMS, THEN SELECT THE "DECLINE LICENSE AGREEMENT" (OR THE EQUIVALENT) BUTTON AND YOU MUST NOT USE THE SOFTWARE ON THIS SITE OR ANY OTHER MEDIA ON WHICH THE SOFTWARE IS CONTAINED.
|
||||
|
||||
1. DEFINITIONS. "Software" means the software identified above in binary form that you selected for download, install or use (in the version You selected for download, install or use) from Oracle or its authorized licensees, any other machine readable materials (including, but not limited to, libraries, source files, header files, and data files), any updates or error corrections provided by Oracle, and any user manuals, programming guides and other documentation provided to you by Oracle under this Agreement. "General Purpose Desktop Computers and Servers" means computers, including desktop and laptop computers, or servers, used for general computing functions under end user control (such as but not specifically limited to email, general purpose Internet browsing, and office suite productivity tools). The use of Software in systems and solutions that provide dedicated functionality (other than as mentioned above) or designed for use in embedded or function-specific software applications, for example but not limited to: Software embedded in or bundled with industrial control systems, wireless mobile telephones, wireless handheld devices, kiosks, TV/STB, Blu-ray Disc devices, telematics and network control switching equipment, printers and storage management systems, and other related systems are excluded from this definition and not licensed under this Agreement. "Programs" means (a) Java technology applets and applications intended to run on the Java Platform, Standard Edition platform on Java-enabled General Purpose Desktop Computers and Servers; and (b) JavaFX technology applications intended to run on the JavaFX Runtime on JavaFX-enabled General Purpose Desktop Computers and Servers. “Commercial Features” means those features identified in Table 1-1 (Commercial Features In Java SE Product Editions) of the Java SE documentation accessible at http://www.oracle.com/technetwork/java/javase/documentation/index.html. “README File” means the README file for the Software accessible at http://www.oracle.com/technetwork/java/javase/documentation/index.html.
|
||||
|
||||
2. LICENSE TO USE. Subject to the terms and conditions of this Agreement including, but not limited to, the Java Technology Restrictions of the Supplemental License Terms, Oracle grants you a non-exclusive, non-transferable, limited license without license fees to reproduce and use internally the Software complete and unmodified for the sole purpose of running Programs. THE LICENSE SET FORTH IN THIS SECTION 2 DOES NOT EXTEND TO THE COMMERCIAL FEATURES. YOUR RIGHTS AND OBLIGATIONS RELATED TO THE COMMERCIAL FEATURES ARE AS SET FORTH IN THE SUPPLEMENTAL TERMS ALONG WITH ADDITIONAL LICENSES FOR DEVELOPERS AND PUBLISHERS.
|
||||
|
||||
3. RESTRICTIONS. Software is copyrighted. Title to Software and all associated intellectual property rights is retained by Oracle and/or its licensors. Unless enforcement is prohibited by applicable law, you may not modify, decompile, or reverse engineer Software. You acknowledge that the Software is developed for general use in a variety of information management applications; it is not developed or intended for use in any inherently dangerous applications, including applications that may create a risk of personal injury. If you use the Software in dangerous applications, then you shall be responsible to take all appropriate fail-safe, backup, redundancy, and other measures to ensure its safe use. Oracle disclaims any express or implied warranty of fitness for such uses. No right, title or interest in or to any trademark, service mark, logo or trade name of Oracle or its licensors is granted under this Agreement. Additional restrictions for developers and/or publishers licenses are set forth in the Supplemental License Terms.
|
||||
|
||||
4. DISCLAIMER OF WARRANTY. THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. ORACLE FURTHER DISCLAIMS ALL WARRANTIES, EXPRESS AND IMPLIED, INCLUDING WITHOUT LIMITATION, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
|
||||
|
||||
5. LIMITATION OF LIABILITY. IN NO EVENT SHALL ORACLE BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, PUNITIVE OR CONSEQUENTIAL DAMAGES, OR DAMAGES FOR LOSS OF PROFITS, REVENUE, DATA OR DATA USE, INCURRED BY YOU OR ANY THIRD PARTY, WHETHER IN AN ACTION IN CONTRACT OR TORT, EVEN IF ORACLE HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. ORACLE'S ENTIRE LIABILITY FOR DAMAGES HEREUNDER SHALL IN NO EVENT EXCEED ONE THOUSAND DOLLARS (U.S. $1,000).
|
||||
|
||||
6. TERMINATION. This Agreement is effective until terminated. You may terminate this Agreement at any time by destroying all copies of Software. This Agreement will terminate immediately without notice from Oracle if you fail to comply with any provision of this Agreement. Either party may terminate this Agreement immediately should any Software become, or in either party's opinion be likely to become, the subject of a claim of infringement of any intellectual property right. Upon termination, you must destroy all copies of Software.
|
||||
|
||||
7. EXPORT REGULATIONS. You agree that U.S. export control laws and other applicable export and import laws govern your use of the Software, including technical data; additional information can be found on Oracle's Global Trade Compliance web site (http://www.oracle.com/products/export). You agree that neither the Software nor any direct product thereof will be exported, directly, or indirectly, in violation of these laws, or will be used for any purpose prohibited by these laws including, without limitation, nuclear, chemical, or biological weapons proliferation.
|
||||
|
||||
8. TRADEMARKS AND LOGOS. You acknowledge and agree as between you
|
||||
and Oracle that Oracle owns the ORACLE and JAVA trademarks and all ORACLE- and JAVA-related trademarks, service marks, logos and other brand
|
||||
designations ("Oracle Marks"), and you agree to comply with the Third
|
||||
Party Usage Guidelines for Oracle Trademarks currently located at
|
||||
http://www.oracle.com/us/legal/third-party-trademarks/index.html . Any use you make of the Oracle Marks inures to Oracle's benefit.
|
||||
|
||||
9. U.S. GOVERNMENT LICENSE RIGHTS. If Software is being acquired by or on behalf of the U.S. Government or by a U.S. Government prime contractor or subcontractor (at any tier), then the Government's rights in Software and accompanying documentation shall be only those set forth in this Agreement.
|
||||
|
||||
10. GOVERNING LAW. This agreement is governed by the substantive and procedural laws of California. You and Oracle agree to submit to the exclusive jurisdiction of, and venue in, the courts of San Francisco, or Santa Clara counties in California in any dispute arising out of or relating to this agreement.
|
||||
|
||||
11. SEVERABILITY. If any provision of this Agreement is held to be unenforceable, this Agreement will remain in effect with the provision omitted, unless omission would frustrate the intent of the parties, in which case this Agreement will immediately terminate.
|
||||
|
||||
12. INTEGRATION. This Agreement is the entire agreement between you and Oracle relating to its subject matter. It supersedes all prior or contemporaneous oral or written communications, proposals, representations and warranties and prevails over any conflicting or additional terms of any quote, order, acknowledgment, or other communication between the parties relating to its subject matter during the term of this Agreement. No modification of this Agreement will be binding, unless in writing and signed by an authorized representative of each party.
|
||||
|
||||
SUPPLEMENTAL LICENSE TERMS
|
||||
|
||||
These Supplemental License Terms add to or modify the terms of the Binary Code License Agreement. Capitalized terms not defined in these Supplemental Terms shall have the same meanings ascribed to them in the Binary Code License Agreement. These Supplemental Terms shall supersede any inconsistent or conflicting terms in the Binary Code License Agreement, or in any license contained within the Software.
|
||||
|
||||
A. COMMERCIAL FEATURES. You may not use the Commercial Features for running Programs, Java applets or applications in your internal business operations or for any commercial or production purpose, or for any purpose other than as set forth in Sections B, C, D and E of these Supplemental Terms. If You want to use the Commercial Features for any purpose other than as permitted in this Agreement, You must obtain a separate license from Oracle.
|
||||
|
||||
B. SOFTWARE INTERNAL USE FOR DEVELOPMENT LICENSE GRANT. Subject to the terms and conditions of this Agreement and restrictions and exceptions set forth in the README File incorporated herein by reference, including, but not limited to the Java Technology Restrictions of these Supplemental Terms, Oracle grants you a non-exclusive, non-transferable, limited license without fees to reproduce internally and use internally the Software complete and unmodified for the purpose of designing, developing, and testing your Programs.
|
||||
|
||||
C. LICENSE TO DISTRIBUTE SOFTWARE. Subject to the terms and conditions of this Agreement and restrictions and exceptions set forth in the README File, including, but not limited to the Java Technology Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle grants you a non-exclusive, non-transferable, limited license without fees to reproduce and distribute the Software, provided that (i) you distribute the Software complete and unmodified and only bundled as part of, and for the sole purpose of running, your Programs, (ii) the Programs add significant and primary functionality to the Software, (iii) you do not distribute additional software intended to replace any component(s) of the Software, (iv) you do not remove or alter any proprietary legends or notices contained in the Software, (v) you only distribute the Software subject to a license agreement that: (a) is a complete, unmodified reproduction of this Agreement; or (b) protects Oracle's interests consistent with the terms contained in this Agreement and that includes the notice set forth in Section H, and (vi) you agree to defend and indemnify Oracle and its licensors from and against any damages, costs, liabilities, settlement amounts and/or expenses (including attorneys' fees) incurred in connection with any claim, lawsuit or action by any third party that arises or results from the use or distribution of any and all Programs and/or Software. The license set forth in this Section C does not extend to the Software identified in Section G.
|
||||
|
||||
D. LICENSE TO DISTRIBUTE REDISTRIBUTABLES. Subject to the terms and conditions of this Agreement and restrictions and exceptions set forth in the README File, including but not limited to the Java Technology Restrictions and Limitations on Redistribution of these Supplemental Terms, Oracle grants you a non-exclusive, non-transferable, limited license without fees to reproduce and distribute those files specifically identified as redistributable in the README File ("Redistributables") provided that: (i) you distribute the Redistributables complete and unmodified, and only bundled as part of Programs, (ii) the Programs add significant and primary functionality to the Redistributables, (iii) you do not distribute additional software intended to supersede any component(s) of the Redistributables (unless otherwise specified in the applicable README File), (iv) you do not remove or alter any proprietary legends or notices contained in or on the Redistributables, (v) you only distribute the Redistributables pursuant to a license agreement that: (a) is a complete, unmodified reproduction of this Agreement; or (b) protects Oracle's interests consistent with the terms contained in the Agreement and includes the notice set forth in Section H, (vi) you agree to defend and indemnify Oracle and its licensors from and against any damages, costs, liabilities, settlement amounts and/or expenses (including attorneys' fees) incurred in connection with any claim, lawsuit or action by any third party that arises or results from the use or distribution of any and all Programs and/or Software. The license set forth in this Section D does not extend to the Software identified in Section G.
|
||||
|
||||
E. DISTRIBUTION BY PUBLISHERS. This section pertains to your distribution of the JavaTM SE Development Kit Software (“JDK”) with your printed book or magazine (as those terms are commonly used in the industry) relating to Java technology ("Publication"). Subject to and conditioned upon your compliance with the restrictions and obligations contained in the Agreement, Oracle hereby grants to you a non-exclusive, nontransferable limited right to reproduce complete and unmodified copies of the JDK on electronic media (the "Media") for the sole purpose of inclusion and distribution with your Publication(s), subject to the following terms: (i) You may not distribute the JDK on a stand-alone basis; it must be distributed with your Publication(s); (ii) You are responsible for downloading the JDK from the applicable Oracle web site; (iii) You must refer to the JDK as JavaTM SE Development Kit; (iv) The JDK must be reproduced in its entirety and without any modification whatsoever (including with respect to all proprietary notices) and distributed with your Publication subject to a license agreement that is a complete, unmodified reproduction of this Agreement; (v) The Media label shall include the following information: “Copyright [YEAR], Oracle America, Inc. All rights reserved. Use is subject to license terms. ORACLE and JAVA trademarks and all ORACLE- and JAVA-related trademarks, service marks, logos and other brand designations are trademarks or registered trademarks of Oracle in the U.S. and other countries.” [YEAR] is the year of Oracle's release of the Software; the year information can typically be found in the Software’s “About” box or screen. This information must be placed on the Media label in such a manner as to only apply to the JDK; (vi) You must clearly identify the JDK as Oracle's product on the Media holder or Media label, and you may not state or imply that Oracle is responsible for any third-party software contained on the Media; (vii) You may not include any third party software on the Media which is intended to be a replacement or substitute for the JDK; (viii) You agree to defend and indemnify Oracle and its licensors from and against any damages, costs, liabilities, settlement amounts and/or expenses (including attorneys' fees) incurred in connection with any claim, lawsuit or action by any third party that arises or results from the use or distribution of the JDK and/or the Publication; ; and (ix) You shall provide Oracle with a written notice for each Publication; such notice shall include the following information: (1) title of Publication, (2) author(s), (3) date of Publication, and (4) ISBN or ISSN numbers. Such notice shall be sent to Oracle America, Inc., 500 Oracle Parkway, Redwood Shores, California 94065 U.S.A , Attention: General Counsel.
|
||||
|
||||
F. JAVA TECHNOLOGY RESTRICTIONS. You may not create, modify, or change the behavior of, or authorize your licensees to create, modify, or change the behavior of, classes, interfaces, or subpackages that are in any way identified as "java", "javax", "sun", “oracle” or similar convention as specified by Oracle in any naming convention designation.
|
||||
|
||||
G. LIMITATIONS ON REDISTRIBUTION. You may not redistribute or otherwise transfer: (a) JavaFX Runtime prior to version 2.0.2, (b) JavaFX Development Kit prior to version 2.0.2, or (c) any and all patches, bug fixes and updates made available by Oracle through Oracle Premier Support, including those made available under Oracle's Java SE Support program.
|
||||
|
||||
H. COMMERCIAL FEATURES NOTICE. For purpose of complying with Supplemental Term Section C.(v)(b) and D.(v)(b), your license agreement shall include the following notice, where the notice is displayed in a manner that anyone using the Software will see the notice:
|
||||
|
||||
Use of the Commercial Features for any commercial or production purpose requires a separate license from Oracle. “Commercial Features” means those features identified Table 1-1 (Commercial Features In Java SE Product Editions) of the Java SE documentation accessible at http://www.oracle.com/technetwork/java/javase/documentation/index.html
|
||||
|
||||
I. SOURCE CODE. Software may contain source code that, unless expressly licensed for other purposes, is provided solely for reference purposes pursuant to the terms of this Agreement. Source code may not be redistributed unless expressly provided for in this Agreement.
|
||||
|
||||
J. THIRD PARTY CODE. Additional copyright notices and license terms applicable to portions of the Software are set forth in the THIRDPARTYLICENSEREADME file accessible at http://www.oracle.com/technetwork/java/javase/documentation/index.html. In addition to any terms and conditions of any third party opensource/freeware license identified in the THIRDPARTYLICENSEREADME file, the disclaimer of warranty and limitation of liability provisions in paragraphs 4 and 5 of the Binary Code License Agreement shall apply to all Software in this distribution.
|
||||
|
||||
K. TERMINATION FOR INFRINGEMENT. Either party may terminate this Agreement immediately should any Software become, or in either party's opinion be likely to become, the subject of a claim of infringement of any intellectual property right.
|
||||
|
||||
L. INSTALLATION AND AUTO-UPDATE. The Software's installation and auto-update processes transmit a limited amount of data to Oracle (or its service provider) about those specific processes to help Oracle understand and optimize them. Oracle does not associate the data with personally identifiable information. You can find more information about the data Oracle collects as a result of your Software download at http://www.oracle.com/technetwork/java/javase/documentation/index.html.
|
||||
|
||||
For inquiries please contact:
|
||||
Oracle America, Inc., 500 Oracle Parkway,
|
||||
Redwood Shores, California 94065, USA.
|
||||
|
||||
Last updated 2 July 2012
|
||||
|
0
SRPMS/sun-java8/distroutils.sysconfig
Normal file
759
SRPMS/sun-java8/sun-java8.spec.in
Normal file
@@ -0,0 +1,759 @@
|
||||
%define JRE_NSVER 8
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
%define realver %(echo %version | cut -d_ -f1)
|
||||
%define MAJOR %(echo %realver | cut -du -f1)
|
||||
%define MINOR %(echo %realver | cut -du -f2)
|
||||
%define major 1.%{MAJOR}
|
||||
%define minor 0
|
||||
%define origin sun
|
||||
%define javaver %{major}.%{minor}
|
||||
%define jppname java-%{javaver}-%{origin}
|
||||
%define javaws_ver %{javaver}
|
||||
%define toplevel_dir jdk%{javaver}_%{MINOR}
|
||||
%define distversion %{realver}
|
||||
%define label -%{name}
|
||||
%define jdklnk jdk8-%{origin}
|
||||
%define jrelnk jre8-%{origin}
|
||||
%define jdkdir %{jppname}
|
||||
%define jredir %{jdkdir}/jre
|
||||
%define jdkbindir %{_jvmdir}/%{jdklnk}/bin
|
||||
%define jdklibdir %{_jvmdir}/%{jdklnk}/lib
|
||||
%define jrebindir %{_jvmdir}/%{jrelnk}/bin
|
||||
%define jvmjardir %{_jvmjardir}/%{jppname}
|
||||
%define cgibindir %{_var}/www/cgi-bin
|
||||
|
||||
Name: sun-java8
|
||||
Version: @SRPMVERSION@
|
||||
Release: @SRPMRELEASE@
|
||||
Epoch: 1
|
||||
Summary: Sun Java Developer's Kit
|
||||
Group: System/Libraries/Java
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://www.oracle.com/technetwork/java/javase/overview/index.html
|
||||
Source: LICENSE
|
||||
BuildRequires: jpackage-utils
|
||||
Provides: jdk = %{realver}
|
||||
Provides: jdk2 = %{realver}
|
||||
License: Oracle Binary Code License
|
||||
Requires: shared-mime-info
|
||||
Requires: desktop-file-utils
|
||||
Requires: sun-java8-runtime = %{epoch}:%{version}-%{release}
|
||||
Requires: menu-java
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Sun Java Developer's Kit.
|
||||
|
||||
%package runtime
|
||||
Summary: Sun Java Platform Runtime Environment
|
||||
Group: System/Libraries/Java
|
||||
#Obsoletes: j2re
|
||||
Provides: j2re = %{realver}
|
||||
Provides: jre = %{realver}
|
||||
|
||||
%description runtime
|
||||
Sun Java Platform Runtime Environment.
|
||||
|
||||
%prep
|
||||
[ "%{toplevel_dir}" != / ] && rm -rf "%{toplevel_dir}"
|
||||
|
||||
%setup -q -T -c
|
||||
|
||||
#echo yes | MORE=10000
|
||||
%ifarch %{ix86}
|
||||
wget -nv --tries=2 --no-cookies --header \
|
||||
"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" \
|
||||
http://download.oracle.com/otn-pub/java/jdk/%{pkgver}/jdk-%{realver}-linux-i586.tar.gz
|
||||
tar xf jdk-%{realver}-linux-i586.tar.gz
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
wget -nv --tries=2 --no-cookies --header \
|
||||
"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" \
|
||||
http://download.oracle.com/otn-pub/java/jdk/%{pkgver}/jdk-%{realver}-linux-x64.tar.gz
|
||||
tar xf jdk-%{realver}-linux-x64.tar.gz
|
||||
%endif
|
||||
%ifarch arm
|
||||
wget -nv --tries=2 --no-cookies --header \
|
||||
"Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" \
|
||||
http://download.oracle.com/otn-pub/java/jdk/%{pkgver}/jdk-%{realver}-linux-arm-vfp-sflt.tar.gz
|
||||
tar xf jdk-%{realver}-linux-arm-sfp.tar.gz
|
||||
%endif
|
||||
|
||||
cd %{toplevel_dir}
|
||||
#cp %{SOURCE5} ./construct.sh
|
||||
#mkdir unbundle-jdk
|
||||
#cd unbundle-jdk
|
||||
#sh %{SOURCE0} --accept-license
|
||||
chmod -R u+w *
|
||||
|
||||
#for pack in $(find . -name "*.pack"); do
|
||||
# bin/unpack200 $pack $(echo $pack | sed -e s:.pack::g).jar
|
||||
#done
|
||||
|
||||
%install
|
||||
cd %{toplevel_dir}
|
||||
#construct.sh unbundle-jdk linux-jdk linux-jre
|
||||
install -d -m 755 %{buildroot}%{_jvmdir}/%{jdkdir}
|
||||
install -d -m 755 %{buildroot}%{_jvmdir}/%{jredir}
|
||||
|
||||
cat > bin/HtmlConverter << EOF
|
||||
%{jrebindir}/java -jar %{jdklibdir}/htmlconverter.jar $*
|
||||
EOF
|
||||
|
||||
sed -i "s|PATH=.*|PATH=%{jrebindir}|" bin/java-rmi.cgi
|
||||
# main
|
||||
cp -a bin include lib src.zip %{buildroot}%{_jvmdir}/%{jdkdir}
|
||||
# extensions
|
||||
install -d -m 755 %{buildroot}%{jvmjardir}
|
||||
|
||||
pushd %{buildroot}%{jvmjardir}
|
||||
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/jsse.jar jsse-%{javaver}.jar
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/jce.jar jce-%{javaver}.jar
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/rt.jar jndi-%{javaver}.jar
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/rt.jar jndi-ldap-%{javaver}.jar
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/rt.jar jndi-cos-%{javaver}.jar
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/rt.jar jndi-rmi-%{javaver}.jar
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/rt.jar jaas-%{javaver}.jar
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/rt.jar jdbc-stdext-%{javaver}.jar
|
||||
ln -s jdbc-stdext-%{javaver}.jar jdbc-stdext-3.0.jar
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/rt.jar sasl-%{javaver}.jar
|
||||
# ln -s %{_jvmdir}/%{jredir}/lib/rt.jar xml-commons-apis.jar
|
||||
for jar in *-%{javaver}.jar ; do
|
||||
#if [ %{realver} != %{javaver} ]; then
|
||||
#ln -fs ${jar} $(echo $jar | sed "s|-%{realver}.jar|-%{javaver}.jar|g")
|
||||
#fi
|
||||
ln -fs ${jar} $(echo $jar | sed "s|-%{javaver}.jar|.jar|g")
|
||||
done
|
||||
|
||||
popd
|
||||
|
||||
# rest of jre
|
||||
cp -a jre/bin jre/lib %{buildroot}%{_jvmdir}/%{jredir}
|
||||
#cp -a jre/javaws %{buildroot}%{_jvmdir}/%{jredir}
|
||||
%ifnarch arm
|
||||
cp -a jre/plugin %{buildroot}%{_jvmdir}/%{jredir}
|
||||
%endif
|
||||
|
||||
# see <http://www.java.com/it/download/help/5000010500.xml#install>
|
||||
mkdir -p %{buildroot}%{_datadir}/pixmaps
|
||||
mkdir -p %{buildroot}%{_datadir}/icons/mini
|
||||
%ifnarch arm
|
||||
install -m 644 jre/plugin/desktop/%{origin}_java.png \
|
||||
%{buildroot}%{_datadir}/pixmaps/%{name}.png
|
||||
ln -s %{_datadir}/pixmaps/%{name}.png %{buildroot}%{_datadir}/icons/mini/%{name}.png
|
||||
install -d %{buildroot}%{_libdir}/mozilla/plugins
|
||||
%endif
|
||||
%ifarch %{ix86}
|
||||
ln -s %{_jvmdir}/%{jredir}/plugin/i386/ns%{JRE_NSVER}/libjavaplugin_oji.so \
|
||||
%{buildroot}%{_libdir}/mozilla/plugins/libjava8plugin_oji.so
|
||||
ln -s %{_jvmdir}/%{jredir}/plugin/i386/ns%{JRE_NSVER}/libjavaplugin_oji.so \
|
||||
%{buildroot}%{_libdir}/mozilla/plugins/libjava8plugin.so
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/i386/libjavaplugin_jni.so \
|
||||
%{buildroot}%{_libdir}/mozilla/plugins/libjava8plugin_jni.so
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/i386/libjavaplugin_nscp.so \
|
||||
%{buildroot}%{_libdir}/mozilla/plugins/libjava8plugin_nscp.so
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/i386/libnpjp2.so \
|
||||
%{buildroot}%{_libdir}/mozilla/plugins/libnpjp2-8.so
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/amd64/libjavaplugin_jni.so \
|
||||
%{buildroot}%{_libdir}/mozilla/plugins/libjava8plugin_jni.so
|
||||
ln -s %{_jvmdir}/%{jredir}/lib/amd64/libnpjp2.so \
|
||||
%{buildroot}%{_libdir}/mozilla/plugins/libnpjp2-8.so
|
||||
%endif
|
||||
|
||||
install -d -m 755 %{buildroot}%{_jvmprivdir}/%{name}/jce/vanilla
|
||||
for file in local_policy.jar US_export_policy.jar; do
|
||||
mv %{buildroot}%{_jvmdir}/%{jredir}/lib/security/$file \
|
||||
%{buildroot}%{_jvmprivdir}/%{name}/jce/vanilla
|
||||
# for ghosts
|
||||
touch %{buildroot}%{_jvmdir}/%{jredir}/lib/security/$file
|
||||
done
|
||||
|
||||
pushd %{buildroot}%{_jvmdir}
|
||||
ln -s %{jredir} %{jrelnk}
|
||||
ln -s %{jdkdir} %{jdklnk}
|
||||
popd
|
||||
|
||||
pushd %{buildroot}%{_jvmjardir}
|
||||
ln -s %{jdkdir} %{jrelnk}
|
||||
ln -s %{jdkdir} %{jdklnk}
|
||||
popd
|
||||
|
||||
mkdir -p %{buildroot}%{_mandir}/man1
|
||||
for manpage in man/man1/*; do
|
||||
install -m 644 -p $manpage \
|
||||
%{buildroot}%{_mandir}/man1/`basename $manpage .1`-%{origin}8.1
|
||||
done
|
||||
|
||||
|
||||
mkdir -p %{buildroot}%{_jvmdir}/%{jdkdir}
|
||||
#cp -a demo sample %{buildroot}%{_jvmdir}/%{jdkdir}
|
||||
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/mime/packages/
|
||||
mkdir -p %{buildroot}%{_datadir}/applications
|
||||
|
||||
%ifnarch arm
|
||||
for style in hicolor HighContrast HighContrastInverse LowContrast; do
|
||||
for size in 16 48; do
|
||||
for kind in apps mimetypes; do
|
||||
mkdir -p %{buildroot}%{_datadir}/icons/$style/${size}x${size}/$kind
|
||||
install -m 644 jre/lib/desktop/icons/$style/${size}x${size}/$kind/*.png \
|
||||
%{buildroot}%{_datadir}/icons/$style/${size}x${size}/$kind
|
||||
done
|
||||
done
|
||||
done
|
||||
|
||||
rm -rf %{buildroot}%{_datadir}/icons/hicolor/48x48/mimetypes/gnome-mime-text-x-java.png
|
||||
rm -rf %{buildroot}%{_datadir}/icons/hicolor/16x16/mimetypes/gnome-mime-text-x-java.png
|
||||
|
||||
cp -a jre/lib/desktop/mime/packages/* %{buildroot}%{_datadir}/mime/packages/
|
||||
cp -a jre/lib/desktop/applications/%{origin}-java.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/applications
|
||||
if [ -e %{buildroot}%{_jvmdir}/%{jdkdir}/bin/jvisualvm ]; then
|
||||
cat >> %{buildroot}%{_datadir}/applications/%{name}-jvisualvm.desktop << EOF
|
||||
[Desktop Entry]
|
||||
Name=Java VisualVM (%{name})
|
||||
Comment=Java Virtual Machine Monitoring, Troubleshooting, and Profiling Tool
|
||||
Exec=%{_jvmdir}/%{jdkdir}/bin/jvisualvm
|
||||
Icon=%{_datadir}/icons/hicolor/48x48/apps/%{name}.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Development;Profiling;
|
||||
EOF
|
||||
fi
|
||||
|
||||
# ControlPanel freedesktop.org menu entry
|
||||
cat > %{buildroot}%{_datadir}/applications/%{name}-jcontrol.desktop << EOF
|
||||
[Desktop Entry]
|
||||
Name=Java Plugin Control Panel (%{name})
|
||||
Comment=Java Control Panel
|
||||
Exec=%{_jvmdir}/%{jdkdir}/bin/jcontrol
|
||||
Icon=%{_datadir}/icons/hicolor/48x48/apps/sun-jcontrol.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Settings;Java;
|
||||
EOF
|
||||
|
||||
# javaws freedesktop.org menu entry
|
||||
cat > %{buildroot}%{_datadir}/applications/%{name}-javaws.desktop << EOF
|
||||
[Desktop Entry]
|
||||
Name=Java Web Start (%{name})
|
||||
Comment=Java Application Launcher
|
||||
MimeType=application/x-java-jnlp-file;
|
||||
Exec=%{_jvmdir}/%{jredir}/bin/javaws %%u
|
||||
Icon=%{_datadir}/icons/hicolor/48x48/apps/sun-javaws.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Settings;Java;
|
||||
EOF
|
||||
%endif
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}/fonts/ttf/j2se-%{origin}
|
||||
mkdir -p %{buildroot}%{_datadir}/fonts/ttf/j2se-%{origin}-oblique
|
||||
|
||||
# move the fonts into a shared fonts directory
|
||||
install -m 644 jre/lib/fonts/*.ttf \
|
||||
%{buildroot}%{_datadir}/fonts/ttf/j2se-%{origin}
|
||||
install -m 644 jre/lib/oblique-fonts/*.ttf \
|
||||
%{buildroot}%{_datadir}/fonts/ttf/j2se-%{origin}-oblique
|
||||
|
||||
rm -rf %{buildroot}%{_jvmdir}/%{jredir}/lib/fonts
|
||||
rm -rf %{buildroot}%{_jvmdir}/%{jredir}/lib/oblique-fonts
|
||||
ln -s ../../../../../share/fonts/ttf/j2se-%{origin} \
|
||||
%{buildroot}%{_jvmdir}/%{jredir}/lib/fonts
|
||||
ln -s ../../../../../share/fonts/ttf/j2se-%{origin}-oblique \
|
||||
%{buildroot}%{_jvmdir}/%{jredir}/lib/oblique-fonts
|
||||
|
||||
#install -d %{buildroot}%{_sysconfdir}/profile.d
|
||||
#sed -i "s|__JDK__PREFIX__|%{_jvmdir}|" %{S:3}
|
||||
#sed -i "s|__JRE__PREFIX__|%{_jvmdir}%{jrelnk}|" %{S:4}
|
||||
#install -m0755 %{S:3} %{buildroot}%{_sysconfdir}/profile.d/%{jdklnk}.sh
|
||||
#install -m0755 %{S:4} %{buildroot}%{_sysconfdir}/profile.d/%{jrelnk}.sh
|
||||
|
||||
mkdir %{buildroot}%{_javadir}-%{javaver}
|
||||
mkdir %{buildroot}%{_jnidir}-%{javaver}
|
||||
|
||||
## FIXME: temporary workaround to provide openjdk (required by ooobuild-3.1.0.6 odk patch)
|
||||
#ln -s %{jdkdir} %{buildroot}%{_libdir}/jvm/java-%{MAJOR}-openjdk
|
||||
|
||||
pushd %{buildroot}%{_jvmdir}/%{jredir}/lib
|
||||
for l in *.jar; do
|
||||
ln -s ../jre/lib/$l %{buildroot}%{_jvmdir}/%{jdkdir}/lib/$l
|
||||
done
|
||||
|
||||
install -d -m 0755 %{buildroot}%{_jvmdir}/%{jredir}/.systemPrefs
|
||||
touch %{buildroot}%{_jvmdir}/%{jredir}/.systemPrefs/.systemRootModFile
|
||||
|
||||
#for file in %{buildroot}%{_jvmdir}/%{jdkdir}/bin/* %{buildroot}%{_jvmdir}/%{jredir}/bin/*
|
||||
#do
|
||||
# chrpath --list $file && chrpath --delete $file || :
|
||||
#done
|
||||
#for file in $(find %{buildroot}%{_jvmdir}/%{jdkdir}/demo -name "*.so")
|
||||
#do
|
||||
# chrpath --list $file && chrpath --delete $file || :
|
||||
#done
|
||||
#for file in $(find %{buildroot}%{_jvmdir}/%{jredir}/lib -name "*.so")
|
||||
#do
|
||||
# chrpath --list $file && chrpath --delete $file || :
|
||||
#done
|
||||
|
||||
# Remove requirements missing ffmpeg libraries
|
||||
rm -f %{buildroot}%{_jvmdir}/%{jredir}/lib/*/libavplugin-ffmpeg-56.so
|
||||
rm -f %{buildroot}%{_jvmdir}/%{jredir}/lib/*/libavplugin-53.so
|
||||
rm -f %{buildroot}%{_jvmdir}/%{jredir}/lib/*/libavplugin-54.so
|
||||
rm -f %{buildroot}%{_jvmdir}/%{jredir}/lib/*/libavplugin-56.so
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
rm -rf %{_builddir}/%{name}-*
|
||||
:
|
||||
|
||||
%pre
|
||||
if [ $1 -ge 1 ]; then
|
||||
# legacy cleanups
|
||||
for b in javac jar; do
|
||||
/usr/sbin/update-alternatives --remove $b \
|
||||
/opt/java/jdk/bin/$b 2>/dev/null
|
||||
done
|
||||
fi
|
||||
:
|
||||
|
||||
%post
|
||||
if [ $1 -ge 1 ]; then
|
||||
# new install
|
||||
if ! echo ${PATH} | grep -q %{_jredir}/bin; then
|
||||
export PATH="$PATH:%{_jredir}/bin"
|
||||
fi
|
||||
for b in javac jar; do
|
||||
[ -L %{_bindir}/$b -a "`readlink %{_bindir}/$b`" != "%{_sysconfdir}/alternatives/$b" ] &&
|
||||
rm -f %{_bindir}/$b
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %{_bindir}/$b $b \
|
||||
%{_jvmdir}/%{jdklnk}/bin/$b 56
|
||||
done
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %{_jvmdir}/jdk jdk \
|
||||
%{_jvmdir}/%{jdklnk} 56
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %{_jvmjardir}/jdk jdk-exports \
|
||||
%{_jvmjardir}/%{jdklnk} 56
|
||||
fi
|
||||
:
|
||||
|
||||
%preun
|
||||
if [ $1 -eq 0 ]; then
|
||||
for b in javac jar; do
|
||||
%{_sbindir}/update-alternatives --remove $b \
|
||||
%{_jvmdir}/%{jdklnk}/bin/$b
|
||||
done
|
||||
%{_sbindir}/update-alternatives --remove jdk \
|
||||
%{_jvmdir}/%{jdklnk}
|
||||
%{_sbindir}/update-alternatives --remove jdk-exports \
|
||||
%{_jvmjardir}/%{jdklnk}
|
||||
fi
|
||||
:
|
||||
|
||||
%pre runtime
|
||||
if [ $1 -ge 1 ]; then
|
||||
[ -L %{_jvmdir}/%{jredir}/lib/fonts ] || rm -rf %{_jvmdir}/%{jredir}/lib/fonts
|
||||
[ -L %{_jvmdir}/%{jredir}/lib/oblique-fonts ] || rm -rf %{_jvmdir}/%{jredir}/lib/oblique-fonts
|
||||
[ -e %{_jvmdir}/%{jrelnk} ] && rm -rf %{_jvmdir}/%{jrelnk}
|
||||
[ -L %{_bindir}/java -a "`readlink %{_bindir}/java`" != "%{_sysconfdir}/alternatives/java" ] &&
|
||||
rm -f %{_bindir}/java
|
||||
|
||||
if [ -d /opt/java/jre ]; then
|
||||
# legacy cleanups
|
||||
%{_sbindir}/update-alternatives --remove java \
|
||||
/opt/java/jre/bin/java 2>/dev/null
|
||||
fi
|
||||
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %{_bindir}/java java \
|
||||
%{_jvmdir}/%{jrelnk}/bin/java 56
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %{_jvmdir}/jre jre \
|
||||
%{_jvmdir}/%{jrelnk} 56
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %{_jvmjardir}/jre jre-exports \
|
||||
%{_jvmjardir}/%{jrelnk} 56
|
||||
fi
|
||||
:
|
||||
|
||||
%post runtime
|
||||
if [ -x %{_bindir}/fc-cache ]; then
|
||||
%{_bindir}/fc-cache %{_datadir}/fonts/ttf/j2se-%{origin}
|
||||
%{_bindir}/fc-cache %{_datadir}/fonts/ttf/j2se-%{origin}-oblique
|
||||
fi
|
||||
|
||||
if ! echo ${PATH} | grep -q %{_jvmdir}/jre/bin; then
|
||||
export PATH="$PATH: %{_jvmdir}/jre/bin"
|
||||
fi
|
||||
|
||||
if [ -d %{_jvmdir}/%{jrelnk}/lib/security ]; then
|
||||
# Need to remove the old jars in order to support upgrading
|
||||
# update-alternatives fails silently if the link targets exist as files
|
||||
rm -f %{_jvmdir}/%{jrelnk}/lib/security/{local,US_export}_policy.jar
|
||||
fi
|
||||
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %{_jvmdir}/%{jredir}/lib/oblique-fonts \
|
||||
oblique_fonts_%{javaver}_%{origin} %{_datadir}/fonts/ttf/j2se-%{origin}-oblique 56
|
||||
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %{_jvmdir}/%{jredir}/lib/fonts fonts_%{javaver}_%{origin} \
|
||||
%{_datadir}/fonts/ttf/j2se-%{origin} 56
|
||||
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %{_jvmdir}/%{jrelnk}/lib/security/local_policy.jar \
|
||||
jce_%{javaver}_%{origin}_local_policy %{_jvmprivdir}/%{name}/jce/vanilla/local_policy.jar 56
|
||||
|
||||
%{_sbindir}/update-alternatives \
|
||||
--install %{_jvmdir}/%{jrelnk}/lib/security/US_export_policy.jar \
|
||||
jce_%{javaver}_%{origin}_us_export_policy %{_jvmprivdir}/%{name}/jce/vanilla/US_export_policy.jar 56
|
||||
:
|
||||
|
||||
%preun runtime
|
||||
if [ $1 -eq 0 ]; then
|
||||
%{_sbindir}/update-alternatives --remove java \
|
||||
%{_jvmdir}/%{jrelnk}/bin/java
|
||||
%{_sbindir}/update-alternatives --remove jre \
|
||||
%{_jvmdir}/%{jrelnk}
|
||||
%{_sbindir}/update-alternatives --remove jre-exports \
|
||||
%{_jvmjardir}/%{jrelnk}
|
||||
fi
|
||||
:
|
||||
|
||||
%postun runtime
|
||||
if [ $1 -eq 0 ]; then
|
||||
if [ -x %{_bindir}/fc-cache ]; then
|
||||
%{_bindir}/fc-cache --system-only
|
||||
fi
|
||||
%{_sbindir}/update-alternatives \
|
||||
--remove jce_%{javaver}_%{origin}_local_policy \
|
||||
%{_jvmprivdir}/%{name}/jce/vanilla/local_policy.jar
|
||||
%{_sbindir}/update-alternatives \
|
||||
--remove oblique_fonts_%{javaver}_%{origin} \
|
||||
%{_datadir}/fonts/ttf/j2se-%{origin}-oblique
|
||||
%{_sbindir}/update-alternatives \
|
||||
--remove fonts_%{javaver}_%{origin} \
|
||||
%{_datadir}/fonts/ttf/j2se-%{origin}
|
||||
fi
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
#%{_sysconfdir}/profile.d/%{jdklnk}.sh
|
||||
%{_jvmdir}/%{jdklnk}
|
||||
%{_jvmjardir}/%{jdklnk}
|
||||
%{_jvmdir}/%{jdkdir}/bin
|
||||
#%{_jvmdir}/%{jdkdir}/db
|
||||
#%{_jvmdir}/%{jdkdir}/demo
|
||||
%{_jvmdir}/%{jdkdir}/lib
|
||||
%{_jvmdir}/%{jdkdir}/include
|
||||
#%{_jvmdir}/%{jdkdir}/sample
|
||||
%{_jvmdir}/%{jdkdir}/src.zip
|
||||
%dir %{_javadir}-%{javaver}
|
||||
%dir %{_jnidir}-%{javaver}
|
||||
%{_mandir}/man1/appletviewer-sun8.1*
|
||||
#%{_mandir}/man1/apt-sun8.1*
|
||||
%{_mandir}/man1/extcheck-sun8.1*
|
||||
%{_mandir}/man1/idlj-sun8.1*
|
||||
%{_mandir}/man1/jar-sun8.1*
|
||||
%{_mandir}/man1/jarsigner-sun8.1*
|
||||
%{_mandir}/man1/javac-sun8.1*
|
||||
%{_mandir}/man1/javadoc-sun8.1*
|
||||
%ifnarch arm
|
||||
%{_mandir}/man1/javafxpackager-sun8.1*
|
||||
%endif
|
||||
%{_mandir}/man1/javah-sun8.1*
|
||||
%{_mandir}/man1/javap-sun8.1*
|
||||
%{_mandir}/man1/javapackager-sun8.1*
|
||||
%{_mandir}/man1/jdeps-sun8.1*
|
||||
%{_mandir}/man1/jjs-sun8.1*
|
||||
%{_mandir}/man1/jcmd-sun8.1*
|
||||
%{_mandir}/man1/jconsole-sun8.1*
|
||||
%{_mandir}/man1/jdb-sun8.1*
|
||||
%{_mandir}/man1/jhat-sun8.1*
|
||||
%{_mandir}/man1/jinfo-sun8.1*
|
||||
%{_mandir}/man1/jmap-sun8.1*
|
||||
%{_mandir}/man1/jmc-sun8.1*
|
||||
%{_mandir}/man1/jps-sun8.1*
|
||||
%{_mandir}/man1/jrunscript-sun8.1*
|
||||
%{_mandir}/man1/jsadebugd-sun8.1*
|
||||
%{_mandir}/man1/jstack-sun8.1*
|
||||
%{_mandir}/man1/jstat-sun8.1*
|
||||
%{_mandir}/man1/jstatd-sun8.1*
|
||||
%{_mandir}/man1/jvisualvm-sun8.1*
|
||||
%{_mandir}/man1/native2ascii-sun8.1*
|
||||
%{_mandir}/man1/policytool-sun8.1*
|
||||
%{_mandir}/man1/rmic-sun8.1*
|
||||
%{_mandir}/man1/schemagen-sun8.1*
|
||||
%{_mandir}/man1/serialver-sun8.1*
|
||||
%{_mandir}/man1/wsgen-sun8.1*
|
||||
%{_mandir}/man1/wsimport-sun8.1*
|
||||
%{_mandir}/man1/xjc-sun8.1*
|
||||
%doc %{toplevel_dir}/COPYRIGHT %{toplevel_dir}/LICENSE
|
||||
%doc %{toplevel_dir}/THIRDPARTYLICENSEREADME.txt
|
||||
# %{toplevel_dir}/README*
|
||||
|
||||
%files runtime
|
||||
%defattr(-,root,root)
|
||||
#%{_sysconfdir}/profile.d/%{jrelnk}.sh
|
||||
%dir %{_jvmdir}/%{jdkdir}
|
||||
%dir %{_jvmdir}/%{jredir}
|
||||
%dir %{_jvmdir}/%{jredir}/lib
|
||||
%{_jvmdir}/%{jredir}/lib/*.jar
|
||||
%{_jvmdir}/%{jredir}/lib/*.properties*
|
||||
%{_jvmdir}/%{jredir}/lib/fontconfig*.bfc
|
||||
%{_jvmdir}/%{jredir}/lib/classlist
|
||||
%{_jvmdir}/%{jredir}/lib/jexec
|
||||
%{_jvmdir}/%{jredir}/lib/*.txt
|
||||
%{_jvmdir}/%{jredir}/lib/meta-index
|
||||
#%{_jvmdir}/%{jredir}/lib/audio
|
||||
%{_jvmdir}/%{jredir}/lib/cmm
|
||||
%ifnarch arm
|
||||
%{_jvmdir}/%{jredir}/lib/deploy
|
||||
%{_jvmdir}/%{jredir}/lib/desktop
|
||||
%{_jvmdir}/%{jredir}/lib/locale
|
||||
%endif
|
||||
%{_jvmdir}/%{jredir}/lib/ext
|
||||
%ifarch %{ix86}
|
||||
%{_jvmdir}/%{jredir}/lib/i386
|
||||
%endif
|
||||
%ifarch x86_64
|
||||
%{_jvmdir}/%{jredir}/lib/amd64
|
||||
%endif
|
||||
%ifarch arm
|
||||
%{_jvmdir}/%{jredir}/lib/arm
|
||||
%endif
|
||||
#%{_jvmdir}/%{jredir}/lib/im
|
||||
%{_jvmdir}/%{jredir}/lib/images
|
||||
%{_jvmdir}/%{jredir}/lib/management
|
||||
%dir %{_jvmdir}/%{jredir}/lib/security
|
||||
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/cacerts
|
||||
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/java.policy
|
||||
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/blacklisted.certs
|
||||
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/java.security
|
||||
%ifnarch arm
|
||||
#%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/javafx.policy
|
||||
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/javaws.policy
|
||||
%endif
|
||||
%{_jvmdir}/%{jredir}/lib/tzdb.dat
|
||||
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/blacklist
|
||||
%config(noreplace) %{_jvmdir}/%{jredir}/lib/security/trusted.libraries
|
||||
%ghost %{_jvmdir}/%{jredir}/lib/security/local_policy.jar
|
||||
%ghost %{_jvmdir}/%{jredir}/lib/security/US_export_policy.jar
|
||||
%dir %{_jvmdir}/%{jredir}/lib/jfr
|
||||
%{_jvmdir}/%{jredir}/lib/jfr/*
|
||||
%{_jvmdir}/%{jredir}/lib/currency.data
|
||||
#%{_jvmdir}/%{jredir}/lib/servicetag
|
||||
%{_jvmdir}/%{jredir}/.systemPrefs
|
||||
#%{_jvmdir}/%{jredir}/lib/zi
|
||||
|
||||
%{_jvmdir}/%{jredir}/lib/fonts
|
||||
%{_jvmdir}/%{jredir}/lib/oblique-fonts
|
||||
|
||||
%dir %{_jvmprivdir}/%{name}
|
||||
%dir %{_jvmprivdir}/%{name}/jce
|
||||
%dir %{_jvmprivdir}/%{name}/jce/vanilla
|
||||
%config(noreplace) %{_jvmprivdir}/%{name}/jce/vanilla/US_export_policy.jar
|
||||
%config(noreplace) %{_jvmprivdir}/%{name}/jce/vanilla/local_policy.jar
|
||||
%{_jvmdir}/%{jredir}/bin
|
||||
#%{_jvmdir}/%{jredir}/javaws
|
||||
#%{_jvmdir}/%{jredir}/lib
|
||||
%ifnarch arm
|
||||
%{_jvmdir}/%{jredir}/plugin
|
||||
%endif
|
||||
%{_jvmdir}/%{jrelnk}
|
||||
%{_jvmjardir}/%{jrelnk}
|
||||
%{_jvmjardir}/%{jppname}/jaas*.jar
|
||||
%{_jvmjardir}/%{jppname}/jce*jar
|
||||
%{_jvmjardir}/%{jppname}/jdbc-stdext*jar
|
||||
%{_jvmjardir}/%{jppname}/jndi*.jar
|
||||
%{_jvmjardir}/%{jppname}/jsse*.jar
|
||||
%{_jvmjardir}/%{jppname}/sasl*.jar
|
||||
#%{_jvmjardir}/%{jppname}/xml-commons-apis.jar
|
||||
%ifnarch arm
|
||||
%{_libdir}/mozilla/plugins/libjava8plugin*.so
|
||||
%{_libdir}/mozilla/plugins/libnpjp2-8.so
|
||||
%{_datadir}/applications/%{name}.desktop
|
||||
%{_datadir}/applications/%{name}-javaws.desktop
|
||||
%{_datadir}/applications/%{name}-jcontrol.desktop
|
||||
%{_datadir}/applications/%{name}-jvisualvm.desktop
|
||||
%{_datadir}/icons/*/*x*/*/*.png
|
||||
%{_datadir}/icons/mini/%{name}.png
|
||||
%{_datadir}/mime/packages/x-java-*.xml
|
||||
%{_datadir}/pixmaps/%{name}.png
|
||||
%endif
|
||||
%dir %{_datadir}/fonts/ttf/j2se-sun-oblique
|
||||
%{_datadir}/fonts/ttf/j2se-sun-oblique/*.ttf
|
||||
%dir %{_datadir}/fonts/ttf/j2se-sun
|
||||
%{_datadir}/fonts/ttf/j2se-sun/*.ttf
|
||||
|
||||
%{_mandir}/man1/java-sun8.1*
|
||||
%{_mandir}/man1/javaws-sun8.1*
|
||||
%{_mandir}/man1/keytool-sun8.1*
|
||||
%{_mandir}/man1/orbd-sun8.1*
|
||||
%{_mandir}/man1/pack200-sun8.1*
|
||||
%{_mandir}/man1/rmid-sun8.1*
|
||||
%{_mandir}/man1/rmiregistry-sun8.1*
|
||||
%{_mandir}/man1/servertool-sun8.1*
|
||||
%{_mandir}/man1/tnameserv-sun8.1*
|
||||
%{_mandir}/man1/unpack200-sun8.1*
|
||||
%doc %{toplevel_dir}/jre/COPYRIGHT %{toplevel_dir}/jre/LICENSE
|
||||
%doc %{toplevel_dir}/jre/THIRDPARTYLICENSEREADME.txt
|
||||
# %{toplevel_dir}/jre/README %{toplevel_dir}/jre/Welcome.html
|
||||
|
||||
%changelog
|
||||
* Tue Sep 13 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 8u102_b14-1mamba
|
||||
- update to java8
|
||||
|
||||
* Sat Oct 11 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 7u67_b01-1mamba
|
||||
- fix x86_64 mozulla plugin symlinks
|
||||
- support for pkg download code (b01) in version
|
||||
|
||||
* Fri Mar 26 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 7u51-2mamba
|
||||
- update wget download string (see https://ivan-site.com/2012/05/download-oracle-java-jre-jdk-using-a-script/)
|
||||
- dont' install fxavcodecplugin-52.so to remove dependencies on old libav library; fxavcodecplugin-53.so is provided requiring ffmpeg0
|
||||
|
||||
* Fri Jan 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 7u51-1mamba
|
||||
- update to 7u51
|
||||
|
||||
* Sun Nov 03 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 7u45-1mamba
|
||||
- update to 7u45
|
||||
|
||||
* Wed Apr 10 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 7u17-1mamba
|
||||
- update to 7u17
|
||||
|
||||
* Sun Aug 19 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 7u6-2mamba
|
||||
- rename to sun-java7
|
||||
|
||||
* Thu Aug 16 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 7u6-1mamba
|
||||
- update to 7u6
|
||||
|
||||
* Tue Mar 27 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 6u26-2mamba
|
||||
- don't obsolete jre and jdk
|
||||
|
||||
* Wed Jun 08 2011 Automatic Build System <autodist@mambasoft.it> 6u26-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Apr 27 2011 Automatic Build System <autodist@mambasoft.it> 6u25-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Thu Feb 17 2011 Automatic Build System <autodist@mambasoft.it> 6u24-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Oct 13 2010 Automatic Build System <autodist@mambasoft.it> 6u22-1mamba
|
||||
- automatic update to 6u22 by autodist
|
||||
|
||||
* Mon Jul 26 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 6u21-3mamba
|
||||
- don't launch chrpath or executables won't find libraries because they are not in system path
|
||||
|
||||
* Wed Jul 21 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 6u21-2mamba
|
||||
- specfile fixes and cleanup
|
||||
- fix broken fonts symlink
|
||||
- edit %%post and %%postun runtime scripts
|
||||
|
||||
* Fri Jul 16 2010 Automatic Build System <autodist@mambasoft.it> 6u21-1mamba
|
||||
- automatic update to 6u21 by autodist
|
||||
|
||||
* Mon Jun 14 2010 Silvan Calarco <silvan.calarco@mambasoft.it> 6u20-2mamba
|
||||
- link libnpjp2.so instead of libjavaplugin.so to /usr/lib/mozilla/plugins
|
||||
|
||||
* Fri Apr 16 2010 Automatic Build System <autodist@mambasoft.it> 6u20-1mamba
|
||||
- automatic update to 6u20 by autodist
|
||||
|
||||
* Wed Mar 31 2010 Automatic Build System <autodist@mambasoft.it> 6u19-1mamba
|
||||
- automatic update to 6u19 by autodist
|
||||
|
||||
* Thu Jan 21 2010 Automatic Build System <autodist@mambasoft.it> 6u18-1mamba
|
||||
- automatic update to 6u18 by autodist
|
||||
|
||||
* Tue Nov 17 2009 Automatic Build System <autodist@mambasoft.it> 6u17-1mamba
|
||||
- automatic update to 6u17 by autodist
|
||||
|
||||
* Wed Sep 23 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 6u16-2mamba
|
||||
- fixed wrong symlink destination for jav for mozilla plugin files
|
||||
|
||||
* Mon Aug 17 2009 Automatic Build System <autodist@mambasoft.it> 6u16-1mamba
|
||||
- automatic update to 6u16 by autodist
|
||||
|
||||
* Thu Aug 06 2009 Automatic Build System <autodist@mambasoft.it> 6u15-1mamba
|
||||
- automatic update to 6u15 by autodist
|
||||
|
||||
* Mon Jul 13 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 6u14-2mamba
|
||||
- create symlink of jre jar's into jdk lib directory
|
||||
|
||||
* Tue Jun 09 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 6u14-1mamba
|
||||
- update to 6u14
|
||||
|
||||
* Fri Jun 05 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 6u13-4mamba
|
||||
- manage /usr/lib/jvm/{jdk,jre} as alternatives
|
||||
- remove profile files for setting JAVA_HOME (now handled by initscripts and alternatives)
|
||||
|
||||
* Thu Jun 04 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 6u13-3mamba
|
||||
- added symlink in /usr/lib/jvm
|
||||
|
||||
* Mon Apr 20 2009 gil <puntogil@libero.it> 6u13-2mamba
|
||||
- added requirement for menu-java
|
||||
|
||||
* Wed Mar 18 2009 gil <puntogil@libero.it> 6u13-1mamba
|
||||
- update to 6u13
|
||||
- edit spec file
|
||||
|
||||
* Tue Sep 23 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 6u7-1mamba
|
||||
- automatic update to 6u7 by autodist
|
||||
|
||||
* Tue Mar 11 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-4mamba
|
||||
- update to release 6u4
|
||||
- manage /usr/bin/{java,javac,jar} using alternatives with priority 50
|
||||
|
||||
* Sat Apr 07 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-3mamba
|
||||
- install into /opt/java
|
||||
|
||||
* Mon Feb 26 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-2qilnx
|
||||
- check and handle a pre-existing /usr/java/jre%version dir
|
||||
|
||||
* Mon Feb 19 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.6.0-1qilnx
|
||||
- new build under the Operating System Distributor License for Java (DLJ 1.1)
|
||||
|
||||
* Fri Feb 02 2007 Davide Madrisan <davide.madrisan@qilinux.it> 1.5-1qilnx
|
||||
- get download parameters from a sysconfig file
|
||||
|
||||
* Tue Oct 31 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.5.0-8qilnx
|
||||
- specfile updated to donwload latest jre version (1.5.0_09)
|
||||
|
||||
* Wed Jul 12 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.5.0-7qilnx
|
||||
- added "provides j2re" (needed by the limewire rpm)
|
||||
|
||||
* Mon Apr 03 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.5.0-6qilnx
|
||||
- updated javaurl
|
||||
|
||||
* Thu Feb 02 2006 Davide Madrisan <davide.madrisan@qilinux.it> 1.5.0-5qilnx
|
||||
- fixed symbolic link in %{_libdir}/mozilla/plugins
|
||||
|
||||
* Tue Aug 23 2005 Davide Madrisan <davide.madrisan@qilinux.it> 1.5.0-4qilnx
|
||||
- specfile updates for last jre version (1.5.0_04)
|
||||
|
||||
* Thu Jul 07 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-3qilnx
|
||||
- remove %{javapath}/.systemPrefs if found
|
||||
|
||||
* Wed Apr 20 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-2qilnx
|
||||
- enable resume of download
|
||||
- remove requirements and provides
|
||||
|
||||
* Wed Apr 20 2005 Silvan Calarco <silvan.calarco@mambasoft.it> 1.5.0-1qilnx
|
||||
- specfile for new jre version (1.5.0)
|
||||
- added automatic download and build support (this is a non distributable package)
|
||||
|
||||
* Mon Jul 12 2004 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-2qilnx
|
||||
- create symlinks for browser plugins to /usr/lib/mozilla/plugins
|
||||
|
||||
* Mon Oct 13 2003 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.2-1qilnx
|
||||
- first build
|
@@ -40,21 +40,23 @@ wget -nv --timeout=10 --tries=2 \
|
||||
declare -A SRPMVERSION SRPMRELEASE
|
||||
. /etc/sysconfig/@sysconfigfile@
|
||||
|
||||
install -D -m0644 ${VIRTUALBOX_EXTENSION_PACK_PCK} %{buildroot}/opt/VirtualBox/extension/${VIRTUALBOX_EXTENSION_PACK_PCK}
|
||||
install -D -m0644 ${VIRTUALBOX_EXTENSION_PACK_PCK} %{buildroot}%{_libdir}/VirtualBox/extension/${VIRTUALBOX_EXTENSION_PACK_PCK}
|
||||
cp %{S:0} LICENSE
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
rm -rf %{_builddir}/%{name}-*
|
||||
:
|
||||
|
||||
%post
|
||||
#VBoxManage extpack uninstall Oracle_VM_VirtualBox_Extension_Pack || true
|
||||
VBoxManage extpack install /opt/VirtualBox/extension/Oracle_VM_VirtualBox_Extension_Pack-%{pck_majver}%{?pck_minver:%pck_minver}.vbox-extpack --replace
|
||||
VBoxManage extpack install %{_libdir}/VirtualBox/extension/Oracle_VM_VirtualBox_Extension_Pack-%{pck_majver}%{?pck_minver:%pck_minver}.vbox-extpack --replace
|
||||
# not working
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/opt/VirtualBox/extension/Oracle_VM_VirtualBox_Extension_Pack-%{pck_majver}%{?pck_minver:%pck_minver}.vbox-extpack
|
||||
%{_libdir}/VirtualBox/extension/Oracle_VM_VirtualBox_Extension_Pack-%{pck_majver}%{?pck_minver:%pck_minver}.vbox-extpack
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
|
@@ -92,6 +92,8 @@ find . -type f -exec install -D "{}" "%{buildroot}%{win32dir}/{}" \;
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||
rm -rf %{_builddir}/%{name}-*
|
||||
:
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
@@ -2,26 +2,45 @@
|
||||
SRPMVERSION["b43-firmware"]=4.150.10.5
|
||||
SRPMRELEASE["b43-firmware"]=1mamba
|
||||
# flashplugin
|
||||
SRPMVERSION["flashplugin"]="`curl -s http://www.adobe.com/software/flash/about/ | grep -A2 "Linux" | tail -n1 | sed -e 's/[[:space:]]*<[^>][^>]*>//g;s/[[:space:]]//' 2>/dev/null`"
|
||||
SRPMRELEASE["flashplugin"]=1mamba
|
||||
if [ ! "$SRPMCHECK" -o "$SRPMCHECK" = "flashplugin" ]; then
|
||||
SRPMVERSION["flashplugin"]="`curl --max-time 20 -sL http://www.adobe.com/software/flash/about/ | grep -A10 "Linux" | grep -A1 "NPAPI" | tail -n1 | sed -e 's/[[:space:]]*<[^>][^>]*>//g;s/[[:space:]]//' 2>/dev/null`"
|
||||
SRPMRELEASE["flashplugin"]=1mamba
|
||||
fi
|
||||
# msttcorefonts
|
||||
SRPMVERSION["msttcorefonts"]=1.3
|
||||
SRPMRELEASE["msttcorefonts"]=7mamba
|
||||
# skype
|
||||
SRPMVERSION["skype"]="`curl -sLI "http://www.skype.com/go/getskype-linux-beta-dynamic"|grep "linux/skype-"|sed "s|.*skype-\(.*\)\.tar\..*|\1|" 2>/dev/null`"
|
||||
SRPMRELEASE["skype"]=2mamba
|
||||
if [ ! "$SRPMCHECK" -o "$SRPMCHECK" = "skype" ]; then
|
||||
SRPMVERSION["skype"]="`curl --max-time 20 -sLI "http://www.skype.com/go/getskype-linux-beta-dynamic"|grep "linux/skype-"|sed "s|.*skype-\(.*\)\.tar\..*|\1|"|grep -v "\.\.0\." 2>/dev/null`"
|
||||
SRPMRELEASE["skype"]=2mamba
|
||||
fi
|
||||
# spotify
|
||||
SRPMVERSION["spotify"]=20150129
|
||||
if [ "`uname -m`" == "x86_64" ]; then
|
||||
SRPMVERSION["spotify"]=20150629
|
||||
else
|
||||
SRPMVERSION["spotify"]=0
|
||||
fi
|
||||
SRPMRELEASE["spotify"]=1mamba
|
||||
# sun-java7
|
||||
SRPMVERSION["sun-java7"]="`curl -s http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html|grep "Linux x86.*i586.tar.gz"|tail -n1|sed "s|.*/java/jdk/\(.*\)/jdk-.*|\1|;s|-|_|" 2>/dev/null`"
|
||||
SRPMRELEASE["sun-java7"]=1mamba
|
||||
if [ ! "$SRPMCHECK" -o "$SRPMCHECK" = "sun-java7" ]; then
|
||||
SRPMVERSION["sun-java7"]="`curl --max-time 20 -sL http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1880260.html|grep "Linux x86.*i586.tar.gz"|tail -n1|sed "s|.*/java/jdk/\(.*\)/jdk-.*|\1|;s|-|_|" 2>/dev/null`"
|
||||
SRPMRELEASE["sun-java7"]=1mamba
|
||||
fi
|
||||
# sun-java8
|
||||
if [ ! "$SRPMCHECK" -o "$SRPMCHECK" = "sun-java8" ]; then
|
||||
SRPMVERSION["sun-java8"]="`curl --max-time 20 -sL http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html|grep "Linux x86.*i586.tar.gz"|tail -n1|sed "s|.*/java/jdk/\(.*\)/jdk-.*|\1|;s|-|_|" 2>/dev/null`"
|
||||
SRPMRELEASE["sun-java8"]=1mamba
|
||||
fi
|
||||
# virtualbox-extension-pack
|
||||
SRPMVERSION["virtualbox-extension-pack"]=4.3.20
|
||||
SRPMRELEASE["virtualbox-extension-pack"]=1mamba
|
||||
if [ ! "$SRPMCHECK" -o "$SRPMCHECK" = "virtualbox-extension-pack" ]; then
|
||||
SRPMVERSION["virtualbox-extension-pack"]="`rpm -q VirtualBox 2>/dev/null| cut -d- -f2`"
|
||||
SRPMRELEASE["virtualbox-extension-pack"]=1mamba
|
||||
fi
|
||||
# win32codecs
|
||||
SRPMVERSION["win32codecs"]=20110131
|
||||
SRPMRELEASE["win32codecs"]=1mamba
|
||||
# chromium-pepper-flash
|
||||
SRPMVERSION["chromium-pepper-flash"]="`curl -s "http://googlechromereleases.blogspot.it/" | grep "stable channel has been updated to" | sed "s|.*updated to \([0-9.]*\) .*|\1|" 2>/dev/null`"
|
||||
SRPMRELEASE["chromium-pepper-flash"]=1mamba
|
||||
if [ ! "$SRPMCHECK" -o "$SRPMCHECK" = "chromium-pepper-flash" ]; then
|
||||
SRPMVERSION["chromium-pepper-flash"]="`curl --max-time 20 -sL http://www.adobe.com/software/flash/about/ | grep -A11 "Linux" | grep -A1 "Chromium" | tail -n1 | sed -e 's/[[:space:]]*<[^>][^>]*>//g;s/[[:space:]]//' 2>/dev/null`"
|
||||
SRPMRELEASE["chromium-pepper-flash"]=1mamba
|
||||
fi
|
||||
|
@@ -1,2 +1,5 @@
|
||||
SRPMVERSION["sun-java7"]="`curl -s http://www.oracle.com/technetwork/java/javase/downloads/jdk7-arm-downloads-2187468.html|grep "Linux ARM.*arm-vfp-sflt.tar.gz"|tail -n1|sed "s|.*/java/jdk/\(.*\)/jdk-.*|\1|;s|-|_|" 2>/dev/null`"
|
||||
# sun-java7
|
||||
if [ ! "$SRPMCHECK" -o "$SRPMCHECK" = "sun-java7" ]; then
|
||||
SRPMVERSION["sun-java7"]="`curl --max-time 20 -s http://www.oracle.com/technetwork/java/javase/downloads/jdk7-arm-downloads-2187468.html|grep "Linux ARM.*arm-vfp-sflt.tar.gz"|tail -n1|sed "s|.*/java/jdk/\(.*\)/jdk-.*|\1|;s|-|_|" 2>/dev/null`"
|
||||
SRPMRELEASE["sun-java7"]=1mamba
|
||||
fi
|
||||
|
Before Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 964 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 7.0 KiB |
@@ -1,166 +0,0 @@
|
||||
#: _from_rc.cc:1
|
||||
msgid "openmamba boot loader recovery wizard"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:2
|
||||
msgid "Welcome!"
|
||||
msgstr ""
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#: _from_rc.cc:3 _from_rc.cc:4 _from_rc.cc:5 _from_rc.cc:18 _from_rc.cc:30
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-03-26 01:47+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: _from_rc.cc:6
|
||||
msgid "Version 0.4"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:7
|
||||
msgid "www.openmamba.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:8
|
||||
msgid ""
|
||||
"Copyright (c) 2008 by Silvan Calarco\n"
|
||||
"Released under the terms of the GNU GPL v3 license"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "GNU/Linux distribution"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:10
|
||||
msgid "Boot loader recovery tool for"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid "This program will recover the openmamba boot loader."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid ""
|
||||
"This operation is normally needed after the very first sector of the disk "
|
||||
"(Master Boot Record) has been rewritten by the installation of another "
|
||||
"operating system. \n"
|
||||
"\n"
|
||||
"Usually you will need to use this program only after the installation of a "
|
||||
"release of Microsoft Windows to restore the openmamba boot menu.\n"
|
||||
"\n"
|
||||
"This tool is also useful before the installation of a third party boot "
|
||||
"manager in the Master Boot Record, by moving the openmamba boot loader "
|
||||
"installation from the MBR to its own partition."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "System partition choice"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:14
|
||||
msgid "removab&le devices"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:15
|
||||
msgid "Choose openmamba system partition"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:16
|
||||
msgid "Where do you want to install the boot loader from?"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid ""
|
||||
"Please, select the openmamba system partition where you want the boot loader "
|
||||
"to be installed from."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:19
|
||||
msgid "Install bootloader from:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "Computer startup configuration"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:21
|
||||
msgid "Configure the boot manager"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "Bootloader configuration"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:23
|
||||
msgid "Install bootloader on:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:24
|
||||
msgid "set &bootable"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:25
|
||||
msgid "Please select the boot menu options:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid ""
|
||||
"Below is a list of other operating systems found on this computer, you may "
|
||||
"configure them to appear as a choice when the computer starts."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:27
|
||||
msgid "Please select where you want to install the boot manager."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:28
|
||||
msgid "End of installation"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:29
|
||||
msgid "Re&boot"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:31
|
||||
msgid "Installation completed."
|
||||
msgstr ""
|
||||
|
||||
#: bootrecover.kmdr:1114
|
||||
msgid "Boot loader from"
|
||||
msgstr ""
|
||||
|
||||
#: bootrecover.kmdr:1114
|
||||
msgid "will installed to "
|
||||
msgstr ""
|
||||
|
||||
#: bootrecover.kmdr:1115
|
||||
msgid "Abort"
|
||||
msgstr ""
|
||||
|
||||
#: bootrecover.kmdr:1115
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#: bootrecover.kmdr:1115
|
||||
msgid "OK to continue?"
|
||||
msgstr ""
|
||||
|
||||
#: bootrecover.kmdr:1115
|
||||
msgid "Warning"
|
||||
msgstr ""
|
||||
|
||||
#: bootrecover.kmdr:1128
|
||||
msgid "Installation aborted."
|
||||
msgstr ""
|
@@ -1,253 +0,0 @@
|
||||
# openmamba boot loader recovery script
|
||||
# Copyright (c) 2007-2011 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
# Released under the terms of the GNU GPLv3 License
|
||||
|
||||
VERSION=0.7
|
||||
TEXTDOMAIN=bootrecover
|
||||
TEXTDOMAINDIR=/opt/kde3/share/locale/
|
||||
INSTALL_DATE=`date +%Y%m%d-%H%M`
|
||||
LOG_FILE=/var/log/bootrecover-$INSTALL_DATE.log
|
||||
MOUNTPOINT=/mnt/install
|
||||
KERNEL_RELEASE=`uname -r`
|
||||
|
||||
function abort() {
|
||||
[ "$DCOPID" ] && {
|
||||
dcop $DCOPID KommanderIf setText progressText $"Installation aborted; press Next to see the error log."
|
||||
dcop $DCOPID KommanderIf setText finallabel $"Installation aborted :-("
|
||||
dcop $DCOPID KommanderIf setEnabled next true
|
||||
}
|
||||
exit 1
|
||||
}
|
||||
|
||||
function finished() {
|
||||
[ "$DCOPID" ] && {
|
||||
dcop $DCOPID KommanderIf setText progressText $"Installation completed; press Next to continue."
|
||||
dcop $DCOPID KommanderIf setText progressBar 100
|
||||
dcop $DCOPID KommanderIf setText installTopLabel $"Installation completed."
|
||||
dcop $DCOPID KommanderIf setText installInfoLabel ""
|
||||
dcop $DCOPID KommanderIf setEnabled next true
|
||||
dcop $DCOPID KommanderIf setEnabled ProgressGroupBox true
|
||||
}
|
||||
exit 1
|
||||
}
|
||||
|
||||
function dcop_write() {
|
||||
[ "$DCOPID" ] && {
|
||||
dcop $DCOPID KommanderIf setText progressText "$1"
|
||||
dcop $DCOPID KommanderIf setText progressBar $2
|
||||
}
|
||||
}
|
||||
|
||||
function apt_parser() {
|
||||
while read line; do
|
||||
[ "$DCOPID" ] && {
|
||||
echo $line
|
||||
dcop $DCOPID KommanderIf setText progressText2 "$line"
|
||||
}
|
||||
done
|
||||
}
|
||||
|
||||
cp_parser_count=0
|
||||
date_start=`date +%s`
|
||||
|
||||
function cp_parser() {
|
||||
while read line; do
|
||||
let cp_parser_count+=1
|
||||
if [ $cp_parser_count -ge 100 ]; then
|
||||
[ "$DCOPID" ] && {
|
||||
CP_LINE=`echo ${line/*$MOUNTPOINT/}`
|
||||
MOUNT_SPACE=`du -sh $MOUNTPOINT`
|
||||
MOUNT_SPACE=${MOUNT_SPACE/$MOUNTPOINT/}
|
||||
let TIME_ELAPSED=\(`date +%s`-$date_start\)/60
|
||||
|
||||
dcop $DCOPID KommanderIf setText progressText2 $"\
|
||||
Copying: '$CP_LINE
|
||||
${MOUNT_SPACE}bytes copied
|
||||
Installation time: $TIME_ELAPSED minutes"
|
||||
}
|
||||
cp_parser_count=0
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
export PATH=$PATH:/sbin:/usr/sbin:/opt/kde3/bin
|
||||
|
||||
INPUT_FILE=$1
|
||||
[ "$2" -a "$3" ] && DCOPID="--user $3 $2"
|
||||
|
||||
echo $"\
|
||||
openmamba boot loader recovery script - version $VERSION
|
||||
Copyright (c) 2007-2011 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
"
|
||||
|
||||
dcop_write $"Starting installation..." 5
|
||||
|
||||
[ $INPUT_FILE ] || {
|
||||
echo $"Error: this script must be called by bootloader.kmdr; aborting." >&2
|
||||
abort
|
||||
}
|
||||
|
||||
[ -r $INPUT_FILE ] || {
|
||||
echo $"Error: cannot read input file $INPUT_FILE; aborting." >&2
|
||||
abort
|
||||
}
|
||||
|
||||
. $INPUT_FILE
|
||||
|
||||
[ $INSTALL_DEVICE ] || {
|
||||
echo $"Error: installation device is not defined in $INPUT_FILE; aborting." >&2
|
||||
abort
|
||||
}
|
||||
|
||||
INSTALL_DISK_DEVICE=${INSTALL_DEVICE:0:8}
|
||||
MOUNTPOINT=$INSTALL_MOUNTPOINT
|
||||
|
||||
[ -d $MOUNTPOINT ] || {
|
||||
echo $"Error: mount point $MOUNTPOINT does not exist or is not a directory; aborting." >&2
|
||||
abort
|
||||
}
|
||||
|
||||
[ -e $MOUNTPOINT/etc/openmamba-release ] || {
|
||||
echo $"Error: file $MOUNTPOINT/etc/openmamba-release does not exist; aborting." >&2
|
||||
abort
|
||||
}
|
||||
|
||||
[ -e $MOUNTPOINT/usr/sbin/grub-install ] || {
|
||||
echo $"Error: file $MOUNTPOINT/usr/sbin/grub-install missing; aborting." >&2
|
||||
abort
|
||||
}
|
||||
|
||||
dcop_write $"Binding system dirs to new mountpoint..." 73
|
||||
mount -o bind /dev $MOUNTPOINT/dev || {
|
||||
echo $"Error: could not mount $MOUNTPOINT/dev; aborting." >&2
|
||||
abort
|
||||
}
|
||||
|
||||
mount -o bind /sys $MOUNTPOINT/sys || {
|
||||
echo $"Error: could not mount $MOUNTPOINT/sys; aborting." >&2
|
||||
abort
|
||||
}
|
||||
|
||||
mount -o bind /proc $MOUNTPOINT/proc || {
|
||||
echo $"Error: could not mount $MOUNTPOINT/proc; aborting." >&2
|
||||
abort
|
||||
}
|
||||
|
||||
|
||||
if [ "$INSTALL_BOOTLOADER_DEVICE" -o "$INSTALL_BOOTLOADER_DEVICE_EFI" ]; then
|
||||
|
||||
for k in $MOUNTPOINT/boot/vmlinuz-*; do
|
||||
KVER=${k/*\/boot\/vmlinuz-}
|
||||
dcop_write $"Recreating initramfs for $KVER kernel..." 82
|
||||
echo $"Recreating initramfs for $KVER kernel" | tee -a $LOG_FILE
|
||||
chroot $MOUNTPOINT mkinitrd -f /boot/initramfs-${KVER}.img ${KVER}
|
||||
done
|
||||
|
||||
if [ "$INSTALL_BOOTLOADER_DEVICE_EFI" ]; then
|
||||
# EFI
|
||||
dcop_write $"Installing bootloader on ""$INSTALL_BOOTLOADER_DEVICE_EFI (EFI)..." 90
|
||||
echo $"Installing grub bootloader on ""$INSTALL_BOOTLOADER_DEVICE_EFI (EFI)" | tee -a $LOG_FILE
|
||||
[ -e $MOUNTPOINT/boot/efi ] || mkdir -p $MOUNTPOINT/boot/efi
|
||||
mount $INSTALL_BOOTLOADER_DEVICE_EFI $MOUNTPOINT/boot/efi
|
||||
grub-install --root-directory=$MOUNTPOINT --efi-directory=$MOUNTPOINT/boot/efi --target=x86_64-efi \
|
||||
--bootloader-id="openmamba Boot Manager" --recheck --no-floppy
|
||||
umount $MOUNTPOINT/boot/efi
|
||||
|
||||
INSTALL_BOOTLOADER_DEVICE_EFI_BYID=$INSTALL_BOOTLOADER_DEVICE_EFI
|
||||
for f in `ls /dev/disk/by-id/*`; do
|
||||
if [ "$INSTALL_BOOTLOADER_DEVICE_EFI" = "`readlink -f $f`" ]; then
|
||||
INSTALL_BOOTLOADER_DEVICE_EFI_BYID=$f
|
||||
break
|
||||
fi
|
||||
done
|
||||
sed -i "/^GRUB_INSTALL_DEVICE.*/d" $MOUNTPOINT/etc/sysconfig/grub
|
||||
cat >> $MOUNTPOINT/etc/sysconfig/grub << _EOF
|
||||
GRUB_INSTALL_DEVICE_EFI=$INSTALL_BOOTLOADER_DEVICE_EFI_BYID
|
||||
_EOF
|
||||
|
||||
else
|
||||
# BIOS
|
||||
dcop_write $"Installing bootloader on $INSTALL_BOOTLOADER_DEVICE..." 90
|
||||
echo $"Installing grub bootloader on $INSTALL_BOOTLOADER_DEVICE" | tee -a $LOG_FILE
|
||||
grub-install $INSTALL_BOOTLOADER_DEVICE --root-directory=$MOUNTPOINT --target=i386-pc --recheck --no-floppy
|
||||
|
||||
INSTALL_BOOTLOADER_DEVICE_BYID=$INSTALL_BOOTLOADER_DEVICE
|
||||
for f in `ls /dev/disk/by-id/*`; do
|
||||
if [ "$INSTALL_BOOTLOADER_DEVICE" = "`readlink -f $f`" ]; then
|
||||
INSTALL_BOOTLOADER_DEVICE_BYID=$f
|
||||
break
|
||||
fi
|
||||
done
|
||||
sed -i "/^GRUB_INSTALL_DEVICE.*/d" $MOUNTPOINT/etc/sysconfig/grub
|
||||
cat >> $MOUNTPOINT/etc/sysconfig/grub << _EOF
|
||||
GRUB_INSTALL_DEVICE=$INSTALL_BOOTLOADER_DEVICE_EFI_BYID
|
||||
_EOF
|
||||
|
||||
[ "$INSTALL_BOOTLOADER_DEVICE_SETBOOTABLE" = "1" -a \
|
||||
"${INSTALL_BOOTLOADER_DEVICE:8:2}" ] && {
|
||||
parted ${INSTALL_BOOTLOADER_DEVICE:0:8} \
|
||||
set ${INSTALL_BOOTLOADER_DEVICE:8:2} boot on || \
|
||||
echo $"Warning: there was an error setting bootloader partition as bootable." >&2
|
||||
}
|
||||
fi
|
||||
|
||||
[ "$INSTALL_BOOTLOADER_CHAINLOAD" ] && {
|
||||
# configure boot chainloader for e.g. windows
|
||||
GRUB_OTHER_TITLES=()
|
||||
for i in ${INSTALL_BOOTLOADER_CHAINLOAD[*]}; do
|
||||
# FIXME: missing conversion from device to grub (hdx,y) form
|
||||
unset ID_FS_UUID
|
||||
eval `blkid $i -o udev`
|
||||
if [ "$ID_FS_UUID" ]; then
|
||||
if [ "$ID_FS_TYPE" = "ntfs" ]; then
|
||||
[ "$ID_FS_LABEL" ] &&
|
||||
ID_FS_LABEL="Windows ($ID_FS_LABEL)" || ID_FS_LABEL="Windows"
|
||||
elif [ "${ID_FS_TYPE:0:3}" = "fat" ]; then
|
||||
[ "$ID_FS_LABEL" ] &&
|
||||
ID_FS_LABEL="Win/DOS ($ID_FS_LABEL)" || ID_FS_LABEL="Windows/DOS"
|
||||
else
|
||||
[ "$ID_FS_LABEL" ] &&
|
||||
ID_FS_LABEL="Other OS ($ID_FS_LABEL)" || ID_FS_LABEL="Other OS"
|
||||
fi
|
||||
[ "$ID_FS_LABEL" ] || ID_FS_LABEL="W"
|
||||
GRUB_OTHER_DEVICES=(${GRUB_OTHER_DEVICES[*]} /dev/disk/by-uuid/$ID_FS_UUID)
|
||||
GRUB_OTHER_TITLES=(${GRUB_OTHER_TITLES[*]} "\"$ID_FS_LABEL\"")
|
||||
else
|
||||
GRUB_OTHER_DEV=$i
|
||||
for o in `seq 1 ${#DEV_NAME_ORIG[*]}`; do
|
||||
[ "${DEV_NAME_ORIG[o-1]}" = "${i:5:3}" ] && {
|
||||
GRUB_OTHER_DEV=${DEV_NAME_DEST[o-1]}${i:8:2}
|
||||
break
|
||||
}
|
||||
done
|
||||
GRUB_OTHER_DEVICES=(${GRUB_OTHER_DEVICES[*]} $GRUB_OTHER_DEV)
|
||||
GRUB_OTHER_TITLES=(${GRUB_OTHER_TITLES[*]} "\"Windows on $GRUB_OTHER_DEV\"")
|
||||
fi
|
||||
done
|
||||
sed -i "/^GRUB_OTHER_.*/d" $MOUNTPOINT/etc/sysconfig/grub
|
||||
cat >> $MOUNTPOINT/etc/sysconfig/grub << _EOF
|
||||
GRUB_OTHER_DEVICES=(${GRUB_OTHER_DEVICES[*]})
|
||||
GRUB_OTHER_TITLES=(${GRUB_OTHER_TITLES[*]})
|
||||
_EOF
|
||||
}
|
||||
|
||||
chroot $MOUNTPOINT update-grub | tee -a $LOGFILE
|
||||
else
|
||||
echo $"Info: skipping bootloader installation" | tee -a $LOG_FILE
|
||||
fi
|
||||
|
||||
## MBR backup
|
||||
#echo "Installing MBR record on $INSTALL_DISK_DEVICE" | tee -a $LOG_FILE
|
||||
#dd if=$INSTALL_DISK_DEVICE of=$MOUNTPOINT/boot/mbr-backup bs=1 count=512
|
||||
#install-mbr $INSTALL_DISK_DEVICE
|
||||
|
||||
umount $MOUNTPOINT/dev
|
||||
umount $MOUNTPOINT/sys
|
||||
umount $MOUNTPOINT/proc
|
||||
sync
|
||||
finished
|
||||
|
||||
echo $"Installation done. You can now reboot to start the freshly installed system." | tee -a $LOG_FILE
|
||||
|
||||
exit 0
|
@@ -1,11 +0,0 @@
|
||||
[Desktop Entry]
|
||||
Name=openmamba Boot Recover
|
||||
Name[it]=Boot Recover di openmamba
|
||||
GenericName=openmamba boot loader recovery
|
||||
GenericName[it]=Ripristino del boot loader di openmamba
|
||||
Comment=openmamba installer
|
||||
Exec=kmdr-executor /usr/share/openmamba/bootrecover/bootrecover.kmdr
|
||||
Icon=bootrecover
|
||||
Terminal=0
|
||||
Type=Application
|
||||
Categories=X-openmamba;
|
@@ -1,671 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Silvan Calarco <silvan.calarco@mambasoft.it>, 2007
|
||||
#
|
||||
#: _from_rc.cc:3 _from_rc.cc:4 _from_rc.cc:5 _from_rc.cc:16 _from_rc.cc:22
|
||||
#: _from_rc.cc:24 _from_rc.cc:25 _from_rc.cc:27 _from_rc.cc:46
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Mime-Version: 1.0"
|
||||
"Last-Translator: Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
"PO-Revision-Date: 2007-09-15 13:13+0200\n"
|
||||
"Project-Id-Version: installer\n"
|
||||
"Language-Team: <it@li.org>\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
||||
#: _from_rc.cc:1
|
||||
msgid "openmamba boot loader recovery wizard"
|
||||
msgstr "gestión del boot loader de openmamba "
|
||||
|
||||
#: _from_rc.cc:2
|
||||
msgid "Welcome!"
|
||||
msgstr "Bienvenido!"
|
||||
|
||||
#: _from_rc.cc:8
|
||||
msgid "Installation wizard for"
|
||||
msgstr "Programa de instalación de"
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "GNU/Linux distribution"
|
||||
msgstr "Distribución GNU/Linux"
|
||||
|
||||
#: _from_rc.cc:10 installer.kmdr:200
|
||||
msgid "version"
|
||||
msgstr "versión"
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid "www.openmamba.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid ""
|
||||
"Copyright (c) 2007-2011 by Silvan Calarco\n"
|
||||
"Released under the terms of the GNU GPL v3 license"
|
||||
msgstr "Copyright (c) 2007-2011 by Silvan Calarco\n"
|
||||
"Expedido según los terminos de la licencia GNU GPL v3"
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "Distribuzione GNU/Linux"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:10
|
||||
msgid "Boot loader recovery tool for"
|
||||
msgstr "Gestión del boot loader para"
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid "This program will recover the openmamba boot loader."
|
||||
msgstr "Este programa reconfigurará el sistema de arranque di openmamba"
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid ""
|
||||
"This operation is normally needed after the very first sector of the disk "
|
||||
"(Master Boot Record) has been rewritten by the installation of another "
|
||||
"operating system. \n"
|
||||
"\n"
|
||||
"Usually you will need to use this program only after the installation of a "
|
||||
"release of Microsoft Windows to restore the openmamba boot menu.\n"
|
||||
"\n"
|
||||
"This tool is also useful before the installation of a third party boot "
|
||||
"manager in the Master Boot Record, by moving the openmamba boot loader "
|
||||
"installation from the MBR to its own partition."
|
||||
msgstr ""
|
||||
"Esta operación es normalmente necesaria después del primer sector del disco "
|
||||
"de inicio (Master Boot Record) ha sido sobreescrito desde la instalación de "
|
||||
"otro sistema operativo. \n"
|
||||
"\n"
|
||||
"Normalmente es necesario usar este programa solo despues de la instalación de "
|
||||
"una versión de Microsoft Windows para restaurar el menú de inicio de openmamba.\n"
|
||||
"\n"
|
||||
"Questo programa puede también servir para la instalación de otro sistema de arranque "
|
||||
"en el Master Boot Record, cambiando el sistema de arranque di openmamba desde MBR a su "
|
||||
"partición del sistema."
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "System partition choice"
|
||||
msgstr "Selección de la partición del sistema"
|
||||
|
||||
#: _from_rc.cc:14
|
||||
msgid "removab&le devices"
|
||||
msgstr "dipositivos extraib&les"
|
||||
|
||||
#: _from_rc.cc:15
|
||||
msgid "Choose openmamba system partition"
|
||||
msgstr "Selecciona la partición de sistema de openmamba"
|
||||
|
||||
|
||||
#: _from_rc.cc:16
|
||||
msgid "Where do you want to install the boot loader from?"
|
||||
msgstr "¿Dónde quieres instalar el sistema de arranque?"
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid ""
|
||||
"Please, select the openmamba system partition where you want the boot loader "
|
||||
"to be installed from."
|
||||
msgstr ""
|
||||
"Selecciona la partición de sistema de openmamba donde quieres instalar el sistema de arranque."
|
||||
|
||||
#: _from_rc.cc:19
|
||||
msgid "Install bootloader from:"
|
||||
msgstr "Instala el sistema de arranque desde:"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "Computer startup configuration"
|
||||
msgstr "Configuración de inicio del sistema"
|
||||
|
||||
#: _from_rc.cc:14
|
||||
msgid "Data integrity check"
|
||||
msgstr "Control de integridad de datos"
|
||||
|
||||
#: _from_rc.cc:16
|
||||
msgid "S&kip check"
|
||||
msgstr "S&alta la verificación"
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid ""
|
||||
"Please wait some time while the CD/DVD-ROM is checked for data integrity. \n"
|
||||
"Press the skip button only if you have previously checked the disc on this "
|
||||
"computer."
|
||||
msgstr ""
|
||||
"Por favor, espera mientras se produce el control de integridad del CD/DVD-ROM. \n"
|
||||
"Presiona el botón salta solo si tienes anteriormente verificado el disco en "
|
||||
"este equipo."
|
||||
|
||||
#: _from_rc.cc:18
|
||||
msgid "License"
|
||||
msgstr "Licencia"
|
||||
|
||||
#: _from_rc.cc:19
|
||||
msgid "Full license text"
|
||||
msgstr "Texto de la licencia"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "&I've read and accept the licensing terms"
|
||||
msgstr "&He leido y acepto los terminos de la licencia"
|
||||
|
||||
#: _from_rc.cc:27
|
||||
msgid "I&gnore SWAP partition check (not recommended)"
|
||||
msgstr "Ignora el contro de la partición de SWAP (no recomendado)"
|
||||
|
||||
msgid ""
|
||||
"The openmamba GNU/Linux distribution is released under the terms of the GNU "
|
||||
"GPL v3 license."
|
||||
msgstr ""
|
||||
"La distribución GNU/Linux openmamba ha sido expedida según los términos de la "
|
||||
"licencia GNU GPL v3."
|
||||
|
||||
#: installer.kmdr:464
|
||||
msgid ""
|
||||
"Warning: check skipped; this might cause unpredicted installation errors."
|
||||
msgstr ""
|
||||
"Atención: control saltado; podrían producirse errores en la instalación."
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "Please read carefully and accept the license before proceeding."
|
||||
msgstr "Por favor lee atentamente y acepta la licencia antes de continuar."
|
||||
|
||||
#: _from_rc.cc:6
|
||||
msgid "Installation wizard"
|
||||
msgstr "programa de instalación"
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "&I've read the warning and want to go on with the installation"
|
||||
msgstr "&He leido el aviso y quiero proceder con la instalación"
|
||||
|
||||
#: _from_rc.cc:10
|
||||
msgid "Version"
|
||||
msgstr "Versión"
|
||||
|
||||
#: _from_rc.cc:21
|
||||
msgid "Disk partitioning"
|
||||
msgstr "Particionamiento del disco"
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "Current partitions status"
|
||||
msgstr "Estado actual de las particiones"
|
||||
|
||||
#: _from_rc.cc:25
|
||||
msgid "Check and edit disk partitions"
|
||||
msgstr "Controla y modifica las particiones"
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid "Ed&it disk partitions"
|
||||
msgstr "Modifica las particiones"
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid "Disk installation choice"
|
||||
msgstr "Selecciona el disco de partición"
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid "Available partitions"
|
||||
msgstr "Particiones disponibles"
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "Rescan dis&ks"
|
||||
msgstr "&Escaneo de discos"
|
||||
|
||||
|
||||
#: _from_rc.cc:32
|
||||
msgid ""
|
||||
"Please, select the disk partition where you want the system to be "
|
||||
"installed.\n"
|
||||
"<br><b>WARNING: all current data on the selected partition will be lost.</b>"
|
||||
msgstr ""
|
||||
"Selecciona la partición del disco en la que quieres instalar el sistema.\n"
|
||||
"<br><b>ATENCIÓN: todos los datos actualmente presentes en la partición seleccionada seran perdidos.</b>"
|
||||
|
||||
#: _from_rc.cc:33
|
||||
msgid "What filesystem do you want?"
|
||||
msgstr "Qué sistema de arranque deseas?"
|
||||
|
||||
#: _from_rc.cc:34
|
||||
msgid "Filesystem type:"
|
||||
msgstr "Tipo de sistema de fichero:"
|
||||
|
||||
#: _from_rc.cc:35
|
||||
msgid "Partition will be formatted with the selected filesystem."
|
||||
msgstr "La partición será formateada con el sistema de fichero seleccionado."
|
||||
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Choose system partition and filesystem type"
|
||||
msgstr "Selección de la partición de sistema y del sistema de fichero"
|
||||
|
||||
#: _from_rc.cc:40
|
||||
msgid "Configure the boot manager"
|
||||
msgstr "Configura el sistema de arranque"
|
||||
|
||||
#: _from_rc.cc:41
|
||||
msgid "Bootloader configuration"
|
||||
msgstr "Configuración del sistema de arranque"
|
||||
|
||||
#: _from_rc.cc:42
|
||||
msgid "Install bootloader on:"
|
||||
msgstr "Instala el sistema de arranque en:"
|
||||
|
||||
#: _from_rc.cc:44
|
||||
msgid "Please select the boot menu options:"
|
||||
msgstr "Selecciona las opciones del menú de inicio:"
|
||||
|
||||
#: _from_rc.cc:45
|
||||
msgid "Please select where you want to install the boot manager."
|
||||
msgstr "Seleciona donde quieres instalar el sistema de arranque."
|
||||
|
||||
#: _from_rc.cc:46
|
||||
msgid ""
|
||||
"Below is a list of other operating systems found on this computer, you may "
|
||||
"configure them to appear as a choice when the computer starts."
|
||||
msgstr ""
|
||||
"A continuación la lista muestra otros sistemas operativos encontrados en este equipo, "
|
||||
"puedes configurarlos en modo que aparezcan como selección de inicio del equipo."
|
||||
|
||||
#: installer.kmdr:848
|
||||
msgid ""
|
||||
"In order to install openmamba you need on your fixed disk(s):<br>- a "
|
||||
"Linux type partition with at least $systemrequired MBytes<br>- a SWAP type partition "
|
||||
"with at least $swaprequired MBytes"
|
||||
msgstr ""
|
||||
"Para instalar openmamba debes tener en uno de tus discos:<br>"
|
||||
"- una partición de tipo Linux de al menos $systemrequired MBytes<br>"
|
||||
"- una partición de tipo SWAP de al menos $swaprequired MBytes"
|
||||
|
||||
#: installer.kmdr:901
|
||||
msgid "You need to create a Linux type partition<br>"
|
||||
msgstr "Debes crear una partición de tipo Linux<br>"
|
||||
|
||||
msgid "Please, modify the partitions or press Next to proceed with the installation."
|
||||
msgstr "Modifica las particiones o presiona Siguiente para proceder."
|
||||
|
||||
msgid "GOOD, you have both a Linux and SWAP partition."
|
||||
msgstr "BIEN, tienes al menos una partición Linux y una para SWAP."
|
||||
|
||||
msgid "Please, press the button above and modify the partitions as needed before proceeding."
|
||||
msgstr "Presiona el botón para modificar la partición como necesario antes de proceder."
|
||||
|
||||
msgid "OK for swap"
|
||||
msgstr "OK para swap"
|
||||
|
||||
msgid "OK for system"
|
||||
msgstr "OK para el sistema"
|
||||
|
||||
#: installer.kmdr:902
|
||||
msgid "You need to create a SWAP type partition<br>"
|
||||
msgstr "Debes crear una partición de tipo SWAP<br>"
|
||||
|
||||
#: installer.kmdr:906
|
||||
msgid "Press OK to launch the disk partitioning tool."
|
||||
msgstr "Presiona OK para reiniciar el programa de particionamiento del disco."
|
||||
|
||||
#: installer.kmdr:939
|
||||
msgid "Hint: in order to install openmamba you should create:"
|
||||
msgstr "Sugerencia: para instalar openmamba deberias crear:"
|
||||
|
||||
#: installer.kmdr:941
|
||||
msgid "a Linux partition (type ext3 or reiserfs)"
|
||||
msgstr "una partición Linux (tipo ext3 o reiserfs)"
|
||||
|
||||
#: installer.kmdr:942
|
||||
msgid "a Linux SWAP partition"
|
||||
msgstr "una partición Linux SWAP"
|
||||
|
||||
#: installer.kmdr:1170
|
||||
msgid "No installable partitions found"
|
||||
msgstr "Ninguna partición instalable encontrada"
|
||||
|
||||
#: installer.kmdr:1170
|
||||
msgid ""
|
||||
"No installable partitions found, do you want to launch the partitioning tool?"
|
||||
msgstr ""
|
||||
"No ha sido encontrada ninguna partición instalable, ¿puedes iniciar el programa de particionamiento?"
|
||||
|
||||
msgid "Hint for partitioning"
|
||||
msgstr "Sugerencia para el particionamiento"
|
||||
|
||||
#: installer.kmdr:1174 installer.kmdr:1932
|
||||
msgid "Installation aborted."
|
||||
msgstr "Instalación interrumpida."
|
||||
|
||||
#: _from_rc.cc:15
|
||||
msgid "Install system on:"
|
||||
msgstr "Instala el sistema en:"
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid "Where do you want to install openmamba?"
|
||||
msgstr "Donde quieres instalar openmamba?"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "set &bootable"
|
||||
msgstr "&arrancable"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "Boot menu options:"
|
||||
msgstr "Opciones del menu de inicio:"
|
||||
|
||||
#: _from_rc.cc:21
|
||||
msgid "User details"
|
||||
msgstr "Información sobre el usuario"
|
||||
|
||||
#: _from_rc.cc:23
|
||||
msgid "User:"
|
||||
msgstr "User:"
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid "Autologin:"
|
||||
msgstr "Acceso automático:"
|
||||
|
||||
#: _from_rc.cc:28
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:29 _from_rc.cc:43
|
||||
msgid "Confirm password:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:30
|
||||
msgid "Full name:"
|
||||
msgstr "Nombre completo:"
|
||||
|
||||
#: _from_rc.cc:31
|
||||
msgid "About yourself"
|
||||
msgstr "Información sobre el usuario"
|
||||
|
||||
#: _from_rc.cc:32
|
||||
msgid ""
|
||||
"An user with administrator privileges will be created.\n"
|
||||
"Please provide your details here."
|
||||
msgstr "Será creado un usuario con los privilegios de administrador.\n"
|
||||
"Introduce la información solicitada."
|
||||
|
||||
#: _from_rc.cc:33 _from_rc.cc:35
|
||||
msgid "System information"
|
||||
msgstr "Información sobre el sistema"
|
||||
|
||||
#: _from_rc.cc:34
|
||||
msgid "About the system"
|
||||
msgstr "Información sobre el sistema"
|
||||
|
||||
#: _from_rc.cc:36
|
||||
msgid "localdomain"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:37
|
||||
msgid "Hostname:"
|
||||
msgstr "Nombre del equipo:"
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Domain:"
|
||||
msgstr "Dominio:"
|
||||
|
||||
#: _from_rc.cc:39
|
||||
msgid "openmamba"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:40
|
||||
msgid ""
|
||||
"Please choose a name for you system (Hostname) and\n"
|
||||
"assign a domain name for networking."
|
||||
msgstr ""
|
||||
"Selecciona un nombre para tu sistema y\n"
|
||||
"asigna un nombre de dominio para la red."
|
||||
|
||||
#: _from_rc.cc:41
|
||||
msgid "Superuser password"
|
||||
msgstr "Password del superusuario (root)"
|
||||
|
||||
#: _from_rc.cc:42
|
||||
msgid "Root password:"
|
||||
msgstr "Password de root:"
|
||||
|
||||
#: _from_rc.cc:44
|
||||
msgid "Installation progress"
|
||||
msgstr "Avance de la instalación"
|
||||
|
||||
#: _from_rc.cc:45
|
||||
msgid "Installation in progress..."
|
||||
msgstr "Instalación en curso..."
|
||||
|
||||
#: _from_rc.cc:47
|
||||
msgid "Launching installation script..."
|
||||
msgstr "Inicio de la instalación...."
|
||||
|
||||
#: _from_rc.cc:48
|
||||
msgid "End of installation"
|
||||
msgstr "Fin de la instalación"
|
||||
|
||||
#: _from_rc.cc:49
|
||||
msgid "Installation completed."
|
||||
msgstr "Instalación completa."
|
||||
|
||||
#: _from_rc.cc:50
|
||||
msgid "Re&boot"
|
||||
msgstr "&Reinicia"
|
||||
|
||||
#: installer.kmdr:908
|
||||
msgid "System partition"
|
||||
msgstr "Partición del sistema"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "Abort"
|
||||
msgstr "Cancela"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "Selected partition"
|
||||
msgstr "La partición seleccionada"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "Warning"
|
||||
msgstr "Aviso"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "will be formatted; all data will be lost. OK to format?"
|
||||
msgstr "será formateada; todos los datos seran perdidos.¿Continuar con el formateo?"
|
||||
|
||||
#: _from_rc.cc:39
|
||||
msgid ""
|
||||
"<b>Please wait while openmamba installation is performed.</b>\n"
|
||||
"Installation time mostly depends on the CD-ROM access speed and may last up "
|
||||
"to 30 minutes."
|
||||
msgstr ""
|
||||
"<b>Por favor, espera mientras se efectua la instalación.</b>\n"
|
||||
"El tiempo solicitado depende sobre todo de la velocidad de acceso al soporte CD-ROM y "
|
||||
"puede durar hasta 30 minutos."
|
||||
|
||||
#: md5progress.sh:27
|
||||
msgid ""
|
||||
"openmamba md5 media check - version $VERSION\n"
|
||||
"Copyright (c) 2007-2008 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
""
|
||||
msgstr ""
|
||||
"openmamba, control md5 de un media - versión $VERSION\n"
|
||||
"Copyright (c) 2007-2008 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
|
||||
#: md5progress.sh:33
|
||||
msgid "Error: this program must be launched by mamba installer; aborting."
|
||||
msgstr "Error: este programa debe ser ejecutado desde mamba installer; salir."
|
||||
|
||||
#: md5progress.sh:46
|
||||
msgid "CD/DVD-ROM support check OK. Press next to proceed with installation."
|
||||
msgstr "Soporte CD/DVD-ROM verificado con éxito. Presiona Siguiente para continuar."
|
||||
|
||||
#: md5progress.sh:48
|
||||
msgid "<font color=red>ERROR: CD/DVD-ROM support has errors; please try with another media.</font>"
|
||||
msgstr "<font color=red>ERROR: el soporte CD/DVD-ROM tiene errores; prueba con otro media.</font>"
|
||||
|
||||
#: md5progress.sh:51
|
||||
msgid "<font color=red>ERROR: this program must be run from live CD/DVD-ROM.</font>"
|
||||
msgstr "<font color=red>ERROR: este programa debe ser ejecutado desde live CD/DVD-ROM.</font>"
|
||||
|
||||
#: installer.sh:21
|
||||
msgid "Installation aborted; press Next to see the error log."
|
||||
msgstr "Instalación interrumpida; presiona Siguiente para visualizar los errores."
|
||||
#: installer.sh:22
|
||||
msgid "Installation aborted :-("
|
||||
msgstr "Instalación interrumpida :-("
|
||||
#: installer.sh:30
|
||||
msgid "Installation completed; press Next to continue."
|
||||
msgstr "Instalación completa; presiona Siguiente para continuar."
|
||||
#: installer.sh:69
|
||||
msgid ""
|
||||
"Copying: '$CP_LINE\n"
|
||||
"${MOUNT_SPACE}bytes copied\n"
|
||||
"Installation time: $TIME_ELAPSED minutes"
|
||||
msgstr ""
|
||||
"Copia de: '$CP_LINE\n"
|
||||
"${MOUNT_SPACE}bytes copiados\n"
|
||||
"Tiempo de instalación: $TIME_ELAPSED minutos"
|
||||
#: installer.sh:105
|
||||
msgid "Warning: this script will perform an automatic installation erasing all the"
|
||||
msgstr "Atención: este script efectuará una instalación automática cancelando"
|
||||
#: installer.sh:106
|
||||
msgid " contents of device $INSTALL_DEVICE; use $0 -y to actually start the"
|
||||
msgstr " el contenido del dispositivo $INSTALL_DEVICE; usa $0 -y para iniciar"
|
||||
#: installer.sh:107
|
||||
msgid " operation."
|
||||
msgstr " la operación."
|
||||
#: installer.sh:113
|
||||
msgid ""
|
||||
"openmamba installation script - version $VERSION\n"
|
||||
"Copyright (c) 2007-2008 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
""
|
||||
msgstr ""
|
||||
"script de instalación de openmamba - versión $VERSION\n"
|
||||
"Copyright (c) 2007-2008 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
""
|
||||
#: installer.sh:118
|
||||
msgid "Starting installation..."
|
||||
msgstr "Inicio de la instalación..."
|
||||
#: installer.sh:121
|
||||
msgid "Error: cannot read input file $INPUT_FILE; aborting."
|
||||
msgstr "Error: no se puede leer el fichero $INPUT_FILE; salir."
|
||||
#: installer.sh:134
|
||||
msgid "Error: installation device is not defined in $INPUT_FILE; aborting."
|
||||
msgstr "Error: el dispositivo de instalación no esta definido en $INPUT_FILE; salir."
|
||||
#: installer.sh:141
|
||||
msgid "Error: missing install device $INSTALL_DEVICE; aborting."
|
||||
msgstr "Error: dispositivo de instalación $INSTALL_DEVICE mancante; salir."
|
||||
#: installer.sh:145
|
||||
msgid "openmamba installation started"
|
||||
msgstr "Instalación de openmamba iniciada"
|
||||
#: installer.sh:148
|
||||
msgid "Info: device already mounted; unmounting."
|
||||
msgstr "Info: dispositivo ya montado; desmontando."
|
||||
#: installer.sh:152
|
||||
msgid "Error: could not unmount $INSTALL_DEVICE; aborting."
|
||||
msgstr "Error: no se puede desmontar $INSTALL_DEVICE; salir."
|
||||
#: installer.sh:158
|
||||
msgid "Info: device already mounted on $MOUNTPOINT/dev; unmounting."
|
||||
msgstr "Info: dispositivo ya montado en $MOUNTPOINT/dev; desmontando."
|
||||
#: installer.sh:160
|
||||
msgid "Error: could not unmount $MOUNTPOINT/dev; aborting."
|
||||
msgstr "Error: no se puede desmontar $MOUNTPOINT/dev; aborting."
|
||||
#: installer.sh:166
|
||||
msgid "Info: device already mounted on $MOUNTPOINT; unmounting."
|
||||
msgstr "Info: dispositivo ya montado en $MOUNTPOINT; desmontando."
|
||||
#: installer.sh:168
|
||||
msgid "Error: could not unmount $MOUNTPOINT; aborting."
|
||||
msgstr "Error: no se puede desmontar $MOUNTPOINT; salir."
|
||||
#: installer.sh:173
|
||||
msgid "Error: could not create mount point $MOUNTPOINT; aborting."
|
||||
msgstr "Error: no se puede crear el punto de montaje $MOUNTPOINT; salir."
|
||||
#: installer.sh:179
|
||||
msgid "Error: missing initialization tool $FORMAT_CMD; aborting."
|
||||
msgstr "Error: programa de inicio $FORMAT_CMD falta; salir."
|
||||
#: installer.sh:183
|
||||
msgid "Formatting device $INSTALL_DEVICE..."
|
||||
msgstr "Formateo del dispositivo $INSTALL_DEVICE..."
|
||||
#: installer.sh:184
|
||||
msgid "Formatting device $INSTALL_DEVICE"
|
||||
msgstr "Formateo del dispositivo $INSTALL_DEVICE"
|
||||
#: installer.sh:191
|
||||
msgid "Mounting $INSTALL_FSTYPE filesystem..."
|
||||
msgstr "Montaje de un sistema de fichero $INSTALL_FSTYPE"
|
||||
#: installer.sh:192
|
||||
msgid "Mounting $INSTALL_FSTYPE filesystem"
|
||||
msgstr "Montaje de un sistema de fichero $INSTALL_FSTYPE"
|
||||
#: installer.sh:194
|
||||
msgid "Error: could not mount filesystem; aborting."
|
||||
msgstr "Error: no se puede desmontar el sistema de archivo; salir."
|
||||
#: installer.sh:198
|
||||
msgid "Copying files..."
|
||||
msgstr "Copia de los ficheros..."
|
||||
#: installer.sh:203
|
||||
msgid "Copying files (/$d)..."
|
||||
msgstr "Copia de los ficheros (/$d)..."
|
||||
#: installer.sh:207
|
||||
msgid "Error: cannot copy $canonical_dir to $MOUNTPOINT; aborting."
|
||||
msgstr "Error: no se puede copiar $canonical_dir su $MOUNTPOINT; salir."
|
||||
#: installer.sh:219
|
||||
msgid "Error: cannot run MAKEDEV; aborting."
|
||||
msgstr "Error: no se puede ejecutar MAKEDEV; salir."
|
||||
#: installer.sh:225
|
||||
msgid "Binding system dirs to new mountpoint..."
|
||||
msgstr "Conectando las rutas de sistema al nuevo punto de montaje..."
|
||||
#: installer.sh:226
|
||||
msgid "Binding /dev to new mountpoint"
|
||||
msgstr "Conecto /dev al nuevo punto de montaje"
|
||||
#: installer.sh:228
|
||||
msgid "Error: could not bind /dev to new mountpoint; aborting."
|
||||
msgstr "Error: no se puede conectar /dev al nuevo punto de montaje; salir"
|
||||
#: installer.sh:232
|
||||
msgid "Error: could not bind /proc to new mountpoint; aborting."
|
||||
msgstr "Error: no se puede conectar /proc al nuevo punto de montaje; salir."
|
||||
#: installer.sh:250
|
||||
msgid "Creating initramfs..."
|
||||
msgstr "Creación del 'initramfs..."
|
||||
#: installer.sh:251
|
||||
msgid "Creating initramfs"
|
||||
msgstr "Creación del initramfs"
|
||||
#: installer.sh:255
|
||||
msgid "Error: initramfs creation failed; aborting."
|
||||
msgstr "Error: creación del initramfs fallida; salir."
|
||||
#: installer.sh:260
|
||||
msgid "Installing bootloader on $INSTALL_BOOTLOADER_DEVICE..."
|
||||
msgstr "Instalación del sistema de arranque en $INSTALL_BOOTLOADER_DEVICE..."
|
||||
#: installer.sh:261
|
||||
msgid "Installing grub bootloader on $INSTALL_BOOTLOADER_DEVICE"
|
||||
msgstr "Instalación del sistema de arranque grub su $INSTALL_BOOTLOADER_DEVICE"
|
||||
#: installer.sh:268
|
||||
msgid "Warning: there was an error setting bootloader partition as bootable."
|
||||
msgstr "Atención: ha habido un error configurando como arrancable la partición del sistema de arranque."
|
||||
#: installer.sh:287
|
||||
msgid "Info: skipping bootloader installation"
|
||||
msgstr "Info: saltando la instalación del sistema de arranque"
|
||||
|
||||
#: installer.sh:295
|
||||
msgid "Configuring system startup files..."
|
||||
msgstr "Configuración de los ficheros de inicio del sistema..."
|
||||
#: installer.sh:296
|
||||
msgid "Configuring system startup files"
|
||||
msgstr "Configuración de los ficheros de inicio del sistema"
|
||||
#: installer.sh:307
|
||||
msgid "Configuring users and host..."
|
||||
msgstr "Configurando los usuarios y del equipo..."
|
||||
#: installer.sh:308
|
||||
msgid "Configuring users and host"
|
||||
msgstr "Configuración de los usuarios y del equipo"
|
||||
#: installer.sh:315
|
||||
msgid "Installing packages..."
|
||||
msgstr "Instalación de los paquetes..."
|
||||
#: installer.sh:316
|
||||
msgid "Installing packages"
|
||||
msgstr "Instalación de los paquetes"
|
||||
#: installer.sh:330
|
||||
msgid "Launching chrooted apt-get..."
|
||||
msgstr "Ejecución de apt-get con chroot..."
|
||||
#: installer.sh:344
|
||||
msgid "Removing/cleaning unnecessary files and packages..."
|
||||
msgstr "Eliminando/limpiando los ficheros y paquetes no necesarios..."
|
||||
#: installer.sh:345
|
||||
msgid "Removing/cleaning unnecessary files and packages"
|
||||
msgstr "Eliminando/limpiando los ficheros y paquetes no necesarios"
|
||||
#: installer.sh:362
|
||||
msgid "Installation done. You can now reboot to start the freshly installed system."
|
||||
msgstr "Instalación. Ahora es posible reiniciar para ejecutar el sistema apenas instalado."
|
@@ -1,628 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Silvan Calarco <silvan.calarco@mambasoft.it>, 2007
|
||||
#
|
||||
#: _from_rc.cc:3 _from_rc.cc:4 _from_rc.cc:5 _from_rc.cc:16 _from_rc.cc:22
|
||||
#: _from_rc.cc:24 _from_rc.cc:25 _from_rc.cc:27 _from_rc.cc:46
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Mime-Version: 1.0"
|
||||
"Last-Translator: Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
"PO-Revision-Date: 2007-09-15 13:13+0200\n"
|
||||
"Project-Id-Version: installer\n"
|
||||
"Language-Team: <it@li.org>\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
||||
#: _from_rc.cc:1
|
||||
msgid "openmamba boot loader recovery wizard"
|
||||
msgstr "Ripristino del boot loader di openmamba "
|
||||
|
||||
#: _from_rc.cc:2
|
||||
msgid "Welcome!"
|
||||
msgstr "Benvenuto!"
|
||||
|
||||
#: _from_rc.cc:8
|
||||
msgid "Installation wizard for"
|
||||
msgstr "Programma di installazione di"
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "GNU/Linux distribution"
|
||||
msgstr "distribuzione GNU/Linux"
|
||||
|
||||
#: _from_rc.cc:10 installer.kmdr:200
|
||||
msgid "version"
|
||||
msgstr "versione"
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid "www.openmamba.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid ""
|
||||
"Copyright (c) 2007-2011 by Silvan Calarco\n"
|
||||
"Released under the terms of the GNU GPL v3 license"
|
||||
msgstr "Copyright (c) 2007-2011 by Silvan Calarco\n"
|
||||
"Rilasciato secondo i termini della licenza GNU GPL v3"
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "Distribuzione GNU/Linux"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:10
|
||||
msgid "Boot loader recovery tool for"
|
||||
msgstr "Ripristino del boot loader di"
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid "This program will recover the openmamba boot loader."
|
||||
msgstr "Questo programma riconfigurerà il boot loader di openmamba"
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid ""
|
||||
"This operation is normally needed after the very first sector of the disk "
|
||||
"(Master Boot Record) has been rewritten by the installation of another "
|
||||
"operating system. \n"
|
||||
"\n"
|
||||
"Usually you will need to use this program only after the installation of a "
|
||||
"release of Microsoft Windows to restore the openmamba boot menu.\n"
|
||||
"\n"
|
||||
"This tool is also useful before the installation of a third party boot "
|
||||
"manager in the Master Boot Record, by moving the openmamba boot loader "
|
||||
"installation from the MBR to its own partition."
|
||||
msgstr ""
|
||||
"Questa operazione è normalmente necessaria dopo che il primo settore del disco "
|
||||
"di avvio (Master Boot Record) è stato sovrascritto dall'installazione di un "
|
||||
"altro sistema operativo. \n"
|
||||
"\n"
|
||||
"Di solito occorre usare questo programma solo dopo l'installazione o la reinstallazione di "
|
||||
"una versione di Microsoft Windows per ripristinare il menù di avvio di openmamba.\n"
|
||||
"\n"
|
||||
"Questo programma può anche servire per l'installazione di un altro boot loader "
|
||||
"nel Master Boot Record, spostando il boot loader di openmamba dall'MBR alla sua "
|
||||
"partizione di sistema."
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "System partition choice"
|
||||
msgstr "Scelta della partizione di sistema"
|
||||
|
||||
#: _from_rc.cc:14
|
||||
msgid "removab&le devices"
|
||||
msgstr "dispositivi removibili"
|
||||
|
||||
#: _from_rc.cc:15
|
||||
msgid "Choose openmamba system partition"
|
||||
msgstr "Scegli la partizione di sistema di openmamba"
|
||||
|
||||
|
||||
#: _from_rc.cc:16
|
||||
msgid "Where do you want to install the boot loader from?"
|
||||
msgstr "Da dove vuoi installare il boot loader?"
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid ""
|
||||
"Please, select the openmamba system partition where you want the boot loader "
|
||||
"to be installed from."
|
||||
msgstr ""
|
||||
"Scegli la partizione di sistema di openmamba da cui vuoi installare il boot loader."
|
||||
|
||||
#: _from_rc.cc:19
|
||||
msgid "Install bootloader from:"
|
||||
msgstr "Installa il boot loader da:"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "Computer startup configuration"
|
||||
msgstr "Configurazione di avvio del computer"
|
||||
|
||||
#: _from_rc.cc:14
|
||||
msgid "Data integrity check"
|
||||
msgstr "Controllo di integrità dei dati"
|
||||
|
||||
#: _from_rc.cc:16
|
||||
msgid "S&kip check"
|
||||
msgstr "Salta la verifica"
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid ""
|
||||
"Please wait some time while the CD/DVD-ROM is checked for data integrity. \n"
|
||||
"Press the skip button only if you have previously checked the disc on this "
|
||||
"computer."
|
||||
msgstr ""
|
||||
"Per favore attendi mentre avviene controllo di integrità del CD/DVD-ROM. \n"
|
||||
"Premi il bottone salta solo se hai precedentemente verificato il disco su "
|
||||
"questo computer."
|
||||
|
||||
#: _from_rc.cc:18
|
||||
msgid "License"
|
||||
msgstr "Licenza"
|
||||
|
||||
#: _from_rc.cc:19
|
||||
msgid "Full license text"
|
||||
msgstr "Testo della licenza"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "&I've read and accept the licensing terms"
|
||||
msgstr "Ho letto ed accetto i termini della licenza"
|
||||
|
||||
#: _from_rc.cc:27
|
||||
msgid "I&gnore SWAP partition check (not recommended)"
|
||||
msgstr "Ignora il controllo della partizione di SWAP (non raccomandato)"
|
||||
|
||||
msgid ""
|
||||
"The openmamba GNU/Linux distribution is released under the terms of the GNU "
|
||||
"GPL v3 license."
|
||||
msgstr ""
|
||||
"La distribuzione GNU/Linux openmamba è rilasciata secondo i termini della "
|
||||
"licenza GNU GPL v3."
|
||||
|
||||
#: installer.kmdr:464
|
||||
msgid ""
|
||||
"Warning: check skipped; this might cause unpredicted installation errors."
|
||||
msgstr ""
|
||||
"Attenzione: controllo saltato; potrebbero verificarsi degli errori nell'installazione."
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "Please read carefully and accept the license before proceeding."
|
||||
msgstr "Per favore leggi attentamente ed accetta la licenza prima di proseguire."
|
||||
|
||||
#: _from_rc.cc:6
|
||||
msgid "Installation wizard"
|
||||
msgstr "programma di installazione"
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "&I've read the warning and want to go on with the installation"
|
||||
msgstr "&Ho letto l'avviso e voglio procedere con l'installazione"
|
||||
|
||||
#: _from_rc.cc:10
|
||||
msgid "Version"
|
||||
msgstr "Versione"
|
||||
|
||||
#: _from_rc.cc:21
|
||||
msgid "Disk partitioning"
|
||||
msgstr "Partizionamento del disco"
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "Current partitions status"
|
||||
msgstr "Stato attuale delle partizioni"
|
||||
|
||||
#: _from_rc.cc:25
|
||||
msgid "Check and edit disk partitions"
|
||||
msgstr "Controlla e modifica le partizioni"
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid "Ed&it disk partitions"
|
||||
msgstr "Modifica le partizioni"
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid "Disk installation choice"
|
||||
msgstr "Scelta del disco di installazione"
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid "Available partitions"
|
||||
msgstr "Partizioni disponibili"
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "Rescan dis&ks"
|
||||
msgstr "&Ricontrolla i dischi"
|
||||
|
||||
|
||||
#: _from_rc.cc:32
|
||||
msgid ""
|
||||
"Please, select the disk partition where you want the system to be "
|
||||
"installed.\n"
|
||||
"<br><b>WARNING: all current data on the selected partition will be lost.</b>"
|
||||
msgstr ""
|
||||
"Scegli la partizione del disco in cui vuoi installare il sistema.\n"
|
||||
"<br><b>ATTENZIONE: tutti i dati attualmente presenti nella partizione scelta saranno persi.</b>"
|
||||
|
||||
#: _from_rc.cc:33
|
||||
msgid "What filesystem do you want?"
|
||||
msgstr "Quale filesystem desideri?"
|
||||
|
||||
#: _from_rc.cc:34
|
||||
msgid "Filesystem type:"
|
||||
msgstr "Tipo di filesystem:"
|
||||
|
||||
#: _from_rc.cc:35
|
||||
msgid "Partition will be formatted with the selected filesystem."
|
||||
msgstr "La partizione sarà formattata con il filesystem selezionato."
|
||||
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Choose system partition and filesystem type"
|
||||
msgstr "Scelta della partizione di sistema e del filesystem"
|
||||
|
||||
#: _from_rc.cc:40
|
||||
msgid "Configure the boot manager"
|
||||
msgstr "Configura il boot manager"
|
||||
|
||||
#: _from_rc.cc:41
|
||||
msgid "Bootloader configuration"
|
||||
msgstr "Configurazione del boot loader"
|
||||
|
||||
#: _from_rc.cc:42
|
||||
msgid "Install bootloader on:"
|
||||
msgstr "Installa il boot loader su:"
|
||||
|
||||
#: _from_rc.cc:44
|
||||
msgid "Please select the boot menu options:"
|
||||
msgstr "Seleziona le opzioni del menù di avvio:"
|
||||
|
||||
#: _from_rc.cc:45
|
||||
msgid "Please select where you want to install the boot manager."
|
||||
msgstr "Seleziona dove vuoi installare il boot manager."
|
||||
|
||||
#: _from_rc.cc:46
|
||||
msgid ""
|
||||
"Below is a list of other operating systems found on this computer, you may "
|
||||
"configure them to appear as a choice when the computer starts."
|
||||
msgstr ""
|
||||
"La lista di seguito riporta altri sistemi operativi trovati su questo computer, "
|
||||
"puoi configurarli in modo che compaiano come scelta all'avvio del computer."
|
||||
|
||||
#: installer.kmdr:848
|
||||
msgid ""
|
||||
"In order to install openmamba you need on your fixed disk(s):<br>- a "
|
||||
"Linux type partition with at least $systemrequired MBytes<br>- a SWAP type partition "
|
||||
"with at least $swaprequired MBytes"
|
||||
msgstr ""
|
||||
"Per installare openmamba devi avere su uno dei tuoi dischi:<br>"
|
||||
"- una partizione di tipo linux di almeno $systemrequired MBytes<br>"
|
||||
"- una partizione di tipo SWAP di almeno $swaprequired MBytes"
|
||||
|
||||
#: installer.kmdr:901
|
||||
msgid "You need to create a Linux type partition<br>"
|
||||
msgstr "Devi creare una partizione di tipo Linux<br>"
|
||||
|
||||
msgid "Please, modify the partitions or press Next to proceed with the installation."
|
||||
msgstr "Modifica le partizioni o premi Successivo per procedere."
|
||||
|
||||
msgid "GOOD, you have both a Linux and SWAP partition."
|
||||
msgstr "BENE, hai almeno una partizione Linux e una per lo SWAP."
|
||||
|
||||
msgid "Please, press the button above and modify the partitions as needed before proceeding."
|
||||
msgstr "Premi il bottone per modificare le partizione come necessario prima di procedere."
|
||||
|
||||
msgid "OK for swap"
|
||||
msgstr "OK per lo swap"
|
||||
|
||||
msgid "OK for system"
|
||||
msgstr "OK per il sistema"
|
||||
|
||||
#: installer.kmdr:902
|
||||
msgid "You need to create a SWAP type partition<br>"
|
||||
msgstr "Devi creare una partizione di tipo SWAP<br>"
|
||||
|
||||
#: installer.kmdr:906
|
||||
msgid "Press OK to launch the disk partitioning tool."
|
||||
msgstr "Premi OK per avviare il programma di partizionamento del disco."
|
||||
|
||||
#: installer.kmdr:939
|
||||
msgid "Hint: in order to install openmamba you should create:"
|
||||
msgstr "Suggerimento: per installare openmamba dovresti creare:"
|
||||
|
||||
#: installer.kmdr:941
|
||||
msgid "a Linux partition (type ext3 or reiserfs)"
|
||||
msgstr "una partizione Linux (tipo ext3 o reiserfs)"
|
||||
|
||||
#: installer.kmdr:942
|
||||
msgid "a Linux SWAP partition"
|
||||
msgstr "una partizione Linux SWAP"
|
||||
|
||||
#: installer.kmdr:1170
|
||||
msgid "No installable partitions found"
|
||||
msgstr "Nessuna partizione installabile trovata"
|
||||
|
||||
#: installer.kmdr:1170
|
||||
msgid ""
|
||||
"No installable partitions found, do you want to launch the partitioning tool?"
|
||||
msgstr ""
|
||||
"Non è stata trovata alcuna partizione installabile, vuoi lanciare il tool di partizionamento?"
|
||||
|
||||
msgid "Hint for partitioning"
|
||||
msgstr "Suggerimento per il partizionamento"
|
||||
|
||||
#: installer.kmdr:1174 installer.kmdr:1932
|
||||
msgid "Installation aborted."
|
||||
msgstr "Installazione interrotta."
|
||||
|
||||
#: _from_rc.cc:15
|
||||
msgid "Install system on:"
|
||||
msgstr "Installa il sistema su:"
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid "Where do you want to install openmamba?"
|
||||
msgstr "Dove vuoi installare openmamba?"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "set &bootable"
|
||||
msgstr "&avviabile"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "Boot menu options:"
|
||||
msgstr "Opzioni del menù di avvio:"
|
||||
|
||||
#: _from_rc.cc:21
|
||||
msgid "User details"
|
||||
msgstr "Informazioni sull'utente"
|
||||
|
||||
#: _from_rc.cc:23
|
||||
msgid "User:"
|
||||
msgstr "User:"
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid "Autologin:"
|
||||
msgstr "Accesso automatico:"
|
||||
|
||||
#: _from_rc.cc:28
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:29 _from_rc.cc:43
|
||||
msgid "Confirm password:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:30
|
||||
msgid "Full name:"
|
||||
msgstr "Nome completo:"
|
||||
|
||||
#: _from_rc.cc:31
|
||||
msgid "About yourself"
|
||||
msgstr "Informazioni sull'utente"
|
||||
|
||||
#: _from_rc.cc:32
|
||||
msgid ""
|
||||
"An user with administrator privileges will be created.\n"
|
||||
"Please provide your details here."
|
||||
msgstr "Verrà creato un utente con i privilegi di amministratore.\n"
|
||||
"Inserisci le informazioni richieste."
|
||||
|
||||
#: _from_rc.cc:33 _from_rc.cc:35
|
||||
msgid "System information"
|
||||
msgstr "Informazioni sul sistema"
|
||||
|
||||
#: _from_rc.cc:34
|
||||
msgid "About the system"
|
||||
msgstr "Informazioni sul sistema"
|
||||
|
||||
#: _from_rc.cc:36
|
||||
msgid "localdomain"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:37
|
||||
msgid "Hostname:"
|
||||
msgstr "Nome macchina:"
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Domain:"
|
||||
msgstr "Dominio:"
|
||||
|
||||
#: _from_rc.cc:39
|
||||
msgid "openmamba"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:40
|
||||
msgid ""
|
||||
"Please choose a name for you system (Hostname) and\n"
|
||||
"assign a domain name for networking."
|
||||
msgstr ""
|
||||
"Scegli un nome per il tuo sistema e\n"
|
||||
"assegna un nome di dominio per la rete."
|
||||
|
||||
#: _from_rc.cc:41
|
||||
msgid "Superuser password"
|
||||
msgstr "Password del superutente (root)"
|
||||
|
||||
#: _from_rc.cc:42
|
||||
msgid "Root password:"
|
||||
msgstr "Password di root:"
|
||||
|
||||
#: _from_rc.cc:44
|
||||
msgid "Installation progress"
|
||||
msgstr "Avanzamento dell'installazione"
|
||||
|
||||
#: _from_rc.cc:45
|
||||
msgid "Installation in progress..."
|
||||
msgstr "Installazione in corso..."
|
||||
|
||||
#: _from_rc.cc:47
|
||||
msgid "Launching installation script..."
|
||||
msgstr "Avvio dell'installazione...."
|
||||
|
||||
#: _from_rc.cc:48
|
||||
msgid "End of installation"
|
||||
msgstr "Fine dell'installazione"
|
||||
|
||||
#: _from_rc.cc:49
|
||||
msgid "Installation completed."
|
||||
msgstr "Installazione completata."
|
||||
|
||||
#: _from_rc.cc:50
|
||||
msgid "Re&boot"
|
||||
msgstr "&Riavvia"
|
||||
|
||||
#: installer.kmdr:908
|
||||
msgid "System partition"
|
||||
msgstr "Partizione di sistema"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "Selected partition"
|
||||
msgstr "La partizione scelta"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "Warning"
|
||||
msgstr "Avviso"
|
||||
|
||||
#: md5progress.sh:33
|
||||
msgid "Error: this program must be launched by mamba installer; aborting."
|
||||
msgstr "Errore: questo programma deve essere eseguito da mamba installer; uscita."
|
||||
|
||||
#: installer.sh:21
|
||||
msgid "Installation aborted; press Next to see the error log."
|
||||
msgstr "Installazione interrotta; premi Successivo per visualizzare gli errori."
|
||||
#: installer.sh:22
|
||||
msgid "Installation aborted :-("
|
||||
msgstr "Installaazione interrotta :-("
|
||||
#: installer.sh:30
|
||||
msgid "Installation completed; press Next to continue."
|
||||
msgstr "Installazione completata; premi Successivo per continuare."
|
||||
#: installer.sh:69
|
||||
msgid ""
|
||||
"Copying: '$CP_LINE\n"
|
||||
"${MOUNT_SPACE}bytes copied\n"
|
||||
"Installation time: $TIME_ELAPSED minutes"
|
||||
msgstr ""
|
||||
"Copia di: '$CP_LINE\n"
|
||||
"${MOUNT_SPACE}bytes copiati\n"
|
||||
"Tempo di installazione: $TIME_ELAPSED minuti"
|
||||
#: installer.sh:105
|
||||
msgid "Warning: this script will perform an automatic installation erasing all the"
|
||||
msgstr "Attenzione: questo script effettuerà un'installazione automatica cancellando"
|
||||
#: installer.sh:106
|
||||
msgid " contents of device $INSTALL_DEVICE; use $0 -y to actually start the"
|
||||
msgstr " il contenuto del dispositivo $INSTALL_DEVICE; usa $0 -y per avviare"
|
||||
#: installer.sh:107
|
||||
msgid " operation."
|
||||
msgstr " l'operazione."
|
||||
#: installer.sh:113
|
||||
msgid ""
|
||||
"openmamba installation script - version $VERSION\n"
|
||||
"Copyright (c) 2007-2008 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
""
|
||||
msgstr ""
|
||||
"script di installazione di openmamba - versione $VERSION\n"
|
||||
"Copyright (c) 2007-2008 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
""
|
||||
#: installer.sh:121
|
||||
msgid "Error: cannot read input file $INPUT_FILE; aborting."
|
||||
msgstr "Errore: non posso leggere il file $INPUT_FILE; uscita."
|
||||
#: installer.sh:134
|
||||
msgid "Error: installation device is not defined in $INPUT_FILE; aborting."
|
||||
msgstr "Errore: il dispositivo di installazione non è definito in $INPUT_FILE; uscita."
|
||||
#: installer.sh:141
|
||||
msgid "Error: missing install device $INSTALL_DEVICE; aborting."
|
||||
msgstr "Errore: dispositivo di installazione $INSTALL_DEVICE mancante; uscita."
|
||||
#: installer.sh:145
|
||||
msgid "openmamba installation started"
|
||||
msgstr "Installazione di openmamba avviata"
|
||||
#: installer.sh:148
|
||||
msgid "Info: device already mounted; unmounting."
|
||||
msgstr "Info: dispositivo già montato; lo smonto."
|
||||
#: installer.sh:152
|
||||
msgid "Error: could not unmount $INSTALL_DEVICE; aborting."
|
||||
msgstr "Errore: non posso smontare $INSTALL_DEVICE; uscita."
|
||||
#: installer.sh:158
|
||||
msgid "Info: device already mounted on $MOUNTPOINT/dev; unmounting."
|
||||
msgstr "Info: dispositivo già montato su $MOUNTPOINT/dev; lo smonto."
|
||||
#: installer.sh:160
|
||||
msgid "Error: could not unmount $MOUNTPOINT/dev; aborting."
|
||||
msgstr "Errore: non posso smontare $MOUNTPOINT/dev; aborting."
|
||||
#: installer.sh:166
|
||||
msgid "Info: device already mounted on $MOUNTPOINT; unmounting."
|
||||
msgstr "Info: dispositivo già montato su $MOUNTPOINT; lo smonto."
|
||||
#: installer.sh:168
|
||||
msgid "Error: could not unmount $MOUNTPOINT; aborting."
|
||||
msgstr "Errore: non posso smontare $MOUNTPOINT; uscita."
|
||||
#: installer.sh:173
|
||||
msgid "Error: could not create mount point $MOUNTPOINT; aborting."
|
||||
msgstr "Errore: non posso creare il punto di mount $MOUNTPOINT; uscita."
|
||||
#: installer.sh:179
|
||||
msgid "Error: missing initialization tool $FORMAT_CMD; aborting."
|
||||
msgstr "Errore: programma di inizializzazione $FORMAT_CMD mancante; uscita."
|
||||
#: installer.sh:183
|
||||
msgid "Formatting device $INSTALL_DEVICE..."
|
||||
msgstr "Formattazione del dispositivo $INSTALL_DEVICE..."
|
||||
#: installer.sh:184
|
||||
msgid "Formatting device $INSTALL_DEVICE"
|
||||
msgstr "Formattazione del dispositivo $INSTALL_DEVICE"
|
||||
#: installer.sh:191
|
||||
msgid "Mounting $INSTALL_FSTYPE filesystem..."
|
||||
msgstr "Montaggio di un filesystem $INSTALL_FSTYPE"
|
||||
#: installer.sh:192
|
||||
msgid "Mounting $INSTALL_FSTYPE filesystem"
|
||||
msgstr "Montaggio di un filesystem $INSTALL_FSTYPE"
|
||||
#: installer.sh:194
|
||||
msgid "Error: could not mount filesystem; aborting."
|
||||
msgstr "Errore: non posso smontare il filesystem; uscita."
|
||||
#: installer.sh:198
|
||||
msgid "Copying files..."
|
||||
msgstr "Copia dei files..."
|
||||
#: installer.sh:203
|
||||
msgid "Copying files (/$d)..."
|
||||
msgstr "Copia dei files (/$d)..."
|
||||
#: installer.sh:207
|
||||
msgid "Error: cannot copy $canonical_dir to $MOUNTPOINT; aborting."
|
||||
msgstr "Errore: non posso copiare $canonical_dir su $MOUNTPOINT; uscita."
|
||||
#: installer.sh:219
|
||||
msgid "Error: cannot run MAKEDEV; aborting."
|
||||
msgstr "Errore: non posso eseguire MAKEDEV; uscita."
|
||||
#: installer.sh:225
|
||||
msgid "Binding system dirs to new mountpoint..."
|
||||
msgstr "Lego i percorsi di sistema al nuovo punto di mount..."
|
||||
#: installer.sh:226
|
||||
msgid "Binding /dev to new mountpoint"
|
||||
msgstr "Collego /dev al nuovo punto di mount"
|
||||
#: installer.sh:228
|
||||
msgid "Error: could not bind /dev to new mountpoint; aborting."
|
||||
msgstr "Errore: non posso legare /dev al nuovo punto di mount; uscita."
|
||||
#: installer.sh:232
|
||||
msgid "Error: could not bind /proc to new mountpoint; aborting."
|
||||
msgstr "Errore: non posso legare /proc al nuovo punto di mount; uscita."
|
||||
#: installer.sh:250
|
||||
msgid "Creating initramfs..."
|
||||
msgstr "Creazione dell'initramfs..."
|
||||
#: installer.sh:251
|
||||
msgid "Creating initramfs"
|
||||
msgstr "Creazione dell'initramfs"
|
||||
#: installer.sh:255
|
||||
msgid "Error: initramfs creation failed; aborting."
|
||||
msgstr "Errore: creazione dell'initramfs fallita; uscita."
|
||||
#: installer.sh:260
|
||||
msgid "Installing bootloader on $INSTALL_BOOTLOADER_DEVICE..."
|
||||
msgstr "Installazione del bootloader su $INSTALL_BOOTLOADER_DEVICE..."
|
||||
#: installer.sh:261
|
||||
msgid "Installing grub bootloader on $INSTALL_BOOTLOADER_DEVICE"
|
||||
msgstr "Installazione del bootloader grub su $INSTALL_BOOTLOADER_DEVICE"
|
||||
#: installer.sh:268
|
||||
msgid "Warning: there was an error setting bootloader partition as bootable."
|
||||
msgstr "Attenzione: c'è stato un errore impostando come avviabile la partizione del bootloader"
|
||||
#: installer.sh:287
|
||||
msgid "Info: skipping bootloader installation"
|
||||
msgstr "Info: salto l'installazione del bootloader"
|
||||
#: installer.sh:295
|
||||
msgid "Configuring system startup files..."
|
||||
msgstr "Configurazione dei file di avvio del sistema..."
|
||||
#: installer.sh:296
|
||||
msgid "Configuring system startup files"
|
||||
msgstr "Configurazione dei file di avvio del sistema"
|
||||
#: installer.sh:307
|
||||
msgid "Configuring users and host..."
|
||||
msgstr "Configure degli utenti e della macchina..."
|
||||
#: installer.sh:308
|
||||
msgid "Configuring users and host"
|
||||
msgstr "Configurazione degli utenti e della macchina"
|
||||
#: installer.sh:315
|
||||
msgid "Installing packages..."
|
||||
msgstr "Installazione dei pacchetti..."
|
||||
#: installer.sh:316
|
||||
msgid "Installing packages"
|
||||
msgstr "Installazione dei pacchetti"
|
||||
#: installer.sh:330
|
||||
msgid "Launching chrooted apt-get..."
|
||||
msgstr "Esecuzione di apt-get con chroot..."
|
||||
#: installer.sh:344
|
||||
msgid "Removing/cleaning unnecessary files and packages..."
|
||||
msgstr "Rimozione/pulizia di file e pacchetti non necessari..."
|
||||
#: installer.sh:345
|
||||
msgid "Removing/cleaning unnecessary files and packages"
|
||||
msgstr "Rimozione/pulizia di file e pacchetti non necessari"
|
||||
#: installer.sh:362
|
||||
msgid "Installation done. You can now reboot to start the freshly installed system."
|
||||
msgstr "Installazione completata. E' ora possibile riavviare per eseguire il sistema appena installato."
|
@@ -1,650 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Silvan Calarco <silvan.calarco@mambasoft.it>, 2007
|
||||
#
|
||||
#: _from_rc.cc:3 _from_rc.cc:4 _from_rc.cc:5 _from_rc.cc:16 _from_rc.cc:22
|
||||
#: _from_rc.cc:24 _from_rc.cc:25 _from_rc.cc:27 _from_rc.cc:46
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Mime-Version: 1.0"
|
||||
"Last-Translator: Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
"PO-Revision-Date: 2007-09-15 13:13+0200\n"
|
||||
"Project-Id-Version: installer\n"
|
||||
"Language-Team: <it@li.org>\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
|
||||
#: _from_rc.cc:1
|
||||
msgid "openmamba boot loader recovery wizard"
|
||||
msgstr "gestione del boot loader di openmamba "
|
||||
|
||||
#: _from_rc.cc:2
|
||||
msgid "Welcome!"
|
||||
msgstr "Benvenuto!"
|
||||
|
||||
#: _from_rc.cc:8
|
||||
msgid "Installation wizard for"
|
||||
msgstr "Programma di installazione di"
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "GNU/Linux distribution"
|
||||
msgstr "distribuzione GNU/Linux"
|
||||
|
||||
#: _from_rc.cc:10 installer.kmdr:200
|
||||
msgid "version"
|
||||
msgstr "versione"
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid "www.openmamba.org"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid ""
|
||||
"Copyright (c) 2008 by Silvan Calarco\n"
|
||||
"Released under the terms of the GNU GPL v3 license"
|
||||
msgstr "Copyright (c) 2008 by Silvan Calarco\n"
|
||||
"Rilasciato secondo i termini della licenza GNU GPL v3"
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "Distribuzione GNU/Linux"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:10
|
||||
msgid "Boot loader recovery tool for"
|
||||
msgstr "Gestione del boot loader per"
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid "This program will recover the openmamba boot loader."
|
||||
msgstr "Questo programma riconfigurerà il boot laoder di openmamba"
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid ""
|
||||
"This operation is normally needed after the very first sector of the disk "
|
||||
"(Master Boot Record) has been rewritten by the installation of another "
|
||||
"operating system. \n"
|
||||
"\n"
|
||||
"Usually you will need to use this program only after the installation of a "
|
||||
"release of Microsoft Windows to restore the openmamba boot menu.\n"
|
||||
"\n"
|
||||
"This tool is also useful before the installation of a third party boot "
|
||||
"manager in the Master Boot Record, by moving the openmamba boot loader "
|
||||
"installation from the MBR to its own partition."
|
||||
msgstr ""
|
||||
"Questa operazione è normalmente necessaria dopo che il primo settore del disco "
|
||||
"di avvio (Master Boot Record) è stato sovrascritto dall'installazione di un "
|
||||
"altro sistema operativo. \n"
|
||||
"\n"
|
||||
"Normalmente è necessario usare questo programma solo dopo l'installazione di "
|
||||
"una versione di Microsoft Windows per ripristinare il menù di avvio di openmamba.\n"
|
||||
"\n"
|
||||
"Questo programma può anche servire per l'installazione di un altro boot loader "
|
||||
"nel Master Boot Record, spostando il boot loader di openmamba dall'MBR alla sua "
|
||||
"partizione di sistema."
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "System partition choice"
|
||||
msgstr "Scelta della partizione di sistema"
|
||||
|
||||
#: _from_rc.cc:14
|
||||
msgid "Data integrity check"
|
||||
msgstr "Controllo di integrità dei dati"
|
||||
|
||||
#: _from_rc.cc:16
|
||||
msgid "S&kip check"
|
||||
msgstr "Salta la verifica"
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid ""
|
||||
"Please wait some time while the CD/DVD-ROM is checked for data integrity. \n"
|
||||
"Press the skip button only if you have previously checked the disc on this "
|
||||
"computer."
|
||||
msgstr ""
|
||||
"Per favore attendi mentre avviene controllo di integrità del CD/DVD-ROM. \n"
|
||||
"Premi il bottone salta solo se hai precedentemente verificato il disco su "
|
||||
"questo computer."
|
||||
|
||||
#: _from_rc.cc:18
|
||||
msgid "License"
|
||||
msgstr "Licenza"
|
||||
|
||||
#: _from_rc.cc:19
|
||||
msgid "Full license text"
|
||||
msgstr "Testo della licenza"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "&I've read and accept the licensing terms"
|
||||
msgstr "Ho letto ed accetto i termini della licenza"
|
||||
|
||||
#: _from_rc.cc:27
|
||||
msgid "I&gnore SWAP partition check (not recommended)"
|
||||
msgstr "Ignora il controllo della partizione di SWAP (non raccomandato)"
|
||||
|
||||
msgid ""
|
||||
"The openmamba GNU/Linux distribution is released under the terms of the GNU "
|
||||
"GPL v3 license."
|
||||
msgstr ""
|
||||
"La distribuzione GNU/Linux openmamba è rilasciata secondo i termini della "
|
||||
"licenza GNU GPL v3."
|
||||
|
||||
#: installer.kmdr:464
|
||||
msgid ""
|
||||
"Warning: check skipped; this might cause unpredicted installation errors."
|
||||
msgstr ""
|
||||
"Attenzione: controllo saltato; potrebbero verificarsi degli errori nell'installazione."
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "Please read carefully and accept the license before proceeding."
|
||||
msgstr "Per favore leggi attentamente ed accetta la licenza prima di proseguire."
|
||||
|
||||
#: _from_rc.cc:6
|
||||
msgid "Installation wizard"
|
||||
msgstr "programma di installazione"
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "&I've read the warning and want to go on with the installation"
|
||||
msgstr "&Ho letto l'avviso e voglio procedere con l'installazione"
|
||||
|
||||
#: _from_rc.cc:10
|
||||
msgid "Version"
|
||||
msgstr "Versione"
|
||||
|
||||
#: _from_rc.cc:21
|
||||
msgid "Disk partitioning"
|
||||
msgstr "Partizionamento del disco"
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "Current partitions status"
|
||||
msgstr "Stato attuale delle partizioni"
|
||||
|
||||
#: _from_rc.cc:25
|
||||
msgid "Check and edit disk partitions"
|
||||
msgstr "Controlla e modifica le partizioni"
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid "Ed&it disk partitions"
|
||||
msgstr "Modifica le partizioni"
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid "Disk installation choice"
|
||||
msgstr "Scelta del disco di installazione"
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid "Available partitions"
|
||||
msgstr "Partizioni disponibili"
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "Rescan dis&ks"
|
||||
msgstr "&Ricontrolla i dischi"
|
||||
|
||||
|
||||
#: _from_rc.cc:32
|
||||
msgid ""
|
||||
"Please, select the disk partition where you want the system to be "
|
||||
"installed.\n"
|
||||
"<br><b>WARNING: all current data on the selected partition will be lost.</b>"
|
||||
msgstr ""
|
||||
"Scegli la partizione del disco in cui vuoi installare il sistema.\n"
|
||||
"<br><b>ATTENZIONE: tutti i dati attualmente presenti nella partizione scelta saranno persi.</b>"
|
||||
|
||||
#: _from_rc.cc:33
|
||||
msgid "What filesystem do you want?"
|
||||
msgstr "Quale filesystem desideri?"
|
||||
|
||||
#: _from_rc.cc:34
|
||||
msgid "Filesystem type:"
|
||||
msgstr "Tipo di filesystem:"
|
||||
|
||||
#: _from_rc.cc:35
|
||||
msgid "Partition will be formatted with the selected filesystem."
|
||||
msgstr "La partizione sarà formattata con il filesystem selezionato."
|
||||
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Choose system partition and filesystem type"
|
||||
msgstr "Scelta della partizione di sistema e del filesystem"
|
||||
|
||||
#: _from_rc.cc:39
|
||||
msgid "Computer startup configuration"
|
||||
msgstr "Configurazione di avvio del computer"
|
||||
|
||||
#: _from_rc.cc:40
|
||||
msgid "Configure the boot manager"
|
||||
msgstr "Configura il boot manager"
|
||||
|
||||
#: _from_rc.cc:41
|
||||
msgid "Bootloader configuration"
|
||||
msgstr "Configurazione del boot loader"
|
||||
|
||||
#: _from_rc.cc:42
|
||||
msgid "Install bootloader on:"
|
||||
msgstr "Installa il boot loader su:"
|
||||
|
||||
#: _from_rc.cc:44
|
||||
msgid "Please select the boot menu options:"
|
||||
msgstr "Seleziona le opzioni del menù di avvio:"
|
||||
|
||||
#: _from_rc.cc:45
|
||||
msgid "Please select where you want to install the boot manager."
|
||||
msgstr "Seleziona dove vuoi installare il boot manager."
|
||||
|
||||
#: _from_rc.cc:46
|
||||
msgid ""
|
||||
"Below is a list of other operating systems found on this computer, you may "
|
||||
"configure them to appear as a choice when the computer starts."
|
||||
msgstr ""
|
||||
"La lista di seguito riporta altri sistemi operativi trovati su questo computer, "
|
||||
"puoi configurarli in modo che compaiano come scelta all'avvio del computer."
|
||||
|
||||
#: installer.kmdr:848
|
||||
msgid ""
|
||||
"In order to install openmamba you need on your fixed disk(s):<br>- a "
|
||||
"Linux type partition with at least $systemrequired MBytes<br>- a SWAP type partition "
|
||||
"with at least $swaprequired MBytes"
|
||||
msgstr ""
|
||||
"Per installare openmamba devi avere su uno dei tuoi dischi:<br>"
|
||||
"- una partizione di tipo linux di almeno $systemrequired MBytes<br>"
|
||||
"- una partizione di tipo SWAP di almeno $swaprequired MBytes"
|
||||
|
||||
#: installer.kmdr:901
|
||||
msgid "You need to create a Linux type partition<br>"
|
||||
msgstr "Devi creare una partizione di tipo Linux<br>"
|
||||
|
||||
msgid "Please, modify the partitions or press Next to proceed with the installation."
|
||||
msgstr "Modifica le partizioni o premi Successivo per procedere."
|
||||
|
||||
msgid "GOOD, you have both a Linux and SWAP partition."
|
||||
msgstr "BENE, hai almeno una partizione Linux e una per lo SWAP."
|
||||
|
||||
msgid "Please, press the button above and modify the partitions as needed before proceeding."
|
||||
msgstr "Premi il bottone per modificare le partizione come necessario prima di procedere."
|
||||
|
||||
msgid "OK for swap"
|
||||
msgstr "OK per lo swap"
|
||||
|
||||
msgid "OK for system"
|
||||
msgstr "OK per il sistema"
|
||||
|
||||
#: installer.kmdr:902
|
||||
msgid "You need to create a SWAP type partition<br>"
|
||||
msgstr "Devi creare una partizione di tipo SWAP<br>"
|
||||
|
||||
#: installer.kmdr:906
|
||||
msgid "Press OK to launch the disk partitioning tool."
|
||||
msgstr "Premi OK per avviare il programma di partizionamento del disco."
|
||||
|
||||
#: installer.kmdr:939
|
||||
msgid "Hint: in order to install openmamba you should create:"
|
||||
msgstr "Suggerimento: per installare openmamba dovresti creare:"
|
||||
|
||||
#: installer.kmdr:941
|
||||
msgid "a Linux partition (type ext3 or reiserfs)"
|
||||
msgstr "una partizione Linux (tipo ext3 o reiserfs)"
|
||||
|
||||
#: installer.kmdr:942
|
||||
msgid "a Linux SWAP partition"
|
||||
msgstr "una partizione Linux SWAP"
|
||||
|
||||
#: installer.kmdr:1170
|
||||
msgid "No installable partitions found"
|
||||
msgstr "Nessuna partizione installabile trovata"
|
||||
|
||||
#: installer.kmdr:1170
|
||||
msgid ""
|
||||
"No installable partitions found, do you want to launch the partitioning tool?"
|
||||
msgstr ""
|
||||
"Non è stata trovata alcuna partizione installabile, vuoi lanciare il tool di partizionamento?"
|
||||
|
||||
msgid "Hint for partitioning"
|
||||
msgstr "Suggerimento per il partizionamento"
|
||||
|
||||
#: installer.kmdr:1174 installer.kmdr:1932
|
||||
msgid "Installation aborted."
|
||||
msgstr "Installazione interrotta."
|
||||
|
||||
#: _from_rc.cc:15
|
||||
msgid "Install system on:"
|
||||
msgstr "Installa il sistema su:"
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid "Where do you want to install openmamba?"
|
||||
msgstr "Dove vuoi installare openmamba?"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "set &bootable"
|
||||
msgstr "&avviabile"
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid "Boot menu options:"
|
||||
msgstr "Opzioni del menù di avvio:"
|
||||
|
||||
#: _from_rc.cc:21
|
||||
msgid "User details"
|
||||
msgstr "Informazioni sull'utente"
|
||||
|
||||
#: _from_rc.cc:23
|
||||
msgid "User:"
|
||||
msgstr "User:"
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid "Autologin:"
|
||||
msgstr "Accesso automatico:"
|
||||
|
||||
#: _from_rc.cc:28
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:29 _from_rc.cc:43
|
||||
msgid "Confirm password:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:30
|
||||
msgid "Full name:"
|
||||
msgstr "Nome completo:"
|
||||
|
||||
#: _from_rc.cc:31
|
||||
msgid "About yourself"
|
||||
msgstr "Informazioni sull'utente"
|
||||
|
||||
#: _from_rc.cc:32
|
||||
msgid ""
|
||||
"An user with administrator privileges will be created.\n"
|
||||
"Please provide your details here."
|
||||
msgstr "Verrà creato un utente con i privilegi di amministratore.\n"
|
||||
"Inserisci le informazioni richieste."
|
||||
|
||||
#: _from_rc.cc:33 _from_rc.cc:35
|
||||
msgid "System information"
|
||||
msgstr "Informazioni sul sistema"
|
||||
|
||||
#: _from_rc.cc:34
|
||||
msgid "About the system"
|
||||
msgstr "Informazioni sul sistema"
|
||||
|
||||
#: _from_rc.cc:36
|
||||
msgid "localdomain"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:37
|
||||
msgid "Hostname:"
|
||||
msgstr "Nome macchina:"
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Domain:"
|
||||
msgstr "Dominio:"
|
||||
|
||||
#: _from_rc.cc:39
|
||||
msgid "openmamba"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:40
|
||||
msgid ""
|
||||
"Please choose a name for you system (Hostname) and\n"
|
||||
"assign a domain name for networking."
|
||||
msgstr ""
|
||||
"Scegli un nome per il tuo sistema e\n"
|
||||
"assegna un nome di dominio per la rete."
|
||||
|
||||
#: _from_rc.cc:41
|
||||
msgid "Superuser password"
|
||||
msgstr "Password del superutente (root)"
|
||||
|
||||
#: _from_rc.cc:42
|
||||
msgid "Root password:"
|
||||
msgstr "Password di root:"
|
||||
|
||||
#: _from_rc.cc:44
|
||||
msgid "Installation progress"
|
||||
msgstr "Avanzamento dell'installazione"
|
||||
|
||||
#: _from_rc.cc:45
|
||||
msgid "Installation in progress..."
|
||||
msgstr "Installazione in corso..."
|
||||
|
||||
#: _from_rc.cc:47
|
||||
msgid "Launching installation script..."
|
||||
msgstr "Avvio dell'installazione...."
|
||||
|
||||
#: _from_rc.cc:48
|
||||
msgid "End of installation"
|
||||
msgstr "Fine dell'installazione"
|
||||
|
||||
#: _from_rc.cc:49
|
||||
msgid "Installation completed."
|
||||
msgstr "Installazione completata."
|
||||
|
||||
#: _from_rc.cc:50
|
||||
msgid "Re&boot"
|
||||
msgstr "&Riavvia"
|
||||
|
||||
#: installer.kmdr:908
|
||||
msgid "System partition"
|
||||
msgstr "Partizione di sistema"
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid "removab&le devices"
|
||||
msgstr "supporti removibili"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "Abort"
|
||||
msgstr "Annulla"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "Selected partition"
|
||||
msgstr "La partizione scelta"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "Warning"
|
||||
msgstr "Avviso"
|
||||
|
||||
#: installer.kmdr:1289
|
||||
msgid "will be formatted; all data will be lost. OK to format?"
|
||||
msgstr "sarà formattata; tutti i dati saranno persi. Procedo con la formattazione?"
|
||||
|
||||
#: _from_rc.cc:39
|
||||
msgid ""
|
||||
"<b>Please wait while openmamba installation is performed.</b>\n"
|
||||
"Installation time mostly depends on the CD-ROM access speed and may last up "
|
||||
"to 30 minutes."
|
||||
msgstr ""
|
||||
"<b>Per favore attendi mentre viene effettuata l'installazione.</b>\n"
|
||||
"Il tempo richiesto dipende soprattutto della velocità di accesso al supporto CD-ROM e "
|
||||
"può durare fino a 30 minuti."
|
||||
|
||||
#: md5progress.sh:27
|
||||
msgid ""
|
||||
"openmamba md5 media check - version $VERSION\n"
|
||||
"Copyright (c) 2007-2008 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
""
|
||||
msgstr ""
|
||||
"openmamba, controllo md5 di un media - versione $VERSION\n"
|
||||
"Copyright (c) 2007-2008 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
|
||||
#: md5progress.sh:33
|
||||
msgid "Error: this program must be launched by mamba installer; aborting."
|
||||
msgstr "Errore: questo programma deve essere eseguito da mamba installer; uscita."
|
||||
|
||||
#: md5progress.sh:46
|
||||
msgid "CD/DVD-ROM support check OK. Press next to proceed with installation."
|
||||
msgstr "Supporto CD/DVD-ROM verificato con successo. Premi Successivo per continuare."
|
||||
|
||||
#: md5progress.sh:48
|
||||
msgid "<font color=red>ERROR: CD/DVD-ROM support has errors; please try with another media.</font>"
|
||||
msgstr "<font color=red>ERRORE: il supporto CD/DVD-ROM ha degli errori; prova con un altro media.</font>"
|
||||
|
||||
#: md5progress.sh:51
|
||||
msgid "<font color=red>ERROR: this program must be run from live CD/DVD-ROM.</font>"
|
||||
msgstr "<font color=red>ERRORE: questo programma deve essere eseguito da live CD/DVD-ROM.</font>"
|
||||
|
||||
#: installer.sh:21
|
||||
msgid "Installation aborted; press Next to see the error log."
|
||||
msgstr "Installazione interrotta; premi Successivo per visualizzare gli errori."
|
||||
#: installer.sh:22
|
||||
msgid "Installation aborted :-("
|
||||
msgstr "Installaazione interrotta :-("
|
||||
#: installer.sh:30
|
||||
msgid "Installation completed; press Next to continue."
|
||||
msgstr "Installazione completata; premi Successivo per continuare."
|
||||
#: installer.sh:69
|
||||
msgid ""
|
||||
"Copying: '$CP_LINE\n"
|
||||
"${MOUNT_SPACE}bytes copied\n"
|
||||
"Installation time: $TIME_ELAPSED minutes"
|
||||
msgstr ""
|
||||
"Copia di: '$CP_LINE\n"
|
||||
"${MOUNT_SPACE}bytes copiati\n"
|
||||
"Tempo di installazione: $TIME_ELAPSED minuti"
|
||||
#: installer.sh:105
|
||||
msgid "Warning: this script will perform an automatic installation erasing all the"
|
||||
msgstr "Attenzione: questo script effettuerà un'installazione automatica cancellando"
|
||||
#: installer.sh:106
|
||||
msgid " contents of device $INSTALL_DEVICE; use $0 -y to actually start the"
|
||||
msgstr " il contenuto del dispositivo $INSTALL_DEVICE; usa $0 -y per avviare"
|
||||
#: installer.sh:107
|
||||
msgid " operation."
|
||||
msgstr " l'operazione."
|
||||
#: installer.sh:113
|
||||
msgid ""
|
||||
"openmamba installation script - version $VERSION\n"
|
||||
"Copyright (c) 2007-2008 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
""
|
||||
msgstr ""
|
||||
"script di installazione di openmamba - versione $VERSION\n"
|
||||
"Copyright (c) 2007-2008 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
""
|
||||
#: installer.sh:118
|
||||
msgid "Starting installation..."
|
||||
msgstr "Avvio dell'installazione..."
|
||||
#: installer.sh:121
|
||||
msgid "Error: cannot read input file $INPUT_FILE; aborting."
|
||||
msgstr "Errore: non posso leggere il file $INPUT_FILE; uscita."
|
||||
#: installer.sh:134
|
||||
msgid "Error: installation device is not defined in $INPUT_FILE; aborting."
|
||||
msgstr "Errore: il dispositivo di installazione non è definito in $INPUT_FILE; uscita."
|
||||
#: installer.sh:141
|
||||
msgid "Error: missing install device $INSTALL_DEVICE; aborting."
|
||||
msgstr "Errore: dispositivo di installazione $INSTALL_DEVICE mancante; uscita."
|
||||
#: installer.sh:145
|
||||
msgid "openmamba installation started"
|
||||
msgstr "Installazione di openmamba avviata"
|
||||
#: installer.sh:148
|
||||
msgid "Info: device already mounted; unmounting."
|
||||
msgstr "Info: dispositivo già montato; lo smonto."
|
||||
#: installer.sh:152
|
||||
msgid "Error: could not unmount $INSTALL_DEVICE; aborting."
|
||||
msgstr "Errore: non posso smontare $INSTALL_DEVICE; uscita."
|
||||
#: installer.sh:158
|
||||
msgid "Info: device already mounted on $MOUNTPOINT/dev; unmounting."
|
||||
msgstr "Info: dispositivo già montato su $MOUNTPOINT/dev; lo smonto."
|
||||
#: installer.sh:160
|
||||
msgid "Error: could not unmount $MOUNTPOINT/dev; aborting."
|
||||
msgstr "Errore: non posso smontare $MOUNTPOINT/dev; aborting."
|
||||
#: installer.sh:166
|
||||
msgid "Info: device already mounted on $MOUNTPOINT; unmounting."
|
||||
msgstr "Info: dispositivo già montato su $MOUNTPOINT; lo smonto."
|
||||
#: installer.sh:168
|
||||
msgid "Error: could not unmount $MOUNTPOINT; aborting."
|
||||
msgstr "Errore: non posso smontare $MOUNTPOINT; uscita."
|
||||
#: installer.sh:173
|
||||
msgid "Error: could not create mount point $MOUNTPOINT; aborting."
|
||||
msgstr "Errore: non posso creare il punto di mount $MOUNTPOINT; uscita."
|
||||
#: installer.sh:179
|
||||
msgid "Error: missing initialization tool $FORMAT_CMD; aborting."
|
||||
msgstr "Errore: programma di inizializzazione $FORMAT_CMD mancante; uscita."
|
||||
#: installer.sh:183
|
||||
msgid "Formatting device $INSTALL_DEVICE..."
|
||||
msgstr "Formattazione del dispositivo $INSTALL_DEVICE..."
|
||||
#: installer.sh:184
|
||||
msgid "Formatting device $INSTALL_DEVICE"
|
||||
msgstr "Formattazione del dispositivo $INSTALL_DEVICE"
|
||||
#: installer.sh:191
|
||||
msgid "Mounting $INSTALL_FSTYPE filesystem..."
|
||||
msgstr "Montaggio di un filesystem $INSTALL_FSTYPE"
|
||||
#: installer.sh:192
|
||||
msgid "Mounting $INSTALL_FSTYPE filesystem"
|
||||
msgstr "Montaggio di un filesystem $INSTALL_FSTYPE"
|
||||
#: installer.sh:194
|
||||
msgid "Error: could not mount filesystem; aborting."
|
||||
msgstr "Errore: non posso smontare il filesystem; uscita."
|
||||
#: installer.sh:198
|
||||
msgid "Copying files..."
|
||||
msgstr "Copia dei files..."
|
||||
#: installer.sh:203
|
||||
msgid "Copying files (/$d)..."
|
||||
msgstr "Copia dei files (/$d)..."
|
||||
#: installer.sh:207
|
||||
msgid "Error: cannot copy $canonical_dir to $MOUNTPOINT; aborting."
|
||||
msgstr "Errore: non posso copiare $canonical_dir su $MOUNTPOINT; uscita."
|
||||
#: installer.sh:219
|
||||
msgid "Error: cannot run MAKEDEV; aborting."
|
||||
msgstr "Errore: non posso eseguire MAKEDEV; uscita."
|
||||
#: installer.sh:225
|
||||
msgid "Binding system dirs to new mountpoint..."
|
||||
msgstr "Lego i percorsi di sistema al nuovo punto di mount..."
|
||||
#: installer.sh:226
|
||||
msgid "Binding /dev to new mountpoint"
|
||||
msgstr "Collego /dev al nuovo punto di mount"
|
||||
#: installer.sh:228
|
||||
msgid "Error: could not bind /dev to new mountpoint; aborting."
|
||||
msgstr "Errore: non posso legare /dev al nuovo punto di mount; uscita."
|
||||
#: installer.sh:232
|
||||
msgid "Error: could not bind /proc to new mountpoint; aborting."
|
||||
msgstr "Errore: non posso legare /proc al nuovo punto di mount; uscita."
|
||||
#: installer.sh:250
|
||||
msgid "Creating initramfs..."
|
||||
msgstr "Creazione dell'initramfs..."
|
||||
#: installer.sh:251
|
||||
msgid "Creating initramfs"
|
||||
msgstr "Creazione dell'initramfs"
|
||||
#: installer.sh:255
|
||||
msgid "Error: initramfs creation failed; aborting."
|
||||
msgstr "Errore: creazione dell'initramfs fallita; uscita."
|
||||
#: installer.sh:260
|
||||
msgid "Installing bootloader on $INSTALL_BOOTLOADER_DEVICE..."
|
||||
msgstr "Installazione del bootloader su $INSTALL_BOOTLOADER_DEVICE..."
|
||||
#: installer.sh:261
|
||||
msgid "Installing grub bootloader on $INSTALL_BOOTLOADER_DEVICE"
|
||||
msgstr "Installazione del bootloader grub su $INSTALL_BOOTLOADER_DEVICE"
|
||||
#: installer.sh:268
|
||||
msgid "Warning: there was an error setting bootloader partition as bootable."
|
||||
msgstr "Attenzione: c'è stato un errore impostando come avviabile la partizione del bootloader"
|
||||
#: installer.sh:287
|
||||
msgid "Info: skipping bootloader installation"
|
||||
msgstr "Info: salto l'installazione del bootloader"
|
||||
#: installer.sh:295
|
||||
msgid "Configuring system startup files..."
|
||||
msgstr "Configurazione dei file di avvio del sistema..."
|
||||
#: installer.sh:296
|
||||
msgid "Configuring system startup files"
|
||||
msgstr "Configurazione dei file di avvio del sistema"
|
||||
#: installer.sh:307
|
||||
msgid "Configuring users and host..."
|
||||
msgstr "Configure degli utenti e della macchina..."
|
||||
#: installer.sh:308
|
||||
msgid "Configuring users and host"
|
||||
msgstr "Configurazione degli utenti e della macchina"
|
||||
#: installer.sh:315
|
||||
msgid "Installing packages..."
|
||||
msgstr "Installazione dei pacchetti..."
|
||||
#: installer.sh:316
|
||||
msgid "Installing packages"
|
||||
msgstr "Installazione dei pacchetti"
|
||||
#: installer.sh:330
|
||||
msgid "Launching chrooted apt-get..."
|
||||
msgstr "Esecuzione di apt-get con chroot..."
|
||||
#: installer.sh:344
|
||||
msgid "Removing/cleaning unnecessary files and packages..."
|
||||
msgstr "Rimozione/pulizia di file e pacchetti non necessari..."
|
||||
#: installer.sh:345
|
||||
msgid "Removing/cleaning unnecessary files and packages"
|
||||
msgstr "Rimozione/pulizia di file e pacchetti non necessari"
|
||||
#: installer.sh:362
|
||||
msgid "Installation done. You can now reboot to start the freshly installed system."
|
||||
msgstr "Installazione completata. E' ora possibile riavviare per eseguire il sistema appena installato."
|
5
etc/polkit-1/rules.d/48-nopasswd_sysadmin.rules
Normal file
@@ -0,0 +1,5 @@
|
||||
/* Allow members of the sysadmin group to execute any actions
|
||||
without password authentication */
|
||||
polkit.addRule(function(action, subject) {
|
||||
if (subject.isInGroup("sysadmin")) { return polkit.Result.YES; }
|
||||
});
|
9
etc/system-sleep/r8169
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
TMPFILE=/tmp/system-sleep-hook-r8169.tmp
|
||||
if [ "$1/$2" = "pre/suspend" ]; then
|
||||
rmmod r8169
|
||||
touch $TMPFILE
|
||||
elif [ "$1/$2" = "post/suspend" -a -e $TMPFILE ]; then
|
||||
modprobe r8169
|
||||
rm -f $TMPFILE
|
||||
fi
|
@@ -841,85 +841,6 @@ dcop @dcopid KommanderIf setEnabled inst_devel $missing
|
||||
<set>WordBreak|AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="ScriptObject">
|
||||
<property name="name">
|
||||
<cstring>checkform3</cstring>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>370</y>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@BackBox.setChecked(true)
|
||||
@NextBox.setChecked(true)
|
||||
rpm -q xorg-drv-video-nvidia && {
|
||||
dcop @dcopid KommanderIf setEnabled inst_nvidia false
|
||||
}
|
||||
|
||||
rpm -q xorg-drv-video-nvidia_304 && {
|
||||
dcop @dcopid KommanderIf setEnabled inst_nvidia_legacy false
|
||||
}
|
||||
|
||||
rpm -q xorg-drv-video-fglrx && {
|
||||
dcop @dcopid KommanderIf setEnabled inst_fglrx false
|
||||
}
|
||||
|
||||
rpm -q xorg-drv-video-fglrx && {
|
||||
dcop @dcopid KommanderIf setEnabled inst_fglrx_legacy false
|
||||
}
|
||||
|
||||
openmamba-netsrpms -c flashplugin > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_flash false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c msttcorefonts > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_msttcf false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c win32codecs > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_codecs false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c sun-java7 > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_java false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c skype > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_skype false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c broadcom-sta > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_broadcom_sta false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c b43-firmware > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_b43 false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c spotify > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_spotify false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c virtualbox-extension-pack > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_virtualbox false
|
||||
fi</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="GroupBox">
|
||||
<property name="name">
|
||||
<cstring>GroupBox2_2_2</cstring>
|
||||
@@ -950,7 +871,7 @@ fi</string>
|
||||
</widget>
|
||||
<widget class="CheckBox">
|
||||
<property name="name">
|
||||
<cstring>inst_nvidia_legacy</cstring>
|
||||
<cstring>inst_nvidia</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
@@ -958,13 +879,16 @@ fi</string>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>40</y>
|
||||
<y>20</y>
|
||||
<width>510</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>NVIDIA propri&etary video driver (legacy) from openmamba.org</string>
|
||||
<string>NVIDIA proprietary video &driver (autodetected) from openmamba.org</string>
|
||||
</property>
|
||||
<property name="tristate">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
@@ -981,6 +905,32 @@ fi</string>
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>40</y>
|
||||
<width>510</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>AMD/ATI propri&etary video driver from openmamba.org</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string></string>
|
||||
<string></string>
|
||||
<string></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox">
|
||||
<property name="name">
|
||||
<cstring>inst_fglrx_legacy</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
@@ -990,7 +940,59 @@ fi</string>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>AMD/ATI proprietary video driver from openmamba.org</string>
|
||||
<string>AMD/ATI proprietary video driver (le&gacy) from openmamba.org</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string></string>
|
||||
<string></string>
|
||||
<string></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox">
|
||||
<property name="name">
|
||||
<cstring>inst_broadcom_sta</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>80</y>
|
||||
<width>510</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Broadcom-sta proprietary wireless driver from openmamba.org</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string></string>
|
||||
<string></string>
|
||||
<string></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox">
|
||||
<property name="name">
|
||||
<cstring>inst_b43</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>100</y>
|
||||
<width>510</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Broadcom B43 proprietary firmware from openwrt.org</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
@@ -1107,6 +1109,28 @@ fi</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox">
|
||||
<property name="name">
|
||||
<cstring>inst_codecs</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>180</y>
|
||||
<width>500</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Win32 codecs from mplayerhq.hu</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox">
|
||||
<property name="name">
|
||||
<cstring>inst_msttcf</cstring>
|
||||
@@ -1143,7 +1167,7 @@ fi</string>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>140</y>
|
||||
<y>120</y>
|
||||
<width>510</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
@@ -1157,7 +1181,7 @@ fi</string>
|
||||
</widget>
|
||||
<widget class="CheckBox">
|
||||
<property name="name">
|
||||
<cstring>inst_codecs</cstring>
|
||||
<cstring>inst_pepperflash</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
@@ -1165,125 +1189,18 @@ fi</string>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>180</y>
|
||||
<width>500</width>
|
||||
<y>139</y>
|
||||
<width>510</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Win32 codecs from mplayerhq.hu</string>
|
||||
<string>Pepper-Flas&h plugin for chromium from google.com</string>
|
||||
</property>
|
||||
<property name="checked">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox">
|
||||
<property name="name">
|
||||
<cstring>inst_nvidia</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>20</y>
|
||||
<width>510</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>NVIDIA proprietary video &driver from openmamba.org</string>
|
||||
</property>
|
||||
<property name="tristate">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string></string>
|
||||
<string></string>
|
||||
<string></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox">
|
||||
<property name="name">
|
||||
<cstring>inst_fglrx_legacy</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>80</y>
|
||||
<width>510</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>AMD/ATI proprietary video driver (le&gacy) from openmamba.org</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string></string>
|
||||
<string></string>
|
||||
<string></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox">
|
||||
<property name="name">
|
||||
<cstring>inst_b43</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>120</y>
|
||||
<width>510</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>&Broadcom B43 proprietary firmware from openwrt.org</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string></string>
|
||||
<string></string>
|
||||
<string></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="CheckBox">
|
||||
<property name="name">
|
||||
<cstring>inst_broadcom_sta</cstring>
|
||||
</property>
|
||||
<property name="enabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>20</x>
|
||||
<y>100</y>
|
||||
<width>510</width>
|
||||
<height>20</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Broadcom-sta proprietary wireless driver from openmamba.org</string>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string></string>
|
||||
<string></string>
|
||||
<string></string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="Label">
|
||||
<property name="name">
|
||||
@@ -1305,6 +1222,86 @@ WARNING: you'll have to accept a license agreement for most selected packages.</
|
||||
<set>WordBreak|AlignTop</set>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="ScriptObject">
|
||||
<property name="name">
|
||||
<cstring>checkform3</cstring>
|
||||
</property>
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>370</y>
|
||||
<width>32</width>
|
||||
<height>32</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="associations" stdset="0">
|
||||
<stringlist>
|
||||
<string>@BackBox.setChecked(true)
|
||||
@NextBox.setChecked(true)
|
||||
rpm -q xorg-drv-video-nvidia || rpm -q xorg-drv-video-nvidia_304 || rpm -q xorg-drv-video-nvidia_340 && {
|
||||
dcop @dcopid KommanderIf setEnabled inst_nvidia false
|
||||
}
|
||||
|
||||
rpm -q xorg-drv-video-fglrx && {
|
||||
dcop @dcopid KommanderIf setEnabled inst_fglrx false
|
||||
}
|
||||
|
||||
rpm -q xorg-drv-video-fglrx && {
|
||||
dcop @dcopid KommanderIf setEnabled inst_fglrx_legacy false
|
||||
}
|
||||
|
||||
openmamba-netsrpms -c flashplugin > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_flash false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c chromium-pepper-flash > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_pepperflash false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c msttcorefonts > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_msttcf false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c win32codecs > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_codecs false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c sun-java8 > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_java false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c skype > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_skype false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c broadcom-sta > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_broadcom_sta false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c b43-firmware > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_b43 false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c spotify > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_spotify false
|
||||
fi
|
||||
|
||||
openmamba-netsrpms -c virtualbox-extension-pack > /dev/null
|
||||
if [ $? -eq 0 ]; then
|
||||
dcop @dcopid KommanderIf setEnabled inst_virtualbox false
|
||||
fi</string>
|
||||
</stringlist>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QWidget">
|
||||
<property name="name">
|
||||
@@ -1478,11 +1475,11 @@ INSTALL_VIRTUALIZATION='@inst_virtualization.checked()'
|
||||
INSTALL_SERVER='@inst_server.checked()'
|
||||
INSTALL_DEVEL='@inst_devel.checked()'
|
||||
INSTALL_FLASH='@inst_flash.checked()'
|
||||
INSTALL_PEPPERFLASH='@inst_pepperflash.checked()'
|
||||
INSTALL_CODECS='@inst_codecs.checked()'
|
||||
INSTALL_MSTTCF='@inst_msttcf.checked()'
|
||||
INSTALL_SKYPE='@inst_skype.checked()'
|
||||
INSTALL_NVIDIA='@inst_nvidia.checked()'
|
||||
INSTALL_NVIDIA_LEGACY='@inst_nvidia_legacy.checked()'
|
||||
INSTALL_FGLRX='@inst_fglrx.checked()'
|
||||
INSTALL_FGLRX_LEGACY='@inst_fglrx_legacy.checked()'
|
||||
INSTALL_BROADCOM_STA='@inst_broadcom_sta.checked()'
|
||||
|
@@ -1,5 +1,5 @@
|
||||
# openmamba post installation script
|
||||
# Copyright (c) 2007-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
# Copyright (c) 2007-2015 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
# Released under the terms of the GNU GPLv3 License
|
||||
|
||||
@@ -77,12 +77,12 @@ TOTAL_PROGRESS=10
|
||||
[ "$INSTALL_SERVER" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 15`
|
||||
[ "$INSTALL_DEVEL" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 15`
|
||||
[ "$INSTALL_FLASH" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_PEPPERFLASH" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_SKYPE" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_CODECS" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_MSTTCF" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_JAVA" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_NVIDIA" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_NVIDIA_LEGACY" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_FGLRX" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_FGLRX_LEGACY" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
[ "$INSTALL_BROADCOM_STA" = "1" ] && TOTAL_PROGRESS=`expr $TOTAL_PROGRESS + 10`
|
||||
@@ -106,6 +106,8 @@ if [ "$INSTALL_BASE" = "1" ]; then
|
||||
# first time: remove mambabase from autostart
|
||||
[ -e /home/$USER/.kde4/Autostart/mambabase.desktop ] && \
|
||||
rm -f /home/$USER/.kde4/Autostart/mambabase.desktop
|
||||
[ -e /home/$USER/.config/autostart/mambabase.desktop ] && \
|
||||
rm -f /home/$USER/.config/autostart/mambabase.desktop
|
||||
# ugly workaround: don't have permissions to rm file in /etc/xdg/autostart
|
||||
[ -e /etc/xdg/autostart/mambabase.desktop ] && \
|
||||
> /etc/xdg/autostart/mambabase.desktop
|
||||
@@ -172,15 +174,10 @@ if [ "$INSTALL_DEVEL" = "1" ]; then
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_NVIDIA" = "1" ]; then
|
||||
echo $"Installing NVIDIA proprietary video driver packages"
|
||||
dcop_write $"Installing/updating NVIDIA proprietary video driver packages..." 10
|
||||
rpm -q --whatprovides xorg-drv-video-nvidia >/dev/null || apt_get_parsed install -y xorg-drv-video-nvidia
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_NVIDIA_LEGACY" = "1" ]; then
|
||||
echo $"Installing NVIDIA proprietary (legacy) video driver packages"
|
||||
dcop_write $"Installing/updating NVIDIA proprietary (legacy) video driver packages..." 10
|
||||
rpm -q --whatprovides xorg-drv-video-nvidia_304 >/dev/null || apt_get_parsed install -y xorg-drv-video-nvidia_304
|
||||
echo $"Installing NVIDIA proprietary video driver (autodetected) packages"
|
||||
dcop_write $"Installing/updating NVIDIA proprietary video driver (autodetected) packages..." 10
|
||||
NVIDIA_DETECTED=$(/sbin/nvidia-autoselect-driver | sed "s|.* ||")
|
||||
rpm -q --whatprovides $NVIDIA_DETECTED >/dev/null || apt_get_parsed install -y $NVIDIA_DETECTED
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_FGLRX" = "1" ]; then
|
||||
@@ -227,10 +224,16 @@ if [ "$INSTALL_FLASH" = "1" ]; then
|
||||
nspluginscan
|
||||
rpm -q gnash && {
|
||||
echo $"Removing gnash"
|
||||
sudo rpm -e gnash
|
||||
sudo rpm -e gnash
|
||||
}
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_PEPPERFLASH" = "1" ]; then
|
||||
echo $"Installing pepper-flash plugin"
|
||||
dcop_write $"Installing Pepper-Flash plugin..." 10
|
||||
/usr/bin/openmamba-netsrpms chromium-pepper-flash
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_CODECS" = "1" ]; then
|
||||
echo $"Installing win32 codecs"
|
||||
dcop_write $"Installing Win32 codecs..." 10
|
||||
@@ -249,8 +252,8 @@ if [ "$INSTALL_SKYPE" = "1" ]; then
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_JAVA" = "1" ]; then
|
||||
dcop_write $"Installing Oracle Java 7..." 10
|
||||
/usr/bin/openmamba-netsrpms sun-java7
|
||||
dcop_write $"Installing Oracle Java 8..." 10
|
||||
/usr/bin/openmamba-netsrpms sun-java8
|
||||
fi
|
||||
|
||||
if [ "$INSTALL_JRE" = "1" ]; then
|
||||
|
@@ -1,15 +0,0 @@
|
||||
# openmamba installer configuration file
|
||||
|
||||
INSTALL_DEVICE=
|
||||
INSTALL_BOOTLOADER_DEVICE=
|
||||
INSTALL_BOOTLOADER_DEVICE_SETBOOTABLE="true"
|
||||
INSTALL_BOOTLOADER_CHAINLOAD=()
|
||||
INSTALL_FSTYPE=ext3
|
||||
INSTALL_HOSTNAME="openmamba-test"
|
||||
INSTALL_USER="default"
|
||||
INSTALL_USER_FULLNAME="Default User"
|
||||
INSTALL_USER_PASSWORD=""
|
||||
INSTALL_USER_AUTOLOGIN="true"
|
||||
INSTALL_ROOT_PASSWORD=""
|
||||
INSTALL_HOSTNAME="openmamba"
|
||||
INSTALL_DOMAIN="localdomain"
|
@@ -1,14 +0,0 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
print "Enter a string to encrypt with DES\n";
|
||||
chomp(my $string = <STDIN>); #Take the input from the user and remove the n
|
||||
|
||||
print "Enter two random alphanumerics to be used as a salt\n";
|
||||
chomp(my $salt = <STDIN>);
|
||||
|
||||
my $encrypted_string = crypt($string,$salt); #take the string and the salt and put through crypt()
|
||||
|
||||
print qq~
|
||||
"$string" encrypted using the perl crypt() function and salt "$salt" returns:
|
||||
$encrypted_string
|
||||
~;
|
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 613 B |
Before Width: | Height: | Size: 738 B |
Before Width: | Height: | Size: 992 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.9 KiB |
@@ -1,40 +0,0 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# mambawelcome - start mambawelcome on first time system execution
|
||||
# Copyright (c) 2007-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
|
||||
if [ $UID != 0 ]; then
|
||||
echo "$0: must be superuser." >&2
|
||||
exit 1
|
||||
fi
|
||||
. /etc/sysconfig/i18n
|
||||
export LANG
|
||||
export HOME=/root
|
||||
|
||||
INPUT_FILE=/root/.installer.conf
|
||||
|
||||
[ -e $INPUT_FILE ] || exit 0
|
||||
|
||||
. $INPUT_FILE
|
||||
|
||||
[ "$INSTALL_USER" ] && exit 0
|
||||
|
||||
# restore mixer status to prevent it to be set to 0 values in case of shutdown
|
||||
/usr/sbin/alsactl restore >/dev/null 2>&1
|
||||
|
||||
#xset -dpms
|
||||
[ -e /opt/kde3/bin/kconf_update ] && PATH=/opt/kde3/bin:$PATH kconf_update
|
||||
#/opt/kde3/bin/dcopserver
|
||||
xinit /opt/kde3/bin/kmdr-executor /usr/share/openmamba/mambawelcome/mambawelcome.kmdr -- -br -dpi 100
|
||||
#/opt/kde3/bin/dcopserver_shutdown
|
||||
killall -9 dcopserver
|
||||
|
||||
if [ -e /root/.mambawelcome-not-completed ]; then
|
||||
rm -f /root/.mambawelcome-not-completed
|
||||
poweroff
|
||||
else
|
||||
systemctl disable mambawelcome.target
|
||||
systemctl isolate graphical.target
|
||||
fi
|
||||
|
||||
exit 0
|
@@ -1,206 +0,0 @@
|
||||
#: _from_rc.cc:1
|
||||
msgid "openmamba first time wizard"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:2
|
||||
msgid "Welcome!"
|
||||
msgstr ""
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#: _from_rc.cc:3 _from_rc.cc:4 _from_rc.cc:5 _from_rc.cc:21 _from_rc.cc:23
|
||||
#: _from_rc.cc:24 _from_rc.cc:26 _from_rc.cc:46 _from_rc.cc:48
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2008-04-30 18:19+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: _from_rc.cc:6
|
||||
msgid "Version 0.4"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:7
|
||||
msgid "GNU/Linux"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:8
|
||||
msgid ""
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco\n"
|
||||
"Released under the terms of the GNU GPL v3 license"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "Welcome to openmamba GNU/Linux!"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:10
|
||||
msgid ""
|
||||
"In a few moments you will start using a high-technology operating system and "
|
||||
"the most modern Open Source applications.<br><br>\n"
|
||||
"openmamba is based on Free/Libre/Open Source software and is distributed "
|
||||
"under the terms of the GNU GPLv3 license.<br>\n"
|
||||
"<br>\n"
|
||||
"The next dialogs will ask you some basic information that is required to "
|
||||
"complete the installation of openmamba on this computer.<br>"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid "<b>Please, press the Next button to proceed.</b>"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid "License"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid ""
|
||||
"The openmamba GNU/Linux distribution is released under the terms of the GNU "
|
||||
"GPL v3 license."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:14
|
||||
msgid "Please read carefully and accept the license before proceeding."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:15
|
||||
msgid "Full license text"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:16
|
||||
msgid "&I've read and accept the licensing terms"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:17 _from_rc.cc:19
|
||||
msgid "User details"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:18
|
||||
msgid "About yourself"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:20
|
||||
msgid ""
|
||||
"An user with administrator privileges will be created.\n"
|
||||
"\n"
|
||||
"The information requested below will be used to identify yourself as the "
|
||||
"user of this system when you access the desktop. If autologin is checked the "
|
||||
"system will not ask for cretentials and automatically access the desktop "
|
||||
"environment when you turn on the computer."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "User:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:25
|
||||
msgid "Autologin:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:27
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:28 _from_rc.cc:32
|
||||
msgid "Confirm password:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:29
|
||||
msgid "Full name:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:30 _from_rc.cc:35
|
||||
msgid "System information"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:31
|
||||
msgid "Superuser password"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:33
|
||||
msgid "Root password:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:34
|
||||
msgid ""
|
||||
"The superuser is a special system user called <b>root</b> that has full "
|
||||
"privileges on the system. This password is required to perform many system "
|
||||
"maintenance and configuration tasks."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:36
|
||||
msgid "localdomain"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:37
|
||||
msgid "WORKGROUP"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "openmamba"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:39
|
||||
msgid ""
|
||||
"Please enter Domain and Workgroup. If you don't know these information ask "
|
||||
"your network administrator or leave the default."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:40
|
||||
msgid "Domain:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:41
|
||||
msgid "Workgroup:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:42
|
||||
msgid "Hostname:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:43
|
||||
msgid "Please choose a name for the system (e.g. mymachine)"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:44
|
||||
msgid "About the system"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:45
|
||||
msgid "Installation progress"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:47
|
||||
msgid "Launching installation script..."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:49
|
||||
msgid "<b>Please, press the Finish button to start using openmamba.</b>"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:50
|
||||
msgid ""
|
||||
"<b>Thank you for providing the requested information!</b><br><br>\n"
|
||||
"Configuration has been completed and the system is now ready for use."
|
||||
"<br><br>\n"
|
||||
"<b>TIP:</b> remember user and superuser passwords and never reveal this "
|
||||
"information in order to keep your system and data safe."
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:51
|
||||
msgid "System configuration in progress..."
|
||||
msgstr ""
|
||||
|
||||
#: mambawelcome.kmdr:1373
|
||||
msgid "Configuration completed."
|
||||
msgstr ""
|
@@ -1,12 +0,0 @@
|
||||
[Unit]
|
||||
Description=openmamba 2nd stage installation welcome dialog
|
||||
Conflicts=getty@tty1.service
|
||||
After=systemd-user-sessions.service getty@tty1.service plymouth-quit.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/share/openmamba/mambawelcome/mambawelcome
|
||||
Restart=always
|
||||
IgnoreSIGPIPE=no
|
||||
|
||||
[Install]
|
||||
WantedBy=mambawelcome.target
|
@@ -1,183 +0,0 @@
|
||||
# openmamba mambawelcome script
|
||||
# Copyright (c) 2007-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
#
|
||||
# Released under the terms of the GNU GPLv3 License
|
||||
#
|
||||
VERSION=1.1
|
||||
TEXTDOMAIN=mambawelcome
|
||||
TEXTDOMAINDIR=/opt/kde3/share/locale/
|
||||
INSTALL_DATE=`date +%Y%m%d-%H%M`
|
||||
INPUT_FILE=/root/.installer.conf
|
||||
LOG_FILE=/var/log/mambawelcome-$INSTALL_DATE.log
|
||||
KERNEL_RELEASE=`uname -r`
|
||||
DCOP=/opt/kde3/bin/dcop
|
||||
|
||||
function abort() {
|
||||
[ "$DCOPID" ] && {
|
||||
$DCOP $DCOPID KommanderIf setText progressText $"Installation aborted; press Next to see the error log."
|
||||
$DCOP $DCOPID KommanderIf setText finallabel $"Installation aborted :-("
|
||||
$DCOP $DCOPID KommanderIf setEnabled next true
|
||||
}
|
||||
exit 1
|
||||
}
|
||||
|
||||
function dcop_write() {
|
||||
[ "$DCOPID" ] && {
|
||||
$DCOP $DCOPID KommanderIf setText progressText "$1"
|
||||
$DCOP $DCOPID KommanderIf setText progressBar $2
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
[ "$1" = "-y" ] || {
|
||||
echo $"Warning: this script is intended to be run by mambawelcome.kmdr."
|
||||
echo $" Use $0 -y to actually start the operation."
|
||||
exit 0
|
||||
}
|
||||
|
||||
DCOPID=$2
|
||||
|
||||
echo $"\
|
||||
openmamba mambawelcome script - version $VERSION
|
||||
Copyright (c) 2007-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
"
|
||||
|
||||
dcop_write $"Configuring..." 5
|
||||
|
||||
# update grub device mappings and config
|
||||
[ -e /usr/sbin/grub-mkdevicemap ] && /usr/sbin/grub-mkdevicemap -n
|
||||
/usr/sbin/update-grub
|
||||
|
||||
[ -r $INPUT_FILE ] || {
|
||||
echo $"Error: cannot read input file $INPUT_FILE; aborting." >&2
|
||||
abort
|
||||
}
|
||||
|
||||
. $INPUT_FILE
|
||||
|
||||
# now remove sensible information from input file
|
||||
sed -i "/^INSTALL_ROOT_PASSWORD=.*/d" $INPUT_FILE
|
||||
sed -i "/^INSTALL_USER_PASSWORD=.*/d" $INPUT_FILE
|
||||
|
||||
# restore original kde config location
|
||||
[ -L /opt/kde/share/config ] && {
|
||||
rm -f /opt/kde/share/config
|
||||
mkdir -p /opt/kde/share/config
|
||||
mv /etc/opt/kde/* /opt/kde/share/config/
|
||||
rmdir /etc/opt/kde
|
||||
ln -s ../../opt/kde/share/config /etc/opt/kde
|
||||
}
|
||||
|
||||
dcop_write $"Configuring users and host..." 50
|
||||
echo $"Configuring users and host" | tee -a $LOG_FILE
|
||||
# configure user
|
||||
[ "$INSTALL_USER" ] && {
|
||||
userdel -rf liveuser
|
||||
useradd $INSTALL_USER \
|
||||
-c "$INSTALL_USER_FULLNAME" \
|
||||
-G audio,filesharing,sysadmin,packager,lpadmin,video,nopermfs || {
|
||||
echo $"Error: could not create user; skipping." | tee -a $LOG_FILE
|
||||
}
|
||||
sh -c "echo $INSTALL_USER_PASSWORD | passwd $INSTALL_USER --stdin" || {
|
||||
echo $"Error: could not set user password; aborting." | tee -a $LOG_FILE
|
||||
abort
|
||||
}
|
||||
|
||||
# configure user for autologin
|
||||
if [ "$INSTALL_USER_AUTOLOGIN" = "1" ]; then
|
||||
echo $"Info: enabling user autologin" | tee -a $LOG_FILE
|
||||
[ -e /opt/kde/share/config/kdm/kdmrc ] && {
|
||||
sed -i "s|AutoLoginEnable=.*|AutoLoginEnable=true|" \
|
||||
/opt/kde/share/config/kdm/kdmrc
|
||||
sed -i "s|AutoLoginUser=.*|AutoLoginUser=$INSTALL_USER|" \
|
||||
/opt/kde/share/config/kdm/kdmrc
|
||||
}
|
||||
[ -e /etc/lxdm/lxdm.conf ] && {
|
||||
sed -i "s|[#[:space:]]*autologin=.*|autologin=$INSTALL_USER|" \
|
||||
/etc/lxdm/lxdm.conf
|
||||
}
|
||||
[ -e /etc/gdm/custom.conf ] && {
|
||||
sed -i "s|[#[:space:]]*AutomaticLogin=.*|AutomaticLogin=$INSTALL_USER|" \
|
||||
/etc/gdm/custom.conf
|
||||
sed -i "s|AutomaticLoginEnable=.*|AutomaticLoginEnable=true|" \
|
||||
/etc/gdm/custom.conf
|
||||
}
|
||||
else
|
||||
[ -e /opt/kde/share/config/kdm/kdmrc ] &&
|
||||
sed -i "s|AutoLoginEnable=.*|AutoLoginEnable=false|" \
|
||||
/opt/kde/share/config/kdm/kdmrc
|
||||
[ -e /etc/lxdm/lxdm.conf ] &&
|
||||
sed -i "s|[#[:space:]]*\(autologin.*\)|#\1|" \
|
||||
/etc/lxdm/lxdm.conf
|
||||
[ -e /etc/gdm/custom.conf ] &&
|
||||
sed -i "s|AutomaticLoginEnable=.*|AutomaticLoginEnable=false|" \
|
||||
/etc/gdm/custom.conf
|
||||
fi
|
||||
|
||||
# pre-create user homedir (currently just needed to put TODO txt files on
|
||||
# desktop)
|
||||
cp -a /etc/skel /home/$INSTALL_USER
|
||||
#mkdir /home/$INSTALL_USER/Desktop
|
||||
chmod 711 /home/$INSTALL_USER
|
||||
#cp /usr/share/openmamba/installer/*.txt /home/$INSTALL_USER/Desktop/
|
||||
|
||||
cp /usr/share/openmamba/mambabase/mambabase-autostart.desktop /etc/xdg/autostart/mambabase.desktop
|
||||
chown $INSTALL_USER /etc/xdg/autostart/mambabase.desktop
|
||||
chmod 644 /etc/xdg/autostart/mambabase.desktop
|
||||
|
||||
# create home kde configuration directory
|
||||
mkdir -p /home/$INSTALL_USER/.kde4/share/config
|
||||
# copy global settings for localizations
|
||||
[ -e /root/.kde4/share/config/kdeglobals ] && \
|
||||
cp /root/.kde4/share/config/kdeglobals /home/$INSTALL_USER/.kde4/share/config/
|
||||
[ -e /root/.kde4/share/config/kxkbrc ] && \
|
||||
cp /root/.kde4/share/config/kxkbrc /home/$INSTALL_USER/.kde4/share/config/
|
||||
# disable ktip on startup
|
||||
cat > /home/$INSTALL_USER/.kde4/share/config/ktiprc << _EOF
|
||||
[TipOfDay]
|
||||
RunOnStart=false
|
||||
_EOF
|
||||
# set user permissions
|
||||
chown "$INSTALL_USER".users /home/$INSTALL_USER -R
|
||||
}
|
||||
|
||||
# set root password
|
||||
sh -c "echo $INSTALL_ROOT_PASSWORD | passwd --stdin" || {
|
||||
echo $"Error: could not set user password; aborting." | tee -a $LOG_FILE
|
||||
abort
|
||||
}
|
||||
|
||||
# set hostname and domain
|
||||
[[ "$INSTALL_HOSTNAME" ]] && {
|
||||
if [ "${INSTALL_HOSTNAME/.*}" != "${INSTALL_HOSTNAME}" -o "${INSTALL_DOMAIN}" = "localdomain" ]; then
|
||||
hostnamectl set-hostname $INSTALL_HOSTNAME
|
||||
if [ "${INSTALL_DOMAIN}" != "localdomain" ]; then
|
||||
sed -i "s|\(127\.0\.0\.1\W*\)\(.*\)|\1 $INSTALL_HOSTNAME.$INSTALL_DOMAIN $INSTALL_HOSTNAME localhost.localdomain localhost|" \
|
||||
/etc/hosts
|
||||
fi
|
||||
elif [ "${INSTALL_DOMAIN}" != "localdomain" ]; then
|
||||
hostnamectl set-hostname $INSTALL_HOSTNAME.$INSTALL_DOMAIN
|
||||
fi
|
||||
[ -e /usr/sbin/hciconfig ] && /usr/sbin/hciconfig hci0 name $INSTALL_HOSTNAME 2>&1 >/dev/null
|
||||
}
|
||||
|
||||
# set samba configuration file
|
||||
[[ "$INSTALL_WORKGROUP" ]] && {
|
||||
sed -i "s|workgroup =.*|workgroup = $INSTALL_WORKGROUP|" /etc/samba/smb.conf
|
||||
sed -i "s|netbios name =.*|netbios name = $INSTALL_HOSTNAME|" /etc/samba/smb.conf
|
||||
}
|
||||
|
||||
# configure suspend (from suspend rpm post script) and recreate mkinitramfs
|
||||
grep path_to_resume_device_file /etc/suspend.conf && {
|
||||
SWAPLINE=`/sbin/swapon -s |grep -m1 ^/dev/`
|
||||
SWAPDEV=${SWAPLINE/ */}
|
||||
[ $SWAPDEV ] && sed -i "s|<path_to_resume_device_file>|$SWAPDEV|" /etc/suspend.conf
|
||||
}
|
||||
KERNEL_RELEASE=`uname -r`
|
||||
#mkinitramfs /boot/initramfs-$KERNEL_RELEASE.img $KERNEL_RELEASE -f
|
||||
|
||||
dcop_write $"Installation completed." 100
|
||||
[ "$DCOPID" ] && $DCOP $DCOPID KommanderIf setEnabled next true
|
||||
echo $"Installation done." | tee -a $LOG_FILE
|
||||
|
||||
exit 0
|
@@ -1,17 +0,0 @@
|
||||
# This file is part of systemd.
|
||||
#
|
||||
# systemd is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU Lesser General Public License as published by
|
||||
# the Free Software Foundation; either version 2.1 of the License, or
|
||||
# (at your option) any later version.
|
||||
|
||||
[Unit]
|
||||
Description=Mambawelcome 2nd stage install target
|
||||
Documentation=man:systemd.special(7)
|
||||
Requires=multi-user.target
|
||||
After=multi-user.target
|
||||
Conflicts=rescue.target
|
||||
AllowIsolate=yes
|
||||
|
||||
[Install]
|
||||
Alias=default.target
|
@@ -1,282 +0,0 @@
|
||||
#: _from_rc.cc:1
|
||||
msgid "openmamba first time wizard"
|
||||
msgstr "primer inicio del sistema"
|
||||
|
||||
#: _from_rc.cc:2
|
||||
msgid "Welcome!"
|
||||
msgstr "Bienvenido!"
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#: _from_rc.cc:3 _from_rc.cc:7 _from_rc.cc:8 _from_rc.cc:18 _from_rc.cc:20
|
||||
#: _from_rc.cc:21 _from_rc.cc:23 _from_rc.cc:45 _from_rc.cc:48
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2007-12-26 22:51+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: _from_rc.cc:4
|
||||
msgid "Welcome to openmamba GNU/Linux!"
|
||||
msgstr "Bienvenido a openmamba GNU/Linux!"
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid ""
|
||||
"In a few moments you will start using a high-technology "
|
||||
"operating system and the most modern Open Source applications.<br><br>\n"
|
||||
"openmamba is based on Free/Libre/Open Source software and is distributed "
|
||||
"under the terms of the GNU GPLv3 license.<br>\n"
|
||||
"<br>\n"
|
||||
"The next dialogs will ask you some basic information that is required to "
|
||||
"complete the installation of openmamba on this computer.<br>"
|
||||
msgstr ""
|
||||
"A continuación, vas a iniciar a utilizar un sistema operativo de "
|
||||
"alta tecnología y el programa más moderno Open source.<br><br>\n"
|
||||
"openmamba esta basadi en software Free/Libero/Open Source y esta distribuido "
|
||||
"según los términos de la licencia GNU GPL versione 3.<br>\n"
|
||||
"<br>\n"
|
||||
"En los próximos textos será solicitada alguna información báscia necesaria para "
|
||||
"completar la instalación de openmamba en este equipo.<br>"
|
||||
|
||||
#: _from_rc.cc:6
|
||||
msgid "<b>Please, press the Next button to proceed.</b>"
|
||||
msgstr "<b>Pulsa Siguiente para continuar.</b>"
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "Version 0.4"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:10
|
||||
msgid "GNU/Linux"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid ""
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco\n"
|
||||
"Released under the terms of the GNU GPL v3 license"
|
||||
msgstr ""
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco\n"
|
||||
"Expedido según los términos de la licencia GNU GPL versione 3"
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid "License"
|
||||
msgstr "Licencia"
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "Full license text"
|
||||
msgstr "Texto completo de la licencia"
|
||||
|
||||
#: _from_rc.cc:14
|
||||
msgid "&I've read and accept the licensing terms"
|
||||
msgstr "&He leido y acepto los términos de la licencia"
|
||||
|
||||
#: _from_rc.cc:15
|
||||
msgid ""
|
||||
"The openmamba GNU/Linux distribution is released under the terms of the GNU "
|
||||
"GPL v3 license."
|
||||
msgstr ""
|
||||
"La distribución openmamba GNU/Linux ha sido expedida según los términos de la licencia "
|
||||
"GNU/GPL versión 3."
|
||||
|
||||
#: _from_rc.cc:16
|
||||
msgid "Please read carefully and accept the license before proceeding."
|
||||
msgstr "Por favor, lee atentamente y acepta la licencia antes de continuar."
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid "User details"
|
||||
msgstr "Información sobre el usuario"
|
||||
|
||||
#: _from_rc.cc:19
|
||||
msgid "User:"
|
||||
msgstr "Nombre de usuario:"
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "Autologin:"
|
||||
msgstr "Acceso automático:"
|
||||
|
||||
#: _from_rc.cc:24
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:25 _from_rc.cc:42
|
||||
msgid "Confirm password:"
|
||||
msgstr "Confirma password:"
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid "Full name:"
|
||||
msgstr "Nombre y apellidos:"
|
||||
|
||||
#: _from_rc.cc:27
|
||||
msgid "About yourself"
|
||||
msgstr "Información sobre el usuario"
|
||||
|
||||
#: _from_rc.cc:28
|
||||
msgid ""
|
||||
"An user with administrator privileges will be created.\n"
|
||||
"\n"
|
||||
"The information requested below will be used to identify yourself as the "
|
||||
"user of this system when you access the desktop. If autologin is checked the "
|
||||
"system will not ask for cretentials and automatically access the desktop "
|
||||
"environment when you turn on the computer."
|
||||
msgstr ""
|
||||
"Será creado un usuario con los privilegios de administrador.\n"
|
||||
"\n"
|
||||
"La información solicitada a continuación será usada para identificarte como "
|
||||
"usuario de este sistema cuando accedes al desktop. Si el login automático está "
|
||||
"habilitado el sistema non solicitará credenciales para el inicio y accederá automáticamente "
|
||||
"al escritorio."
|
||||
|
||||
#: _from_rc.cc:29 _from_rc.cc:31
|
||||
msgid "System information"
|
||||
msgstr "Información sobre el sistema"
|
||||
|
||||
#: _from_rc.cc:30
|
||||
msgid "About the system"
|
||||
msgstr "Información sobre el sistema"
|
||||
|
||||
#: _from_rc.cc:32
|
||||
msgid "Workgroup:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:33
|
||||
msgid "Domain:"
|
||||
msgstr "Dominio:"
|
||||
|
||||
#: _from_rc.cc:34
|
||||
msgid "localdomain"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:35
|
||||
msgid "WORKGROUP"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:36
|
||||
msgid "openmamba"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:37
|
||||
msgid "Hostname:"
|
||||
msgstr "Nombre del equipo:"
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Please choose a name for the system (e.g. mymachine)"
|
||||
msgstr "Selecciona un nombre para el sistema (ej. miequipo)"
|
||||
|
||||
#: _from_rc.cc:39
|
||||
msgid ""
|
||||
"Please enter Domain and Workgroup. If you don't know these information ask "
|
||||
"your network administrator or leave the default."
|
||||
msgstr ""
|
||||
"Introduce el dominio y el Workgropu. Si no conoces esta información pregunta "
|
||||
"al administrador de tu red o deja los valores predefinidos."
|
||||
|
||||
#: _from_rc.cc:40
|
||||
msgid "Superuser password"
|
||||
msgstr "Password del superusuario (root)"
|
||||
|
||||
#: _from_rc.cc:41
|
||||
msgid "Root password:"
|
||||
msgstr "Password de root:"
|
||||
|
||||
#: _from_rc.cc:43
|
||||
msgid ""
|
||||
"The superuser is a special system user called <b>root</b> that has full "
|
||||
"privileges on the system. This password is required to perform many system "
|
||||
"maintenance and configuration tasks."
|
||||
msgstr ""
|
||||
"El superusuario es un usuario especial llamado <b>root</b> que tiene plenos "
|
||||
"privilegios en el sistema. Este password se solicita para efectuar operaciones de "
|
||||
"configuración y mantenimiento."
|
||||
|
||||
#: _from_rc.cc:44
|
||||
msgid "Installation progress"
|
||||
msgstr "Avance de la instalación"
|
||||
|
||||
#: _from_rc.cc:46
|
||||
msgid "Launching installation script..."
|
||||
msgstr "Inicio de la instalación..."
|
||||
|
||||
#: _from_rc.cc:47
|
||||
msgid "System configuration in progress..."
|
||||
msgstr "Configuración del sistema en curso..."
|
||||
|
||||
#: _from_rc.cc:49
|
||||
msgid ""
|
||||
"<b>Thank you for providing the requested information!</b><br><br>\n"
|
||||
"Configuration has been completed and the system is now ready for use."
|
||||
"<br><br>\n"
|
||||
"<b>TIP:</b> remember user and superuser passwords and never reveal this "
|
||||
"information in order to keep your system and data safe."
|
||||
msgstr ""
|
||||
"<b>¡Gracias por proporcionar la información solicitada!</b><br><br>\n"
|
||||
"La configuración ha sido completada y el sistema está listo para su uso."
|
||||
"<br><br>\n"
|
||||
"<b>SUGERENCIA:</b> recuerda el password de usuario y de superusuario y no revelar "
|
||||
"nunca esta información para mantener tu sistema y tus datos seguros."
|
||||
|
||||
#: _from_rc.cc:50
|
||||
msgid "<b>Please, press the Finish button to start using openmamba.</b>"
|
||||
msgstr "<b>Pulsa Fin para iniciar a usar openmamba.</b>"
|
||||
|
||||
#: mambawelcome.kmdr:1302
|
||||
msgid "Configuration completed."
|
||||
msgstr "Configuración completada."
|
||||
|
||||
#: mambawelcome.sh:15
|
||||
msgid "Installation aborted; press Next to see the error log."
|
||||
msgstr "Instalación anulada; pulsa Siguiente para ver los errores."
|
||||
#: mambawelcome.sh:16
|
||||
msgid "Installation aborted :-("
|
||||
msgstr "Instalación anulada :-("
|
||||
#: mambawelcome.sh:31
|
||||
msgid "Warning: this script is intended to be run by mambawelcome.kmdr."
|
||||
msgstr "Atención: este script debe ser ejecutado desde mambawelcome.kmdr."
|
||||
#: mambawelcome.sh:32
|
||||
msgid " Use $0 -y to actually start the operation."
|
||||
msgstr " Usa $0 -y para ejecutar la operación."
|
||||
#: mambawelcome.sh:39
|
||||
msgid ""
|
||||
"openmamba mambawelcome script - version $VERSION\n"
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
""
|
||||
msgstr ""
|
||||
"openmamba mambawelcome script - versión $VERSION\n"
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
""
|
||||
#: mambawelcome.sh:44
|
||||
msgid "Configuring..."
|
||||
msgstr "Configuración..."
|
||||
#: mambawelcome.sh:47
|
||||
msgid "Error: cannot read input file $INPUT_FILE; aborting."
|
||||
msgstr "Error: no se puede leer el fichero de input $INPUT_FILE; salir."
|
||||
#: mambawelcome.sh:57
|
||||
msgid "Configuring users and host..."
|
||||
msgstr "Configuración de los usuarios y del equipo..."
|
||||
#: mambawelcome.sh:58
|
||||
msgid "Configuring users and host"
|
||||
msgstr "Configuración de los usuarios y del equipo"
|
||||
#: mambawelcome.sh:64
|
||||
msgid "Error: could not create user; aborting."
|
||||
msgstr "Error: no se puede crear el usuario; salir."
|
||||
#: mambawelcome.sh:68
|
||||
msgid "Error: could not set user password; aborting."
|
||||
msgstr "Error: no se puede configurar el password para el usuario; salir."
|
||||
#: mambawelcome.sh:74
|
||||
msgid "Info: enabling user autologin"
|
||||
msgstr "Info: activación del login automático"
|
||||
#: mambawelcome.sh:125
|
||||
msgid "Installation completed."
|
||||
msgstr "Instalación completa."
|
||||
#: mambawelcome.sh:127
|
||||
msgid "Installation done."
|
||||
msgstr "Instalación completa."
|
@@ -1,282 +0,0 @@
|
||||
#: _from_rc.cc:1
|
||||
msgid "openmamba first time wizard"
|
||||
msgstr "primo avvio di openmamba"
|
||||
|
||||
#: _from_rc.cc:2
|
||||
msgid "Welcome!"
|
||||
msgstr "Benvenuto!"
|
||||
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#: _from_rc.cc:3 _from_rc.cc:7 _from_rc.cc:8 _from_rc.cc:18 _from_rc.cc:20
|
||||
#: _from_rc.cc:21 _from_rc.cc:23 _from_rc.cc:45 _from_rc.cc:48
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2007-12-26 22:51+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: _from_rc.cc:4
|
||||
msgid "Welcome to openmamba GNU/Linux!"
|
||||
msgstr "Benvenuto su openmamba GNU/Linux!"
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid ""
|
||||
"In a few moments you will start using a high-technology "
|
||||
"operating system and the most modern Open Source applications.<br><br>\n"
|
||||
"openmamba is based on Free/Libre/Open Source software and is distributed "
|
||||
"under the terms of the GNU GPLv3 license.<br>\n"
|
||||
"<br>\n"
|
||||
"The next dialogs will ask you some basic information that is required to "
|
||||
"complete the installation of openmamba on this computer.<br>"
|
||||
msgstr ""
|
||||
"Stai per iniziare ad utilizzare un sistema operativo ad "
|
||||
"alta tecnologia ed i più moderni programmi Open Source.<br><br>\n"
|
||||
"openmamba è basato su software Free/Libero/Open Source ed è distribuito "
|
||||
"secondo i termini della libenza GNU GPL versione 3.<br>\n"
|
||||
"<br>\n"
|
||||
"Nei dialoghi successivi saranno richieste alcune informazioni basilari necessarie per "
|
||||
"completare l'installazione di openmamba su questo computer.<br>"
|
||||
|
||||
#: _from_rc.cc:6
|
||||
msgid "<b>Please, press the Next button to proceed.</b>"
|
||||
msgstr "<b>Premi il pulsante Successivo per proseguire.</b>"
|
||||
|
||||
#: _from_rc.cc:9
|
||||
msgid "Version 0.4"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:10
|
||||
msgid "GNU/Linux"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:11
|
||||
msgid ""
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco\n"
|
||||
"Released under the terms of the GNU GPL v3 license"
|
||||
msgstr ""
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco\n"
|
||||
"Rilasciato secondo i termini della licenza GNU GPL versione 3"
|
||||
|
||||
#: _from_rc.cc:12
|
||||
msgid "License"
|
||||
msgstr "Licenza"
|
||||
|
||||
#: _from_rc.cc:13
|
||||
msgid "Full license text"
|
||||
msgstr "Testo completo della licenza"
|
||||
|
||||
#: _from_rc.cc:14
|
||||
msgid "&I've read and accept the licensing terms"
|
||||
msgstr "&Ho letto ed accetto i termini della licenza"
|
||||
|
||||
#: _from_rc.cc:15
|
||||
msgid ""
|
||||
"The openmamba GNU/Linux distribution is released under the terms of the GNU "
|
||||
"GPL v3 license."
|
||||
msgstr ""
|
||||
"La distribuzione openmamba GNU/Linux è rilasciata secondo i termini della licenza "
|
||||
"GNU/GPL versione 3."
|
||||
|
||||
#: _from_rc.cc:16
|
||||
msgid "Please read carefully and accept the license before proceeding."
|
||||
msgstr "Per favore, leggi attentamente ed accetta la licenza prima di proseguire."
|
||||
|
||||
#: _from_rc.cc:17
|
||||
msgid "User details"
|
||||
msgstr "Informazioni sull'utente"
|
||||
|
||||
#: _from_rc.cc:19
|
||||
msgid "User:"
|
||||
msgstr "Nome utente:"
|
||||
|
||||
#: _from_rc.cc:22
|
||||
msgid "Autologin:"
|
||||
msgstr "Accesso automatico:"
|
||||
|
||||
#: _from_rc.cc:24
|
||||
msgid "Password:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:25 _from_rc.cc:42
|
||||
msgid "Confirm password:"
|
||||
msgstr "Conferma password:"
|
||||
|
||||
#: _from_rc.cc:26
|
||||
msgid "Full name:"
|
||||
msgstr "Nome e cognome"
|
||||
|
||||
#: _from_rc.cc:27
|
||||
msgid "About yourself"
|
||||
msgstr "Informazioni sull'utente"
|
||||
|
||||
#: _from_rc.cc:28
|
||||
msgid ""
|
||||
"An user with administrator privileges will be created.\n"
|
||||
"\n"
|
||||
"The information requested below will be used to identify yourself as the "
|
||||
"user of this system when you access the desktop. If autologin is checked the "
|
||||
"system will not ask for cretentials and automatically access the desktop "
|
||||
"environment when you turn on the computer."
|
||||
msgstr ""
|
||||
"Verrà creato un utente con i privilegi di amministratore.\n"
|
||||
"\n"
|
||||
"Le informazioni richieste di seguito saranno usate per identificarti come "
|
||||
"utente di questo sistema quando accedi al desktop. Se il login automatico è "
|
||||
"abilitato il sistema non richiederà credenziali all'avvio ed accederà automaticamente "
|
||||
"all'ambiente desktop."
|
||||
|
||||
#: _from_rc.cc:29 _from_rc.cc:31
|
||||
msgid "System information"
|
||||
msgstr "Informazioni sul sistema"
|
||||
|
||||
#: _from_rc.cc:30
|
||||
msgid "About the system"
|
||||
msgstr "Informazioni sul sistema"
|
||||
|
||||
#: _from_rc.cc:32
|
||||
msgid "Workgroup:"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:33
|
||||
msgid "Domain:"
|
||||
msgstr "Dominio:"
|
||||
|
||||
#: _from_rc.cc:34
|
||||
msgid "localdomain"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:35
|
||||
msgid "WORKGROUP"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:36
|
||||
msgid "openmamba"
|
||||
msgstr ""
|
||||
|
||||
#: _from_rc.cc:37
|
||||
msgid "Hostname:"
|
||||
msgstr "Nome macchina:"
|
||||
|
||||
#: _from_rc.cc:38
|
||||
msgid "Please choose a name for the system (e.g. mymachine)"
|
||||
msgstr "Scegli un nome per il sistema (es. miocomputer)"
|
||||
|
||||
#: _from_rc.cc:39
|
||||
msgid ""
|
||||
"Please enter Domain and Workgroup. If you don't know these information ask "
|
||||
"your network administrator or leave the default."
|
||||
msgstr ""
|
||||
"Inserisci il dominio e workgroup. Se non conosci queste informazioni chiedi "
|
||||
"all'amministratore della tua rete o lascia i valori predefiniti."
|
||||
|
||||
#: _from_rc.cc:40
|
||||
msgid "Superuser password"
|
||||
msgstr "Password del superutente (root)"
|
||||
|
||||
#: _from_rc.cc:41
|
||||
msgid "Root password:"
|
||||
msgstr "Password di root:"
|
||||
|
||||
#: _from_rc.cc:43
|
||||
msgid ""
|
||||
"The superuser is a special system user called <b>root</b> that has full "
|
||||
"privileges on the system. This password is required to perform many system "
|
||||
"maintenance and configuration tasks."
|
||||
msgstr ""
|
||||
"Il superutente è un utente speciale del sistema chiamato <b>root</b> che ha pieni "
|
||||
"privilegi nel sistema. Questa password è richiesta per effettuare operazioni di "
|
||||
"configurazione e mantenimento."
|
||||
|
||||
#: _from_rc.cc:44
|
||||
msgid "Installation progress"
|
||||
msgstr "Avanzamento dell'installazione"
|
||||
|
||||
#: _from_rc.cc:46
|
||||
msgid "Launching installation script..."
|
||||
msgstr "Avvio dell'installazione..."
|
||||
|
||||
#: _from_rc.cc:47
|
||||
msgid "System configuration in progress..."
|
||||
msgstr "Configurazione del sistema in corso..."
|
||||
|
||||
#: _from_rc.cc:49
|
||||
msgid ""
|
||||
"<b>Thank you for providing the requested information!</b><br><br>\n"
|
||||
"Configuration has been completed and the system is now ready for use."
|
||||
"<br><br>\n"
|
||||
"<b>TIP:</b> remember user and superuser passwords and never reveal this "
|
||||
"information in order to keep your system and data safe."
|
||||
msgstr ""
|
||||
"<b>Grazie per aver fornito le informazioni richieste!</b><br><br>\n"
|
||||
"La configurazione è stata completata ed il sistema è ora pronto per l'uso."
|
||||
"<br><br>\n"
|
||||
"<b>SUGGERIMENTO:</b> ricorda le password dell'utente e del superutente e non rivelare "
|
||||
"mai questa informazione per mantenere il tuo sistema ed i tuoi dati sicuri."
|
||||
|
||||
#: _from_rc.cc:50
|
||||
msgid "<b>Please, press the Finish button to start using openmamba.</b>"
|
||||
msgstr "<b>Premi il pulsante Fine per cominicare ad usare openmamba.</b>"
|
||||
|
||||
#: mambawelcome.kmdr:1302
|
||||
msgid "Configuration completed."
|
||||
msgstr "Configurazione completata."
|
||||
|
||||
#: mambawelcome.sh:15
|
||||
msgid "Installation aborted; press Next to see the error log."
|
||||
msgstr "Installazione annullata; premi Successivo per vedere gli errori."
|
||||
#: mambawelcome.sh:16
|
||||
msgid "Installation aborted :-("
|
||||
msgstr "Installazione annullata :-("
|
||||
#: mambawelcome.sh:31
|
||||
msgid "Warning: this script is intended to be run by mambawelcome.kmdr."
|
||||
msgstr "Attenzione: questo script dev'essere lanciato da mambawelcome.kmdr."
|
||||
#: mambawelcome.sh:32
|
||||
msgid " Use $0 -y to actually start the operation."
|
||||
msgstr " Usa $0 -y per lanciare l'operazione."
|
||||
#: mambawelcome.sh:39
|
||||
msgid ""
|
||||
"openmamba mambawelcome script - version $VERSION\n"
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
""
|
||||
msgstr ""
|
||||
"openmamba mambawelcome script - versione $VERSION\n"
|
||||
"Copyright (c) 2007-2014 by Silvan Calarco <silvan.calarco@mambasoft.it>\n"
|
||||
""
|
||||
#: mambawelcome.sh:44
|
||||
msgid "Configuring..."
|
||||
msgstr "Configurazione..."
|
||||
#: mambawelcome.sh:47
|
||||
msgid "Error: cannot read input file $INPUT_FILE; aborting."
|
||||
msgstr "Errore: non posso leggere il file di input $INPUT_FILE; uscita."
|
||||
#: mambawelcome.sh:57
|
||||
msgid "Configuring users and host..."
|
||||
msgstr "Configurazione degli utenti e della macchina..."
|
||||
#: mambawelcome.sh:58
|
||||
msgid "Configuring users and host"
|
||||
msgstr "Configurazione degli utenti e della macchina"
|
||||
#: mambawelcome.sh:64
|
||||
msgid "Error: could not create user; aborting."
|
||||
msgstr "Errore: non posso creare l'utente; uscita."
|
||||
#: mambawelcome.sh:68
|
||||
msgid "Error: could not set user password; aborting."
|
||||
msgstr "Errore: non posso impostare la password per l'utente; uscita."
|
||||
#: mambawelcome.sh:74
|
||||
msgid "Info: enabling user autologin"
|
||||
msgstr "Info: attivazione del login automatico"
|
||||
#: mambawelcome.sh:125
|
||||
msgid "Installation completed."
|
||||
msgstr "Installazione completata."
|
||||
#: mambawelcome.sh:127
|
||||
msgid "Installation done."
|
||||
msgstr "Installazione completata."
|
19
menu/applications/netinstall/sun-java8.desktop.in
Normal file
@@ -0,0 +1,19 @@
|
||||
[Desktop Entry]
|
||||
Name=Install Sun Java 8
|
||||
Name[es]=Instala Sun Java 8
|
||||
Name[fr]=Installation du Sun Java 8
|
||||
Name[it]=Installa Sun Java 8
|
||||
Comment=Install Sun Java 8 from network
|
||||
Comment[es]=Instala Sun Java 8 por red
|
||||
Comment[fr]=Installation du Sun Java 8 depuis le réseau
|
||||
Comment[it]=Installa Sun Java 8 dalla rete
|
||||
Encoding=UTF-8
|
||||
Exec=@bindir@/openmamba-netsrpms sun-java8
|
||||
Icon=distromenu-java
|
||||
MimeType=
|
||||
Path=
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
TerminalOptions=
|
||||
Type=Application
|
||||
Categories=X-@distroID@-NetInstall;
|
469
openmamba-update/openmamba-dist-upgrade
Executable file
@@ -0,0 +1,469 @@
|
||||
#!/bin/bash
|
||||
# openmamba dist-upgrade script
|
||||
# Copyright (c) 2016 by Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
|
||||
echo "openmamba dist-upgrade script"
|
||||
echo "Copyright (c) 2016 by Silvan Calarco <silvan.calarco@mambasoft.it>"
|
||||
echo
|
||||
|
||||
[ $UID -eq 0 ] || {
|
||||
echo "ERROR: this script must be run as root user; aborting."
|
||||
exit 1
|
||||
}
|
||||
|
||||
RELEASE=$1
|
||||
ARCH=`uname -m`
|
||||
if [ "$ARCH" == "i686" ]; then
|
||||
RPMARCH="i586"
|
||||
COMPONENTS="$RPMARCH"
|
||||
elif [ "$ARCH" == "x86_64" ]; then
|
||||
RPMARCH="$ARCH"
|
||||
COMPONENTS="$RPMARCH i586"
|
||||
else
|
||||
RPMARCH="$ARCH"
|
||||
COMPONENTS="$RPMARCH"
|
||||
fi
|
||||
|
||||
[ "$RELEASE" == "rolling" -o "$RELEASE" == "milestone4" ] || {
|
||||
echo "Usage:"
|
||||
echo "openmamba-dist-upgrade [rolling|milestone4|reset]"
|
||||
exit 1
|
||||
}
|
||||
|
||||
. /etc/os-release
|
||||
|
||||
if [ "$OPENMAMBA_MILESTONE" != "milestone3" ]; then
|
||||
echo "ERROR: this script only applies to openmamba milestone3 release; aborting."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
SMART_FILE_MILESTONE=/etc/smart/distro.d/10-openmamba-milestone4-repositories.py
|
||||
SMART_FILE_ROLLING=/etc/smart/distro.d/90-openmamba-devel-repositories.py
|
||||
|
||||
if [ "$RELEASE" == "milestone4" ]; then
|
||||
SMART_FILE="$SMART_FILE_MILESTONE"
|
||||
REPOSITORY="milestone4"
|
||||
rm -f $SMART_FILE_ROLLING
|
||||
else
|
||||
SMART_FILE="$SMART_FILE_ROLLING"
|
||||
REPOSITORY="devel"
|
||||
rm -f $SMART_FILE_MILESTONE
|
||||
fi
|
||||
|
||||
echo -n "
|
||||
System will be upgraded to openmamba milestone4
|
||||
|
||||
HINTS:
|
||||
- this operation can't be reversed
|
||||
- it is always a good practice to have a backup of, at least, personal important data
|
||||
- broadband connection needed, possibly connect your computer to cable network
|
||||
- prepare to wait, upgrade may take up to some hours depending on the speed of your computer and network
|
||||
- if this is a laptop plug it to AC power
|
||||
- in case of problems you may find help on the forums at openmamba.org web site
|
||||
|
||||
Proceed with upgrade [y/N]?"
|
||||
|
||||
read ans
|
||||
|
||||
[ "$ans" = "y" ] || exit 0
|
||||
|
||||
echo "Upgrading current openmamba release..."
|
||||
#smart update || exit 1
|
||||
#smart upgrade -y || exit 1
|
||||
|
||||
echo "Configuring for release $RELEASE..."
|
||||
if [ "$RELEASE" == "milestone4" ]; then
|
||||
cat > $SMART_FILE << _EOF
|
||||
#
|
||||
# openmamba milestone4 channel configuration for Smart Package Manager
|
||||
#
|
||||
if not sysconf.get(("channels", "milestone4")):
|
||||
sysconf.set(("channels", "milestone4"),
|
||||
{"alias": "milestone4",
|
||||
"type": "apt-rpm",
|
||||
"name": "stable milestone4 base packages",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/milestone4",
|
||||
"components": "${COMPONENTS}"})
|
||||
|
||||
#
|
||||
# openmamba milestone4-games channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "milestone4-games")):
|
||||
sysconf.set(("channels", "milestone4-games"),
|
||||
{"alias": "milestone4-games",
|
||||
"type": "apt-rpm",
|
||||
"name": "stable milestone4 games packages",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/milestone4-games",
|
||||
"components": "${COMPONENTS}"})
|
||||
|
||||
#
|
||||
# openmamba milestone4-updates channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "milestone4-updates")):
|
||||
sysconf.set(("channels", "milestone4-updates"),
|
||||
{"alias": "milestone4-updates",
|
||||
"type": "apt-rpm",
|
||||
"name": "stable milestone4 updates packages",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/milestone4-updates",
|
||||
"components": "${COMPONENTS}"})
|
||||
|
||||
#
|
||||
# openmamba milestone4-kernel channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "milestone4-kernel")):
|
||||
sysconf.set(("channels", "milestone4-kernel"),
|
||||
{"alias": "milestone4-kernel",
|
||||
"type": "apt-rpm",
|
||||
"name": "newest kernel release for milestone4 stable systems",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/milestone4-kernel",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba milestone4-kernel-next channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "milestone4-kernel-next")):
|
||||
sysconf.set(("channels", "milestone4-kernel-next"),
|
||||
{"alias": "milestone4-kernel-next",
|
||||
"type": "apt-rpm",
|
||||
"name": "experimental kernel release for milestone4 stable systems",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/milestone4-kernel-next",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba milestone4-kde4 channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "milestone4-kde4")):
|
||||
sysconf.set(("channels", "milestone4-kde4"),
|
||||
{"alias": "milestone4-kde4",
|
||||
"type": "apt-rpm",
|
||||
"name": "newest kde4 release for milestone4 stable systems",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/milestone4-kde4",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba milestone4-xorg channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "milestone4-xorg")):
|
||||
sysconf.set(("channels", "milestone4-xorg"),
|
||||
{"alias": "milestone4-xorg",
|
||||
"type": "apt-rpm",
|
||||
"name": "newest X.org release for milestone4 stable systems",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/milestone4-xorg",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba milestone4-makedist channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "milestone4-makedist")):
|
||||
sysconf.set(("channels", "milestone4-makedist"),
|
||||
{"alias": "milestone4-makedist",
|
||||
"type": "apt-rpm",
|
||||
"name": "experimental milestone4 makedist packages",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/milestone4-makedist",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
import os
|
||||
import sys
|
||||
release=os.popen("openmamba-release -c").read()
|
||||
|
||||
for r in ["milestone4","milestone4-updates","milestone4-games","milestone4-makedist","milestone4-kernel",\
|
||||
"milestone4-kde4","milestone4-xorg","milestone4-kernel-next"]:
|
||||
channel=sysconf.get(("channels", r))
|
||||
if channel:
|
||||
if channel['baseurl'].startswith('http://www.openmamba.org/'):
|
||||
channel['baseurl'] = \
|
||||
channel['baseurl'].replace('http://www.openmamba.org/','http://cdn.openmamba.org/')
|
||||
channel['fingerprint']='A402 AA41 82DE 06DD 0C82 943A B771 C004 8746 8781'
|
||||
sysconf.set(("channels",r),channel)
|
||||
for r in ["milestone4","milestone4-updates","milestone4-games"]:
|
||||
channel=sysconf.get(("channels", r))
|
||||
if channel:
|
||||
channel['disabled']=False
|
||||
sysconf.set(("channels",r),channel)
|
||||
for r in [ "milestone3", "milestone3-games", "milestone3-updates", "milestone3-makedist", "milestone3-kernel", "devel", "devel-games" ]:
|
||||
channel=sysconf.get(("channels", r))
|
||||
if channel:
|
||||
channel['disabled']=True
|
||||
sysconf.set(("channels",r),channel)
|
||||
|
||||
_EOF
|
||||
else
|
||||
cat > $SMART_FILE << _EOF
|
||||
#
|
||||
# openmamba devel channel configuration for Smart Package Manager
|
||||
#
|
||||
if not sysconf.get(("channels", "devel")):
|
||||
sysconf.set(("channels", "devel"),
|
||||
{"alias": "devel",
|
||||
"type": "apt-rpm",
|
||||
"name": "base repository [rolling]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel",
|
||||
"components": "${COMPONENTS}"})
|
||||
|
||||
#
|
||||
# openmamba devel-games channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "devel-games")):
|
||||
sysconf.set(("channels", "devel-games"),
|
||||
{"alias": "devel-games",
|
||||
"type": "apt-rpm",
|
||||
"name": "branch of base repository containing big games [rolling]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-games",
|
||||
"components": "${COMPONENTS}"})
|
||||
|
||||
#
|
||||
# openmamba devel-kde4 channel configuration for Smart Package Manager
|
||||
#
|
||||
if not sysconf.get(("channels", "devel-kde4")):
|
||||
sysconf.set(("channels", "devel-kde4"),
|
||||
{"alias": "devel-kde4",
|
||||
"type": "apt-rpm",
|
||||
"name": "latest kde4 release [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-kde4",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba devel-kernel channel configuration for Smart Package Manager
|
||||
#
|
||||
if not sysconf.get(("channels", "devel-kernel")):
|
||||
sysconf.set(("channels", "devel-kernel"),
|
||||
{"alias": "devel-kernel",
|
||||
"type": "apt-rpm",
|
||||
"name": "latest kernel release [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-kernel",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba devel-xorg channel configuration for Smart Package Manager
|
||||
#
|
||||
if not sysconf.get(("channels", "devel-xorg")):
|
||||
sysconf.set(("channels", "devel-xorg"),
|
||||
{"alias": "devel-xorg",
|
||||
"type": "apt-rpm",
|
||||
"name": "latest xorg release [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-xorg",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba devel-gnome channel configuration for Smart Package Manager
|
||||
#
|
||||
if not sysconf.get(("channels", "devel-gnome")):
|
||||
sysconf.set(("channels", "devel-gnome"),
|
||||
{"alias": "devel-gnome",
|
||||
"type": "apt-rpm",
|
||||
"name": "latest Gnome release [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-gnome",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba devel-misc channel configuration for Smart Package Manager
|
||||
#
|
||||
if not sysconf.get(("channels", "devel-misc")):
|
||||
sysconf.set(("channels", "devel-misc"),
|
||||
{"alias": "devel-misc",
|
||||
"type": "apt-rpm",
|
||||
"name": "latest miscellaneous releases [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-misc",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba devel-makedist channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "devel-makedist")):
|
||||
sysconf.set(("channels", "devel-makedist"),
|
||||
{"alias": "devel-makedist",
|
||||
"type": "apt-rpm",
|
||||
"name": "auxiliary repository for makedist (livecd, flash 1GB) [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-makedist",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba devel-embedded channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "devel-embedded")):
|
||||
sysconf.set(("channels", "devel-embedded"),
|
||||
{"alias": "devel-embedded",
|
||||
"type": "apt-rpm",
|
||||
"name": "auxiliary repository for embedded systems [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-embedded",
|
||||
"components": "${COMPONENTS}",
|
||||
"manual": "yes",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba devel-autodist channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "devel-autodist")):
|
||||
sysconf.set(("channels", "devel-autodist"),
|
||||
{"alias": "devel-autodist",
|
||||
"type": "apt-rpm",
|
||||
"name": "auxiliary repository for autodist (automatic builds) [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-autodist",
|
||||
"components": "${COMPONENTS}",
|
||||
"manual": "yes",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba devel-future channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "devel-future")):
|
||||
sysconf.set(("channels", "devel-future"),
|
||||
{"alias": "devel-future",
|
||||
"type": "apt-rpm",
|
||||
"name": "auxiliary repository for not yet integrated new releases [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-future",
|
||||
"components": "${COMPONENTS}",
|
||||
"manual": "yes",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba devel-past channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "devel-past")):
|
||||
sysconf.set(("channels", "devel-past"),
|
||||
{"alias": "devel-past",
|
||||
"type": "apt-rpm",
|
||||
"name": "archive repository for obsoleted and removed packages [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-past",
|
||||
"components": "${COMPONENTS}",
|
||||
"manual": "yes",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba devel-java channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "devel-java")):
|
||||
sysconf.set(("channels", "devel-java"),
|
||||
{"alias": "devel-java",
|
||||
"type": "apt-rpm",
|
||||
"name": "contributed java packages [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-java",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba devel-contrib channel configuration for Smart Package Manager
|
||||
#
|
||||
|
||||
if not sysconf.get(("channels", "devel-contrib")):
|
||||
sysconf.set(("channels", "devel-contrib"),
|
||||
{"alias": "devel-contrib",
|
||||
"type": "apt-rpm",
|
||||
"name": "auxiliary repository for contributors [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-contrib",
|
||||
"components": "${COMPONENTS}",
|
||||
"manual": "yes",
|
||||
"disabled": "yes"})
|
||||
|
||||
#
|
||||
# openmamba devel-kernel-past channel configuration for Smart Package Manager
|
||||
#
|
||||
if not sysconf.get(("channels", "devel-kernel-past")):
|
||||
sysconf.set(("channels", "devel-kernel-past"),
|
||||
{"alias": "devel-kernel-past",
|
||||
"type": "apt-rpm",
|
||||
"name": "previous kernel release [unstable]",
|
||||
"baseurl": "http://cdn.openmamba.org/pub/openmamba/devel-kernel-past",
|
||||
"components": "${COMPONENTS}",
|
||||
"disabled": "yes"})
|
||||
|
||||
import os
|
||||
import sys
|
||||
release=os.popen("openmamba-release -c").read()
|
||||
|
||||
#if release.startswith('devel'):
|
||||
for r in ["devel","devel-games","devel-kde4","devel-kernel","devel-xorg","devel-makedist","devel-gnome",\
|
||||
"devel-misc","devel-java","devel-embedded","devel-autodist","devel-future","devel-past",
|
||||
"devel-contrib","devel-kernel-past"]:
|
||||
channel=sysconf.get(("channels", r))
|
||||
if channel:
|
||||
if channel['baseurl'].startswith('http://www.openmamba.org/'):
|
||||
channel['baseurl'] = \
|
||||
channel['baseurl'].replace('http://www.openmamba.org/','http://cdn.openmamba.org/')
|
||||
channel['fingerprint']='A402 AA41 82DE 06DD 0C82 943A B771 C004 8746 8781'
|
||||
sysconf.set(("channels",r),channel)
|
||||
for r in ["devel","devel-games"]:
|
||||
channel=sysconf.get(("channels", r))
|
||||
if channel:
|
||||
channel['disabled']=False
|
||||
sysconf.set(("channels",r),channel)
|
||||
for r in ["devel-embedded","devel-autodist","devel-future","devel-past","devel-contrib"]:
|
||||
channel=sysconf.get(("channels", r))
|
||||
if channel:
|
||||
channel['manual']=True
|
||||
sysconf.set(("channels",r),channel)
|
||||
for r in ["milestone2","milestone2-games","milestone2-updates","milestone2-makedist",\
|
||||
"milestone3","milestone3-games","milestone3-updates","milestone3-makedist",
|
||||
"milestone4","milestone4-games","milestone4-updates","milestone4-makedist"]:
|
||||
channel=sysconf.get(("channels", r))
|
||||
if channel:
|
||||
channel['disabled']=True
|
||||
sysconf.set(("channels",r),channel)
|
||||
_EOF
|
||||
fi
|
||||
|
||||
echo "Preparing for upgrade..."
|
||||
rm -f /var/lib/smart/cache
|
||||
rm -f /var/lib/smart/channels/*
|
||||
smart update || exit 1
|
||||
smart install smart || exit 1
|
||||
#smart install -y smart || exit 1
|
||||
|
||||
echo "First upgrade stage..."
|
||||
if [ "$RPMARCH" == "x86_64" ]; then
|
||||
smart install -y libreadline libreadline@i586 libreadline6 libreadline6@i586
|
||||
smart install -y libncurses libncurses@i586 libncurses5 libncurses5@i586
|
||||
smart install -y libnettle libnettle@i586 libnettle4 libnettle4@i586
|
||||
smart install -y libgnutls libgnutls@i586 libgnutls28 libgnutls28@i586
|
||||
else
|
||||
smart install -y libreadline libreadline6
|
||||
smart install -y libncurses libncurses5
|
||||
smart install -y libnettle libnettle4
|
||||
smart install -y libgnutls libgnutls28
|
||||
fi
|
||||
smart install -y libtirpc libtirpc1
|
||||
if [ "$RPMARCH" == "x86_64" ]; then
|
||||
smart install -y glibc glibc-multilib
|
||||
else
|
||||
smart install -y glibc
|
||||
fi
|
||||
smart install -y openmamba-install-scripts
|
||||
#smart install -y wxWidgets-i18n
|
||||
|
||||
QTVER=`curl -s http://cdn.openmamba.org/pub/openmamba/${REPOSITORY}/SRPMS.base/|grep libqt5|sed "s|.*libqt5-\(.*\)\.src.rpm.*|\1|"`
|
||||
|
||||
curl http://cdn.openmamba.org/pub/openmamba/${REPOSITORY}/RPMS.${RPMARCH}/libqt5-common-${QTVER}.${RPMARCH}.rpm \
|
||||
-o /tmp/libqt5-common-${QTVER}.${RPMARCH}.rpm
|
||||
rpm -U /tmp/libqt5-common-${QTVER}.${RPMARCH}.rpm --nodeps --force
|
||||
|
||||
echo "Second upgrade stage, this may take a long time!"
|
||||
smart upgrade -y || exit 1
|
||||
|
||||
echo "DONE! You may now REBOOT the system into openmamba ${RELEASE}."
|
||||
#sleep 10
|
||||
#reboot
|
@@ -44,9 +44,10 @@ function check_if_already_installed() {
|
||||
}
|
||||
|
||||
declare -A SRPMVERSION SRPMRELEASE
|
||||
. /etc/sysconfig/netsrpminstall || exit 1
|
||||
|
||||
for pckname in $PACKAGES; do
|
||||
export SRPMCHECK="$pckname"
|
||||
. /etc/sysconfig/netsrpminstall || exit 1
|
||||
|
||||
SRPM_PATH=$DISTRO_SRPMS_DIR/${pckname}
|
||||
SPEC_PATHNAME=$SRPM_PATH/${pckname}.spec
|
||||
|