Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bart Ribbers
aports
Commits
69cfb8eb
Commit
69cfb8eb
authored
5 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
scripts: remove openvswitch and rename hwdata
hwdata was renamed to hwids remove openvswitch due to it was move to community
parent
46f4244a
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/mkimg.standard.sh
+2
-2
2 additions, 2 deletions
scripts/mkimg.standard.sh
scripts/mkimg.xen.sh
+1
-1
1 addition, 1 deletion
scripts/mkimg.xen.sh
with
3 additions
and
3 deletions
scripts/mkimg.standard.sh
+
2
−
2
View file @
69cfb8eb
...
...
@@ -32,7 +32,7 @@ profile_extended() {
arch
=
"x86 x86_64"
kernel_addons
=
"xtables-addons zfs"
apks
=
"
$apks
ethtool hw
data
lftp links doas
ethtool hw
ids
lftp links doas
logrotate lua5.3 lsof lm_sensors lxc lxc-templates nano
pax-utils paxmark pciutils screen strace sudo tmux
usbutils v86d vim xtables-addons curl
...
...
@@ -43,7 +43,7 @@ profile_extended() {
igmpproxy ip6tables iproute2 iproute2-qos ipsec-tools
iptables iputils irssi ldns-tools links
ncurses-terminfo net-snmp net-snmp-tools nrpe nsd
opennhrp openvpn
openvswitch
pingu ppp quagga
opennhrp openvpn pingu ppp quagga
quagga-nhrp rng-tools rpcbind sntpc socat ssmtp strongswan
sysklogd tcpdump tinyproxy unbound
wireless-tools wpa_supplicant zonenotify
...
...
This diff is collapsed.
Click to expand it.
scripts/mkimg.xen.sh
+
1
−
1
View file @
69cfb8eb
...
...
@@ -17,6 +17,6 @@ profile_xen() {
arch
=
"x86_64"
kernel_cmdline
=
"nomodeset"
xen_params
=
""
apks
=
"
$apks
ethtool lvm2 mdadm multipath-tools
openvswitch
rng-tools sfdisk xen xen-bridge"
apks
=
"
$apks
ethtool lvm2 mdadm multipath-tools rng-tools sfdisk xen xen-bridge"
# apkovl="genapkovl-xen.sh"
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment