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
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin
package-helpers
Commits
0c3d1088
Commit
0c3d1088
authored
8 years ago
by
Ruben Rodriguez
Browse files
Options
Downloads
Patches
Plain Diff
debian-installer updated for flids
parent
20eca238
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/make-debian-installer
+11
-11
11 additions, 11 deletions
helpers/make-debian-installer
with
11 additions
and
11 deletions
helpers/make-debian-installer
+
11
−
11
View file @
0c3d1088
#!/bin/sh
#!/bin/sh
#
#
# Copyright (C) 2009-201
4
Rub
é
n Rodr
í
guez <ruben@
gnu.org
>
# Copyright (C) 2009-201
7
Rub
e
n Rodr
i
guez <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,16 +17,16 @@
...
@@ -17,16 +17,16 @@
# 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
=
3
VERSION
=
1
NETINST
=
true
NETINST
=
true
.
./config
.
./config
find build/pkg-lists
-type
f | xargs
sed
-i
/media-retriever/d
find build/pkg-lists
-type
f | xargs
sed
-i
/media-retriever/d
LASTKERNEL
=
$(
apt-cache showsrc linux-libc-dev|grep ^Version |head
-n1
|cut
-d
" "
-f2
|cut
-d
.
-f1
,2,3
)
LASTKERNEL
=
$(
apt-cache showsrc linux-libc-dev|grep ^Version
|
tac
|head
-n1
|cut
-d
" "
-f2
|cut
-d
.
-f1
,2,3
)
/bin/sed
-i
"s/^BASEVERSION.*/BASEVERSION =
$LASTKERNEL
/g"
./build/config/i386.cfg ./build/config/amd64.cfg
/bin/sed
-i
"s/^BASEVERSION.*/BASEVERSION =
$LASTKERNEL
/g"
./build/config/i386.cfg ./build/config/amd64.cfg
sed
-i
"s/^MEDIUM_SUPPORTED.*/MEDIUM_SUPPORTED = cdrom netboot/g"
./build/config/i386.cfg ./build/config/amd64.cfg
sed
-i
"s/^MEDIUM_SUPPORTED.*/MEDIUM_SUPPORTED = cdrom netboot/g"
./build/config/i386.cfg ./build/config/amd64.cfg
sed
-i
"/signed/d"
./build/config/amd64.cfg
sed
's/ubuntu-archive-keyring.gpg/trisquel-archive-keyring.gpg/'
-i
build/config/common
sed
's/ubuntu-archive-keyring.gpg/trisquel-archive-keyring.gpg/'
-i
build/config/common
...
@@ -41,13 +41,13 @@ deb $LOCALMIRROR $CODENAME-updates main/debian-installer
...
@@ -41,13 +41,13 @@ deb $LOCALMIRROR $CODENAME-updates main/debian-installer
#deb
$LOCALMIRROR
$CODENAME
-security main/debian-installer
#deb
$LOCALMIRROR
$CODENAME
-security main/debian-installer
EOF
EOF
rpl 2004-2013 2004-201
4
.
-R
rpl 2004-2013 2004-201
7
.
-R
rpl 2004-2012 2004-201
4
.
-R
rpl 2004-2012 2004-201
7
.
-R
rpl 2004-2011 2004-201
4
.
-R
rpl 2004-2011 2004-201
7
.
-R
rpl 2004-2010 2004-201
1
.
-R
rpl 2004-2010 2004-201
7
.
-R
rpl 2004-2009 2004-201
1
.
-R
rpl 2004-2009 2004-201
7
.
-R
rpl 2004-2008 2004-201
1
.
-R
rpl 2004-2008 2004-201
7
.
-R
rpl 2004-2007 2004-201
1
.
-R
rpl 2004-2007 2004-201
7
.
-R
rpl www.ubuntu.com trisquel.info
.
-R
rpl www.ubuntu.com trisquel.info
.
-R
rpl ubuntu.com trisquel.info build/boot/
-R
rpl ubuntu.com trisquel.info build/boot/
-R
rpl www.ubuntu trisquel build/boot/
-R
rpl www.ubuntu trisquel build/boot/
-R
...
...
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