Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
alpine-conf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
18
Issues
18
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
alpine-conf
Commits
c1a51c03
Commit
c1a51c03
authored
May 30, 2014
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
==== release 3.0.2 ====
parent
0b5bf00f
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
26 additions
and
1 deletion
+26
-1
Makefile
Makefile
+1
-1
setup-xfce-desktop
setup-xfce-desktop
+6
-0
setup-xfce-desktop.in
setup-xfce-desktop.in
+6
-0
tmproot/etc/hostname
tmproot/etc/hostname
+1
-0
tmproot/etc/network/interfaces
tmproot/etc/network/interfaces
+7
-0
tmproot/etc/profile.d/proxy.sh
tmproot/etc/profile.d/proxy.sh
+5
-0
No files found.
Makefile
View file @
c1a51c03
VERSION
:=
3.0.
1
VERSION
:=
3.0.
2
sysconfdir
?=
/etc/lbu
...
...
setup-xfce-desktop
0 → 100644
View file @
c1a51c03
#!/bin/sh
videodrivers
=
$(
apk search
--quiet
--exact
xf86-video
*
|
grep
-v
--
'-doc$'
)
setup-xorg-base
$videodrivers
xfce4 firefox slim
setup-xfce-desktop.in
0 → 100644
View file @
c1a51c03
#!/bin/sh
videodrivers
=
$(
apk search
--quiet
--exact
xf86-video
*
|
grep
-v
--
'-doc$'
)
setup-xorg-base
$videodrivers
xfce4 firefox slim
tmproot/etc/hostname
0 → 100644
View file @
c1a51c03
ncopa-desktop
tmproot/etc/network/interfaces
0 → 100644
View file @
c1a51c03
auto lo
iface lo inet loopback
auto br64
iface br64 inet dhcp
hostname ncopa-desktop
tmproot/etc/profile.d/proxy.sh
0 → 100644
View file @
c1a51c03
# this file was generated with and might get overwritten by setup-proxy
export
http_proxy
=
http://proxy.nor.wtbts.net:8080
export
https_proxy
=
http://proxy.nor.wtbts.net:8080
export
ftp_proxy
=
http://proxy.nor.wtbts.net:8080
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