Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
VILLASframework
Images
Commits
b131136a
Commit
b131136a
authored
Oct 15, 2018
by
Steffen Vogel
🎅🏼
Browse files
update to Fedora 29
parent
bccf0394
Changes
5
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
b131136a
# ChangeLog
# 0.9.0
- Upgrade Fedora 25 to 2
8
- Upgrade Fedora 25 to 2
9
- Use new repo location for FEIN e.V. packages
# 0.8.2
...
...
Dockerfile
View file @
b131136a
...
...
@@ -20,7 +20,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
###################################################################################
FROM
fedora:2
8
FROM
fedora:2
9
MAINTAINER
Steffen Vogel <stvogel@eonerc.rwth-aachen.de>
RUN
dnf
-y
install
\
...
...
Makefile
View file @
b131136a
NAME
?=
VILLASlive
RELEASEVER
?=
2
8
RELEASEVER
?=
2
9
RELEASEARCH
?=
x86_64
DATE
=
$(
shell
date
+%Y-%m-%d
)
...
...
fedora-kickstarts
@
9e89057b
Subproject commit
c3841ff35a252ea7f5be6efe752bcd36510fb691
Subproject commit
9e89057b4a370c54ef88af4402938ce59216250e
villas-live.ks
View file @
b131136a
...
...
@@ -16,7 +16,7 @@ rootpw --plaintext villas-admin
# Add repositories
%include fedora-kickstarts/fedora-repo.ks
repo --name="planet-ccrma" --install --baseurl="http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetcore/
$releasever
/$basearch/"
repo --name="planet-ccrma" --install --baseurl="http://ccrma.stanford.edu/planetccrma/mirror/fedora/linux/planetcore/
28
/$basearch/"
repo --name="fein" --install --baseurl="https://packages.fein-aachen.org/fedora/$releasever/$basearch/"
# Add bootloader and partitions
...
...
@@ -146,11 +146,10 @@ livedir="LiveOS"
for arg in \`cat /proc/cmdline\` ; do
if [ "\${arg##rd.live.dir=}" != "\${arg}" ]; then
livedir=\${arg##rd.live.dir=}
return
continue
fi
if [ "\${arg##live_dir=}" != "\${arg}" ]; then
livedir=\${arg##live_dir=}
return
fi
done
...
...
@@ -205,7 +204,6 @@ findPersistentHome() {
for arg in \`cat /proc/cmdline\` ; do
if [ "\${arg##persistenthome=}" != "\${arg}" ]; then
homedev=\${arg##persistenthome=}
return
fi
done
}
...
...
@@ -258,6 +256,10 @@ systemctl --no-reload disable atd.service 2> /dev/null || :
systemctl stop crond.service 2> /dev/null || :
systemctl stop atd.service 2> /dev/null || :
# turn off abrtd on a live image
systemctl --no-reload disable abrtd.service 2> /dev/null || :
systemctl stop abrtd.service 2> /dev/null || :
# Don't sync the system clock when running live (RHBZ #1018162)
sed -i 's/rtcsync//' /etc/chrony.conf
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment