Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Nicolas Wavrant
slapos.package
Commits
f55d5431
Commit
f55d5431
authored
Feb 28, 2014
by
Rafael Monnerat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
preseed: Minor adjustment and fixes.
parent
c23ef5cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
12 deletions
+18
-12
debian-preseed/preseed.cfg
debian-preseed/preseed.cfg
+18
-12
No files found.
debian-preseed/preseed.cfg
View file @
f55d5431
...
...
@@ -4,16 +4,16 @@
d-i debian-installer/locale string en_US
# The values can also be preseeded individually for greater flexibility.
#
d-i debian-installer/language string en
d-i debian-installer/language string en
#d-i debian-installer/country string NL
#
d-i debian-installer/locale string en_GB.UTF-8
d-i debian-installer/locale string en_GB.UTF-8
# Optionally specify additional locales to be generated.
#d-i localechooser/supported-locales multiselect en_US.UTF-8, nl_NL.UTF-8
# Keyboard selection.
# keymap is an alias for keyboard-configuration/xkb-keymap
d-i keymap select fr-latin9
d-i console-keymaps-at/keymap select
fr-latin9
d-i console-keymaps-at/keymap select fr-latin9
# d-i keyboard-configuration/toggle select No toggling
### Network configuration
...
...
@@ -45,23 +45,23 @@ d-i netcfg/wireless_wep string
# If non-free firmware is needed for the network or other hardware, you can
# configure the installer to always try to load it, without prompting. Or
# change to false to disable asking.
#d-i hw-detect/load_firmware boolean tru
e
d-i hw-detect/load_firmware boolean fals
e
### Network console
# Use the following settings if you wish to make use of the network-console
# component for remote installation over SSH. This only makes sense if you
# intend to perform the remainder of the installation manually.
d-i root/choose_modules string network-console
d-i network-console/authorized_keys_url string http://www.nexedi.org/static/ssh_key/slapos_team
d-i network-console/password password linux
d-i network-console/password-again password linux
#
d-i root/choose_modules string network-console
#
d-i network-console/authorized_keys_url string http://www.nexedi.org/static/ssh_key/slapos_team
#
d-i network-console/password password linux
#
d-i network-console/password-again password linux
### Mirror settings
# If you select ftp, the mirror/country string does not need to be set.
#d-i mirror/protocol string ftp
d-i mirror/country string manual
d-i mirror/http/hostname string
ftp.fr
.debian.org
d-i mirror/http/directory string
debian-amd64
d-i mirror/http/hostname string
http.us
.debian.org
d-i mirror/http/directory string
/debian
d-i mirror/http/proxy string
# Suite to install.
...
...
@@ -223,6 +223,12 @@ d-i apt-setup/security_host string security.debian.org
# http://local.server/debian stable main
#d-i apt-setup/local0/comment string local server
d-i apt-setup/local0/repos string http://git.erp5.org/dist/deb ./
d-i apt-setup/local0/comment string re6stnet
d-i apt-setup/local1/repos string http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_7.0 ./
d-i apt-setup/local0/comment string slapos
# Enable deb-src lines
#d-i apt-setup/local0/source boolean true
# URL to the public key of the local repository; you must provide a key or
...
...
@@ -242,7 +248,7 @@ tasksel tasksel/first multiselect standard, ssh-server
#tasksel tasksel/desktop multiselect kde, xfce
# Individual additional packages to install
d-i pkgsel/include string openssh-server slapos.node re6stnet
d-i pkgsel/include string openssh-server
firmware-realtek
slapos.node re6stnet
# Whether to upgrade packages after debootstrap.
# Allowed values: none, safe-upgrade, full-upgrade
d-i pkgsel/upgrade select full-upgrade
...
...
@@ -334,5 +340,5 @@ d-i finish-install/reboot_in_progress note
# still a usable /target directory. You can chroot to /target and use it
# directly, or use the apt-install and in-target commands to easily install
# packages and run commands in the target system.
d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
#
d-i preseed/late_command string apt-install zsh; in-target chsh -s /bin/zsh
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