Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Hey Alter
heyalter-ubuntu-iso
Commits
6fc68b57
Commit
6fc68b57
authored
Apr 20, 2022
by
Steve
Browse files
overwrite existing os on hdd
parent
ac98ad84
Pipeline
#2326
passed with stage
in 26 minutes and 54 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
files/preseed/ubuntu.seed
View file @
6fc68b57
...
...
@@ -109,7 +109,7 @@ d-i grub-installer/only_debian boolean true
# This one makes grub-installer install to the MBR if it also finds some other
# OS, which is less safe as it might not be able to boot that other OS.
d-i grub-installer/with_other_os boolean
tru
e
d-i grub-installer/with_other_os boolean
fals
e
# copy setup stuff
ubiquity ubiquity/success_command string cp -r /cdrom/setup /target/opt/ && cp -r /cdrom/heyalter /target/opt && chmod -R u+rwx,go-w,go+rx /target/opt/* && chmod u+s /target/opt/setup/setuproot.sh /target/opt/setup/cleanuproot.sh /target/opt/setup/54KernelDebs/changeTo54KernelOffline.sh && echo 'schule ALL=(ALL) NOPASSWD: ALL' > /target/etc/sudoers.d/schule && chmod 440 /target/etc/sudoers.d/schule
...
...
Write
Preview
Supports
Markdown
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