Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
osak
lipck
Commits
3de61481
Commit
3de61481
authored
Oct 10, 2015
by
Christopher Spinrath
Browse files
rootfs_remaster: update kde_files/skel files destination
parent
fa1ecea0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
3de61481
...
...
@@ -241,9 +241,8 @@ ifneq ($(strip $(APT_SOURCE_URL_OVERRIDE)),)
endif
#set timezone
echo
-n
"Europe/Berlin"
>
"
$(
call
archdir,
$*
)
$(ROOTFS)
/etc/timezone"
#install kde defaults
mkdir
-p
"
$(
call
archdir,
$*
)
$(ROOTFS)
/etc/skel/.kde/share/config/"
cp
"
$(CURDIR)
/contrib/rootfs/kde_config/"
*
"
$(
call
archdir,
$*
)
$(ROOTFS)
/etc/skel/.kde/share/config/"
#install skel files
(
in
particular kde defaults
)
cp
-R
"
$(CURDIR)
/contrib/rootfs/skel"
"
$(
call
archdir,
$*
)
$(ROOTFS)
/etc/"
#install modprobe.d files
cp
"
$(CURDIR)
/contrib/rootfs/modprobe.d/"
*
"
$(
call
archdir,
$*
)
$(ROOTFS)
/etc/modprobe.d/"
#install sysctl.d files
...
...
Write
Preview
Supports
Markdown
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