Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipstick
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
osak
lipstick
Commits
e3dde203
Commit
e3dde203
authored
5 years ago
by
OSAK Buildhauer
Browse files
Options
Downloads
Patches
Plain Diff
preseed lip-early: changed bionic to eoan to fix offline repo in live system
parent
26282aee
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
preseed/lip-early.sh
+4
-4
4 additions, 4 deletions
preseed/lip-early.sh
with
4 additions
and
4 deletions
preseed/lip-early.sh
+
4
−
4
View file @
e3dde203
#!/bin/sh
#!/bin/sh
sed
-i
-e
'/ubuntu\.com/d'
-e
'/^$/d'
/root/etc/apt/sources.list
sed
-i
-e
'/ubuntu\.com/d'
-e
'/^$/d'
/root/etc/apt/sources.list
echo
"deb [ arch=amd64 trusted=yes ] file:///isodevice/archives
bionic
lip"
>>
/root/etc/apt/sources.list
echo
"deb [ arch=amd64 trusted=yes ] file:///isodevice/archives
eoan
lip"
>>
/root/etc/apt/sources.list
echo
"deb http://ftp.halifax.rwth-aachen.de/ubuntu/
bionic
main restricted universe multiverse"
>>
/root/etc/apt/sources.list
echo
"deb http://ftp.halifax.rwth-aachen.de/ubuntu/
eoan
main restricted universe multiverse"
>>
/root/etc/apt/sources.list
echo
"deb http://ftp.halifax.rwth-aachen.de/ubuntu/
bionic
-security main restricted universe multiverse"
>>
/root/etc/apt/sources.list
echo
"deb http://ftp.halifax.rwth-aachen.de/ubuntu/
eoan
-security main restricted universe multiverse"
>>
/root/etc/apt/sources.list
echo
"deb http://ftp.halifax.rwth-aachen.de/ubuntu/
bionic
-updates main restricted universe multiverse"
>>
/root/etc/apt/sources.list
echo
"deb http://ftp.halifax.rwth-aachen.de/ubuntu/
eoan
-updates main restricted universe multiverse"
>>
/root/etc/apt/sources.list
chroot
/root /usr/bin/apt-get update
chroot
/root /usr/bin/apt-get update
chroot
/root /usr/bin/apt-get
-y
install
$(
grep
'^[^|#]*L[^|]*|'
/root/isodevice/packages |
cut
-d
'|'
-f
2
)
chroot
/root /usr/bin/apt-get
-y
install
$(
grep
'^[^|#]*L[^|]*|'
/root/isodevice/packages |
cut
-d
'|'
-f
2
)
./root/isodevice/preseed/lipnsa.hook.sh
./root/isodevice/preseed/lipnsa.hook.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