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
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
240356a6
Commit
240356a6
authored
12 years ago
by
Lucas Manika Koeb
Browse files
Options
Downloads
Patches
Plain Diff
Revert "Avoid grub-prob errors on le5 and minicom isos"
This reverts commit
96c852c1
.
parent
96c852c1
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
scripts/00-update
+0
-6
0 additions, 6 deletions
scripts/00-update
scripts/40-configure_le5
+0
-2
0 additions, 2 deletions
scripts/40-configure_le5
scripts/40-configure_minicom
+0
-2
0 additions, 2 deletions
scripts/40-configure_minicom
with
0 additions
and
10 deletions
scripts/00-update
+
0
−
6
View file @
240356a6
...
@@ -95,12 +95,6 @@ chroot "$CHROOTDIR" apt-get -y --force-yes update
...
@@ -95,12 +95,6 @@ chroot "$CHROOTDIR" apt-get -y --force-yes update
# rest of the process
# rest of the process
chroot
"
$CHROOTDIR
"
apt-get
-y
--force-yes
install
le-autoupgrade
chroot
"
$CHROOTDIR
"
apt-get
-y
--force-yes
install
le-autoupgrade
# Avoid grub-probe errors
cp
-f
"
$CHROOTDIR
"
/usr/sbin/grub-probe
"
$CHROOTDIR
"
/usr/sbin/grub-probe.tmp
echo
"#!/bin/bash"
>
"
$CHROOTDIR
"
/usr/sbin/grub-probe
echo
"exit 0"
>>
"
$CHROOTDIR
"
/usr/sbin/grub-probe
chmod
a+x
"
$CHROOTDIR
"
/usr/sbin/grub-probe
closeChroot
closeChroot
exit
0
exit
0
This diff is collapsed.
Click to expand it.
scripts/40-configure_le5
+
0
−
2
View file @
240356a6
...
@@ -96,8 +96,6 @@ chroot $CHROOTDIR dpkg-reconfigure le-greeter
...
@@ -96,8 +96,6 @@ chroot $CHROOTDIR dpkg-reconfigure le-greeter
cp
-f
"
$TEMPLATES
"
/casper/10adduser
\
cp
-f
"
$TEMPLATES
"
/casper/10adduser
\
"
$CHROOTDIR
"
/usr/share/initramfs-tools/scripts/casper-bottom/10adduser
"
$CHROOTDIR
"
/usr/share/initramfs-tools/scripts/casper-bottom/10adduser
mv
"
$CHROOTDIR
"
/usr/sbin/grub-probe.tmp
"
$CHROOTDIR
"
/usr/sbin/grub-probe
# Sets deb-conf install command
# Sets deb-conf install command
sed
-i
's@Ubuntu@LE@g'
"
$CDDIR
"
/preseed/ubuntu.seed
sed
-i
's@Ubuntu@LE@g'
"
$CDDIR
"
/preseed/ubuntu.seed
sed
-i
's@ubuntu@le@g'
"
$CDDIR
"
/preseed/ubuntu.seed
sed
-i
's@ubuntu@le@g'
"
$CDDIR
"
/preseed/ubuntu.seed
...
...
This diff is collapsed.
Click to expand it.
scripts/40-configure_minicom
+
0
−
2
View file @
240356a6
...
@@ -95,8 +95,6 @@ esac
...
@@ -95,8 +95,6 @@ esac
echo
"export
\"
FLAVOUR=le5
\"
"
>>
"
$CHROOTDIR
"
/etc/casper.conf
echo
"export
\"
FLAVOUR=le5
\"
"
>>
"
$CHROOTDIR
"
/etc/casper.conf
mv
"
$CHROOTDIR
"
/usr/sbin/grub-probe.tmp
"
$CHROOTDIR
"
/usr/sbin/grub-probe
# Sets deb-conf install command
# Sets deb-conf install command
sed
-i
's@Ubuntu@LE@g'
"
$CDDIR
"
/preseed/ubuntu.seed
sed
-i
's@Ubuntu@LE@g'
"
$CDDIR
"
/preseed/ubuntu.seed
sed
-i
's@ubuntu@le@g'
"
$CDDIR
"
/preseed/ubuntu.seed
sed
-i
's@ubuntu@le@g'
"
$CDDIR
"
/preseed/ubuntu.seed
...
...
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