modified passwd
This commit is contained in:
52
preseed.cfg
52
preseed.cfg
@@ -6,7 +6,7 @@
|
||||
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
|
||||
# +#+#+#+#+#+ +#+ #
|
||||
# Created: 2018/12/15 12:46:55 by tmaze #+# #+# #
|
||||
# Updated: 2018/12/15 13:24:43 by tmaze ### ########.fr #
|
||||
# Updated: 2018/12/15 15:32:35 by tmaze ### ########.fr #
|
||||
# #
|
||||
#******************************************************************************#
|
||||
|
||||
@@ -46,13 +46,13 @@ d-i mirror/http/directory string /debian
|
||||
d-i mirror/http/proxy string
|
||||
|
||||
# Root password
|
||||
d-i passwd/root-password-crypted password B17E1D12639B63F4710F52DA05FCCDA1279CB8F09D6D0C3B7C9C26AFEBAD4EC05449EBA831EED7FFC261BF4E452ACBCCE795EC8201EC10698FD711005B2534E4
|
||||
d-i passwd/root-password-crypted password $6$q/jW0Ty/YB2GToBc$lrUOumE65VOKjMyoC.uSptldHNYkWfl6b/YyAvqZlDdOgUuYHKvhwMhXtkRV746TvgLCTpS4Nfmn/Dr4W8RIx0
|
||||
|
||||
# make a regular user
|
||||
d-i passwd/make-user boolean true
|
||||
d-i passwd/user-fullname string tanguy
|
||||
d-i passwd/username string tanguy
|
||||
d-i passwd/user-password-crypted password D1B7892B3E102C9D13E396A990CE98D4E6D37B68C7CDA59CD78F432A17EB07EB0F8688E2B8E3619B70CB4619038BD3BE1B40B68311B793F07BF132781B9334BE
|
||||
d-i passwd/user-password-crypted password $6$KgvQtUIVYT82CmSz$OJn2kCwDe7X1qSv5c0yN36iaPMxYwISXfUctuMd4NXAhu9kZfGSkP9rapdH8SM2WxTm9lpFsP4eDagbOSKP5/.
|
||||
d-i passwd/user-default-groups tanguy cdrom floppy sudo audio dip video plugdev netdev
|
||||
|
||||
# hardware clock is UTC, timezone is US/Eastern, use ntp to set clock
|
||||
@@ -80,29 +80,29 @@ d-i partman-auto/choose_recipe select boot-lvm
|
||||
# /var/log 4G ext4
|
||||
# / 8G+ ext4
|
||||
d-i partman-auto/expert_recipe string \
|
||||
boot-lvm :: \
|
||||
954 954 954 linux-swap \
|
||||
$lvmok{ } \
|
||||
lv_name{ swap } in_vg { debian } \
|
||||
$primary{ } \
|
||||
method{ swap } format{ } \
|
||||
. \
|
||||
3815 3815 3815 ext4 \
|
||||
$lvmok{ } \
|
||||
lv_name{ root } in_vg { debian } \
|
||||
$primary{ } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext4 } \
|
||||
mountpoint{ / } \
|
||||
. \
|
||||
1907 1907 -1 ext4 \
|
||||
$lvmok{ } \
|
||||
lv_name{ home } in_vg { debian } \
|
||||
$primary{ } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext4 } \
|
||||
mountpoint{ /home } \
|
||||
. \
|
||||
boot-lvm :: \
|
||||
954 954 954 linux-swap \
|
||||
$lvmok{ } \
|
||||
lv_name{ swap } in_vg { debian } \
|
||||
$primary{ } \
|
||||
method{ swap } format{ } \
|
||||
. \
|
||||
3815 3815 3815 ext4 \
|
||||
$lvmok{ } \
|
||||
lv_name{ root } in_vg { debian } \
|
||||
$primary{ } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext4 } \
|
||||
mountpoint{ / } \
|
||||
. \
|
||||
1907 1907 -1 ext4 \
|
||||
$lvmok{ } \
|
||||
lv_name{ home } in_vg { debian } \
|
||||
$primary{ } \
|
||||
method{ format } format{ } \
|
||||
use_filesystem{ } filesystem{ ext4 } \
|
||||
mountpoint{ /home } \
|
||||
. \
|
||||
|
||||
# remove any RAID partitioning
|
||||
d-i partman-md/device_remove_md boolean true
|
||||
|
Reference in New Issue
Block a user