Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
create-iso
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
Harbor Registry
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
Linux Educacional 5
create-iso
Commits
0d1f3928
Commit
0d1f3928
authored
10 years ago
by
Diego Giovane Pasqualin
Browse files
Options
Downloads
Patches
Plain Diff
Remove quantal repository
Signed-off-by:
Diego Giovane Pasqualin
<
dpasqualin@c3sl.ufpr.br
>
parent
3c2f8e0a
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/00-update
+0
-10
0 additions, 10 deletions
scripts/00-update
scripts/35-upgrade-gnome
+0
-5
0 additions, 5 deletions
scripts/35-upgrade-gnome
with
0 additions
and
15 deletions
scripts/00-update
+
0
−
10
View file @
0d1f3928
...
@@ -64,16 +64,6 @@ echo "deb http://$LEHOST $LEMIRROR main" \
...
@@ -64,16 +64,6 @@ echo "deb http://$LEHOST $LEMIRROR main" \
echo
"deb http://archive.canonical.com/ lucid partner"
\
echo
"deb http://archive.canonical.com/ lucid partner"
\
>>
"
$CHROOTDIR
"
/etc/apt/sources.list.d/java-repos.list
>>
"
$CHROOTDIR
"
/etc/apt/sources.list.d/java-repos.list
echo
"deb http://br.archive.ubuntu.com/ubuntu/ quantal main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ quantal main restricted
deb http://br.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
deb-src http://br.archive.ubuntu.com/ubuntu/ quantal-updates main restricted
deb http://br.archive.ubuntu.com/ubuntu/ quantal universe
deb-src http://br.archive.ubuntu.com/ubuntu/ quantal universe
deb http://br.archive.ubuntu.com/ubuntu/ quantal-updates universe
deb-src http://br.archive.ubuntu.com/ubuntu/ quantal-updates universe"
\
>>
"
$CHROOTDIR
"
/etc/apt/sources.list.d/quantal-repos.list
chroot
"
$CHROOTDIR
"
wget http://windu.c3sl.ufpr.br/le/public.key
-O
/dev/stdout
\
chroot
"
$CHROOTDIR
"
wget http://windu.c3sl.ufpr.br/le/public.key
-O
/dev/stdout
\
>
"
$TMP
"
/windu.key
>
"
$TMP
"
/windu.key
...
...
This diff is collapsed.
Click to expand it.
scripts/35-upgrade-gnome
+
0
−
5
View file @
0d1f3928
...
@@ -30,11 +30,6 @@ checkMountedFS || exit 2
...
@@ -30,11 +30,6 @@ checkMountedFS || exit 2
loadConf
"
$PREFIX
/conf/
$1
/create-iso.conf"
$1
loadConf
"
$PREFIX
/conf/
$1
/create-iso.conf"
$1
initChroot
initChroot
# Changes distro
chroot
"
$CHROOTDIR
"
apt-get update
chroot
"
$CHROOTDIR
"
apt-get
-y
--force-yes
-t
quantal
install
\
gnome-session libcogl9 gnome-session-fallback
# Manually installing casper after all other packages should fix some initctl failures according to
# Manually installing casper after all other packages should fix some initctl failures according to
# https://bugs.launchpad.net/ubuntu/+source/casper/+bug/984276
# https://bugs.launchpad.net/ubuntu/+source/casper/+bug/984276
# In order for this to work casper was also removed from the install-lists and
# In order for this to work casper was also removed from the install-lists and
...
...
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