Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
create-iso
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
le6
create-iso
Commits
2d036c1b
Commit
2d036c1b
authored
Sep 12, 2017
by
Daniel Bissani Furlin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
SCRUM#178
: Change keyboard layout automatically to br
parent
7f12f6c3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletion
+13
-1
scripts-available/setup.sh
scripts-available/setup.sh
+1
-0
scripts-enabled/le6/testing/39-pre-manifest.sh
scripts-enabled/le6/testing/39-pre-manifest.sh
+0
-0
src/keyboard
src/keyboard
+10
-0
src/preseed/preseed.cfg
src/preseed/preseed.cfg
+2
-1
No files found.
scripts-available/setup.sh
View file @
2d036c1b
...
...
@@ -49,6 +49,7 @@ cp src/isolinux/* ${TMP}/image/isolinux/ || exit 1
cp
-r
src/pool
${
TMP
}
/image/
||
exit
1
cp
-r
src/dists
${
TMP
}
/image/
||
exit
1
cp
src/preferences
${
CHROOTDIR
}
/etc/apt/
cp
src/keyboard
${
CHROOTDIR
}
/etc/default/
printf
$(
sudo du
-sx
--block-size
=
1
${
CHROOTDIR
}
|
cut
-f1
)
>
${
TMP
}
image/casper/filesystem.size
||
exit
1
cp
src/README.diskdefines
${
TMP
}
/image/
||
exit
1
touch
${
TMP
}
image/ubuntu
||
exit
1
...
...
scripts-enabled/le6/testing/
2
9-pre-manifest.sh
→
scripts-enabled/le6/testing/
3
9-pre-manifest.sh
View file @
2d036c1b
File moved
src/keyboard
0 → 100644
View file @
2d036c1b
# KEYBOARD CONFIGURATION FILE
# Consult the keyboard(5) manual page.
XKBMODEL="pc105"
XKBLAYOUT="br"
XKBVARIANT=""
XKBOPTIONS=""
BACKSPACE="guess"
src/preseed/preseed.cfg
View file @
2d036c1b
ubiquity ubiquity/use_nonfree boolean true
d-i apt-setup/backports boolean false
ubiquity ubiquity/success_command \
string in-target apt-get -y install le-conf || \
string in-target apt-get -y autoremove; \
in-target apt-get -y install le-conf || \
(package_path=$(find /cdrom/ -name "le-conf*.deb") && \
package=$(basename ${package_path}) && \
cp ${package_path} /target/ && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment