Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
R
RapidSpace Autoinstall OS
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiaowu Zhang
RapidSpace Autoinstall OS
Commits
fb445f66
Commit
fb445f66
authored
Jan 13, 2021
by
Thomas Gambier
🚴🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disable now, no idea what it does
parent
963efd23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
dnsmasq_lille_edu.sh
dnsmasq_lille_edu.sh
+1
-1
preseed_lille_edu.cfg
preseed_lille_edu.cfg
+9
-9
No files found.
dnsmasq_lille_edu.sh
View file @
fb445f66
...
...
@@ -38,7 +38,7 @@ else unset timeout
fi
menuentry 'Install Debian 10' {
linux /debian-installer/amd64/linux vga=788
url=tftp://
\$
pxe_default_server/preseed_lille_edu.cfg language=C country=SE keymap=us hostname=
\$
hostname
domain= --- mitigations=off
$common
linux /debian-installer/amd64/linux vga=788
language=C country=SE keymap=us
domain= --- mitigations=off
$common
initrd /debian-installer/amd64/initrd.gz
}
...
...
preseed_lille_edu.cfg
View file @
fb445f66
...
...
@@ -9,10 +9,10 @@ d-i debconf/priority string critical
#d-i finish-install/reboot_in_progress string note
d-i grub-installer/force-efi-extra-removable string true
d-i mirror/country string manual
d-i mirror/http/hostname string ftp.
fr
.debian.org
d-i mirror/http/hostname string ftp.
us
.debian.org
d-i mirror/http/directory string /debian
d-i mirror/http/proxy string
d-i partman/early_command string set -e; x=`grep -l '468862128\|234441648' /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x
#
d-i partman/early_command string set -e; x=`grep -l '468862128\|234441648' /sys/block/*/size`; x=${x%/*}; x=/dev/${x##*/}; debconf-set partman-auto/disk $x; debconf-set grub-installer/bootdev $x
d-i partman-auto/expert_recipe string : 36 1 36 free method{ efi } format{ } . 1 1 -1 xfs method{ format } format{ } use_filesystem{ } filesystem{ xfs } mountpoint{ / } options/noatime{ } .
d-i partman-auto/method string regular
d-i partman-basicfilesystems/no_swap string false
...
...
@@ -31,12 +31,12 @@ d-i pkgsel/include string ssh aptitude bwm-ng ca-certificates dbus-user-session
# - ignore other OS (in particular if there are VM using whole physical drives)
# - I don't like 'quiet' on servers (https://bugs.launchpad.net/bugs/581796)
# - enable page up/down to search the history
d-i preseed/late_command string set -e; \
cd /target/root; sed -i /^mesg/q .profile; \
mkdir -m 0700 .ssh; cd .ssh; tftp -g -r authorized_keys 192.168.46.2; \
cd ../../etc; rm -f grub.d/30_otheros; echo LANG=C.UTF-8 >default/locale; \
sed -i '/history-search-/s/# //' inputrc; \
cd network; tftp -g -r `hostname`/interfaces 192.168.46.2; \
in-target sh -ec 'passwd -ld root; sed -i /^GRUB_CMDLINE_LINUX_DEFAULT=/s/quiet// /etc/default/grub; update-grub'
#
d-i preseed/late_command string set -e; \
#
cd /target/root; sed -i /^mesg/q .profile; \
#
mkdir -m 0700 .ssh; cd .ssh; tftp -g -r authorized_keys 192.168.46.2; \
#
cd ../../etc; rm -f grub.d/30_otheros; echo LANG=C.UTF-8 >default/locale; \
#
sed -i '/history-search-/s/# //' inputrc; \
#
cd network; tftp -g -r `hostname`/interfaces 192.168.46.2; \
#
in-target sh -ec 'passwd -ld root; sed -i /^GRUB_CMDLINE_LINUX_DEFAULT=/s/quiet// /etc/default/grub; update-grub'
d-i time/zone string UTC
tasksel tasksel/first string
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