Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
David Philipe Gil
package-helpers
Commits
f50f8fdf
Commit
f50f8fdf
authored
6 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
make-linux-hwe: corrected zfs removal
parent
d4ef4fd2
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-linux-hwe
+3
-4
3 additions, 4 deletions
helpers/make-linux-hwe
with
3 additions
and
4 deletions
helpers/make-linux-hwe
+
3
−
4
View file @
f50f8fdf
#!/bin/sh
#!/bin/sh
#
#
# Copyright (C) 2008-201
7
Ruben Rodriguez <ruben@trisquel.info>
# Copyright (C) 2008-201
8
Ruben Rodriguez <ruben@trisquel.info>
#
#
# This program is free software; you can redistribute it and/or modify
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# it under the terms of the GNU General Public License as published by
...
@@ -17,7 +17,6 @@
...
@@ -17,7 +17,6 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
#
#
VERSION
=
1
VERSION
=
1
.
./config
.
./config
...
@@ -42,10 +41,10 @@ cp /tmp/preserve/* . -av
...
@@ -42,10 +41,10 @@ cp /tmp/preserve/* . -av
# Remove ZFS
# Remove ZFS
rm
zfs spl debian/scripts/misc/update-zfs.sh
-rf
rm
zfs spl debian/scripts/misc/update-zfs.sh
-rf
#sed '/zfs/d; /spl/d' -i debian.master/reconstruct
/bin/sed
's/spl-dkms, zfs-dkms//'
-i
debian/control debian.master/control.d/vars.generic debian.master/control.d/vars.
*
/bin/sed
's/spl-dkms, zfs-dkms//'
-i
debian/control debian.master/control.d/vars.generic debian.master/control.d/vars.
*
/bin/sed
'/zfs/d'
-i
debian.master/rules.d/
*
debian.master/d-i/modules/fs-core-modules debian.master/control.d/generic.inclusion-list debian.master/abi/
*
/
*
/
*
.modules debian/rules debian.master/control.d/vars.
*
/bin/sed
'/^define build_zfs/,/^endef/d; /^define install_zfs/,/^endef/d; /zfs/d'
-i
debian/rules.d/2-binary-arch.mk
/bin/sed
'/^define build_zfs/,/^endef/d; /^define install_zfs/,/^endef/d; /zfs/d'
-i
debian/rules.d/2-binary-arch.mk
/bin/sed
'/ifeq ($(do_zfs),false)/,/endif/d'
-i
debian/rules
/bin/sed
'/zfs/d'
-i
debian.master/rules.d/
*
debian.master/d-i/modules/fs-core-modules debian.master/control.d/generic.inclusion-list debian.master/abi/
*
/
*
/
*
.modules debian/rules debian.master/control.d/vars.
*
# Remove VBox
# Remove VBox
rm
ubuntu/vbox
*
-rf
rm
ubuntu/vbox
*
-rf
...
...
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